PTOfficeToPDFOptions

@interface PTOfficeToPDFOptions : PTConversionOptions




- (BOOL)GetApplyPageBreaksToSheet;
- (PTOfficeToPDFOptions*)SetApplyPageBreaksToSheet: (BOOL)value;
- (BOOL)GetDisplayChangeTracking;
- (PTOfficeToPDFOptions*)SetDisplayChangeTracking: (BOOL)value;
- (BOOL)GetDisplayHiddenText;
- (PTOfficeToPDFOptions*)SetDisplayHiddenText: (BOOL)value;
- (double)GetExcelDefaultCellBorderWidth;
- (PTOfficeToPDFOptions*)SetExcelDefaultCellBorderWidth: (double)value;
- (unsigned int)GetExcelMaxAllowedCellCount;
- (PTOfficeToPDFOptions*)SetExcelMaxAllowedCellCount: (unsigned int)value;
- (BOOL)GetHideTotalNumberOfPages;
- (PTOfficeToPDFOptions*)SetHideTotalNumberOfPages: (BOOL)value;
- (BOOL)GetIncludeBookmarks;
- (PTOfficeToPDFOptions*)SetIncludeBookmarks: (BOOL)value;
- (BOOL)GetIncrementalSave;
- (PTOfficeToPDFOptions*)SetIncrementalSave: (BOOL)value;
- (NSString *)GetLayoutResourcesPluginPath;
- (PTOfficeToPDFOptions*)SetLayoutResourcesPluginPath: (NSString *)value;
- (NSString *)GetLocale;
- (PTOfficeToPDFOptions*)SetLocale: (NSString *)value;
- (NSString *)GetPassword;
- (PTOfficeToPDFOptions*)SetPassword: (NSString *)value;
- (NSString *)GetResourceDocPath;
- (PTOfficeToPDFOptions*)SetResourceDocPath: (NSString *)value;
- (NSString *)GetSmartSubstitutionPluginPath;
- (PTOfficeToPDFOptions*)SetSmartSubstitutionPluginPath: (NSString *)value;
- (StructureTagLevel)GetStructureTagLevel;
- (PTOfficeToPDFOptions*)SetStructureTagLevel: (StructureTagLevel)value;
- (NSString *)GetTemplateLeftDelimiter;
- (PTOfficeToPDFOptions*)SetTemplateLeftDelimiter: (NSString *)value;
- (NSString *)GetTemplateParamsJson;
- (PTOfficeToPDFOptions*)SetTemplateParamsJson: (NSString *)value;
- (NSString *)GetTemplateRightDelimiter;
- (PTOfficeToPDFOptions*)SetTemplateRightDelimiter: (NSString *)value;
- (BOOL)GetTemplateStrictMode;
- (PTOfficeToPDFOptions*)SetTemplateStrictMode: (BOOL)value;
- (BOOL)GetUpdateTableOfContents;
- (PTOfficeToPDFOptions*)SetUpdateTableOfContents: (BOOL)value;
- (instancetype)init;
@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetApplyPageBreaksToSheet;

    Swift

    func getApplyPageBreaksToSheet() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetApplyPageBreaksToSheet: (BOOL)value;

    Swift

    func setApplyPageBreaks(toSheet value: Bool) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetDisplayChangeTracking;

    Swift

    func getDisplayChangeTracking() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetDisplayChangeTracking: (BOOL)value;

    Swift

    func setDisplayChangeTracking(_ value: Bool) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetDisplayHiddenText;

    Swift

    func getDisplayHiddenText() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetDisplayHiddenText: (BOOL)value;

    Swift

    func setDisplayHiddenText(_ value: Bool) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (double)GetExcelDefaultCellBorderWidth;

    Swift

    func getExcelDefaultCellBorderWidth() -> Double
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetExcelDefaultCellBorderWidth: (double)value;

    Swift

    func setExcelDefaultCellBorderWidth(_ value: Double) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (unsigned int)GetExcelMaxAllowedCellCount;

    Swift

    func getExcelMaxAllowedCellCount() -> UInt32
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetExcelMaxAllowedCellCount: (unsigned int)value;

    Swift

    func setExcelMaxAllowedCellCount(_ value: UInt32) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetHideTotalNumberOfPages;

    Swift

    func getHideTotalNumberOfPages() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetHideTotalNumberOfPages: (BOOL)value;

    Swift

    func setHideTotalNumber(ofPages value: Bool) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetIncludeBookmarks;

    Swift

    func getIncludeBookmarks() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetIncludeBookmarks: (BOOL)value;

    Swift

    func setIncludeBookmarks(_ value: Bool) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetIncrementalSave;

    Swift

    func getIncrementalSave() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetIncrementalSave: (BOOL)value;

    Swift

    func setIncrementalSave(_ value: Bool) -> PTOfficeToPDFOptions!
  • 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 *)GetLocale;

    Swift

    func getLocale() -> String!
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetLocale: (NSString *)value;

    Swift

    func setLocale(_ value: String!) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (NSString *)GetPassword;

    Swift

    func getPassword() -> String!
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetPassword: (NSString *)value;

    Swift

    func setPassword(_ 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

    - (StructureTagLevel)GetStructureTagLevel;

    Swift

    func getStructureTagLevel() -> StructureTagLevel
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetStructureTagLevel: (StructureTagLevel)value;

    Swift

    func setStructureTagLevel(_ value: StructureTagLevel) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (NSString *)GetTemplateLeftDelimiter;

    Swift

    func getTemplateLeftDelimiter() -> String!
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetTemplateLeftDelimiter: (NSString *)value;

    Swift

    func setTemplateLeftDelimiter(_ value: String!) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (NSString *)GetTemplateParamsJson;

    Swift

    func getTemplateParamsJson() -> String!
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetTemplateParamsJson: (NSString *)value;

    Swift

    func setTemplateParamsJson(_ value: String!) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (NSString *)GetTemplateRightDelimiter;

    Swift

    func getTemplateRightDelimiter() -> String!
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetTemplateRightDelimiter: (NSString *)value;

    Swift

    func setTemplateRightDelimiter(_ value: String!) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetTemplateStrictMode;

    Swift

    func getTemplateStrictMode() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetTemplateStrictMode: (BOOL)value;

    Swift

    func setTemplateStrictMode(_ value: Bool) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetUpdateTableOfContents;

    Swift

    func getUpdateTableOfContents() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTOfficeToPDFOptions*)SetUpdateTableOfContents: (BOOL)value;

    Swift

    func setUpdateTable(ofContents value: Bool) -> PTOfficeToPDFOptions!
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)init;

    Swift

    init!()