PTOfficeToPDFOptions
@interface PTOfficeToPDFOptions : PTConversionOptions
- (NSString *)GetLayoutResourcesPluginPath;
- (PTOfficeToPDFOptions*)SetLayoutResourcesPluginPath: (NSString *)value;
- (NSString *)GetResourceDocPath;
- (PTOfficeToPDFOptions*)SetResourceDocPath: (NSString *)value;
- (NSString *)GetSmartSubstitutionPluginPath;
- (PTOfficeToPDFOptions*)SetSmartSubstitutionPluginPath: (NSString *)value;
- (double)GetExcelDefaultCellBorderWidth;
- (PTOfficeToPDFOptions*)SetExcelDefaultCellBorderWidth: (double)width;
- (instancetype)init;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (NSString *)GetLayoutResourcesPluginPath;
Swift
func getLayoutResourcesPluginPath() -> String!
-
Undocumented
Declaration
Objective-C
- (PTOfficeToPDFOptions*)SetLayoutResourcesPluginPath: (NSString *)value;
Swift
func setLayoutResourcesPluginPath(_ value: String!) -> PTOfficeToPDFOptions!
-
Undocumented
Declaration
Objective-C
- (NSString *)GetResourceDocPath;
Swift
func getResourceDocPath() -> String!
-
Undocumented
Declaration
Objective-C
- (PTOfficeToPDFOptions*)SetResourceDocPath: (NSString *)value;
Swift
func setResourceDocPath(_ value: String!) -> PTOfficeToPDFOptions!
-
Undocumented
Declaration
Objective-C
- (NSString *)GetSmartSubstitutionPluginPath;
Swift
func getSmartSubstitutionPluginPath() -> String!
-
Undocumented
Declaration
Objective-C
- (PTOfficeToPDFOptions*)SetSmartSubstitutionPluginPath: (NSString *)value;
Swift
func setSmartSubstitutionPluginPath(_ value: String!) -> PTOfficeToPDFOptions!
-
Undocumented
Declaration
Objective-C
- (double)GetExcelDefaultCellBorderWidth;
Swift
func getExcelDefaultCellBorderWidth() -> Double
-
Undocumented
Declaration
Objective-C
- (PTOfficeToPDFOptions*)SetExcelDefaultCellBorderWidth: (double)width;
Swift
func setExcelDefaultCellBorderWidth(_ width: Double) -> PTOfficeToPDFOptions!
-
Undocumented
Declaration
Objective-C
- (instancetype)init;
Swift
init!()