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