All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OfficeToPDFOptions.h
Go to the documentation of this file.
1 // This file is autogenerated: please see the codegen template "Options"
2 #ifndef PDFTRON_H_CPPPDFOfficeToPDFOptions
3 #define PDFTRON_H_CPPPDFOfficeToPDFOptions
4 
6 
7 namespace pdftron{ namespace PDF{
8 
9 class OfficeToPDFOptions : public ConversionOptions
10 {
11 public:
16  {
17  e_default = 0,
18  e_none = 1
19  };
20 
25  {
26  e_off = 0,
28  };
29 
32 
33 
40 
48 
49 
56 
64 
65 
72 
80 
81 
87  bool GetDisplayHiddenText();
88 
96 
97 
104 
112 
113 
120 
128 
129 
136 
144 
145 
151  bool GetIncludeBookmarks();
152 
160 
161 
167  bool GetIncrementalSave();
168 
176 
177 
184 
192 
193 
199  UString GetLocale();
200 
207  OfficeToPDFOptions& SetLocale(const UString& value);
208 
209 
216 
223  OfficeToPDFOptions& SetPassword(const UString& value);
224 
225 
232 
240 
241 
248 
256 
257 
264 
272 
273 
280 
288 
289 
296 
304 
305 
312 
320 
321 
327  bool GetTemplateStrictMode();
328 
336 
337 
344 
352 
353 
354 };
355 
356 }
357 }
358 
359 #include "../Impl/OfficeToPDFOptions.inl"
360 #endif // PDFTRON_H_CPPPDFOfficeToPDFOptions
No structure tags. This can be used to get smaller file sizes.
OfficeToPDFOptions & SetLocale(const UString &value)
OfficeToPDFOptions & SetHideTotalNumberOfPages(bool value)
OfficeToPDFOptions & SetPassword(const UString &value)
Default value. Display no comments.
OfficeToPDFOptions & SetDisplayHiddenText(bool value)
OfficeToPDFOptions & SetLayoutResourcesPluginPath(const UString &value)
OfficeToPDFOptions & SetDisplayChangeTracking(bool value)
OfficeToPDFOptions & SetApplyPageBreaksToSheet(bool value)
OfficeToPDFOptions & SetTemplateParamsJson(const UString &value)
OfficeToPDFOptions & SetDisplayComments(DisplayComments value)
OfficeToPDFOptions & SetSmartSubstitutionPluginPath(const UString &value)
TRN_UInt32 UInt32
Definition: BasicTypes.h:13
OfficeToPDFOptions & SetExcelDefaultCellBorderWidth(double value)
StructureTagLevel GetStructureTagLevel()
Default level of structure tags, good for accessibility.
OfficeToPDFOptions & SetResourceDocPath(const UString &value)
DisplayComments GetDisplayComments()
OfficeToPDFOptions & SetExcelMaxAllowedCellCount(UInt32 value)
OfficeToPDFOptions & SetUpdateTableOfContents(bool value)
OfficeToPDFOptions & SetTemplateStrictMode(bool value)
OfficeToPDFOptions & SetIncrementalSave(bool value)
OfficeToPDFOptions & SetIncludeBookmarks(bool value)
OfficeToPDFOptions & SetStructureTagLevel(StructureTagLevel value)
OfficeToPDFOptions & SetTemplateLeftDelimiter(const UString &value)
OfficeToPDFOptions & SetTemplateRightDelimiter(const UString &value)