All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
WordToPDFOptions.h
Go to the documentation of this file.
1 // This file is autogenerated: please see the codegen template "Options"
2 #ifndef PDFTRON_H_CPPPDFWordToPDFOptions
3 #define PDFTRON_H_CPPPDFWordToPDFOptions
4 
5 #include <SDF/ObjSet.h>
6 
7 namespace pdftron{ namespace PDF{
8 
9 class WordToPDFOptions
10 {
11 public:
12  WordToPDFOptions();
13 
14  ~WordToPDFOptions();
15 
16 
17 
18 
24  UString GetLayoutResourcesPluginPath();
25 
32  WordToPDFOptions& SetLayoutResourcesPluginPath(UString value);
33 
34 
40  UString GetResourceDocPath();
41 
48  WordToPDFOptions& SetResourceDocPath(UString value);
49 
50 
56  UString GetSmartSubstitutionPluginPath();
57 
64  WordToPDFOptions& SetSmartSubstitutionPluginPath(UString value);
65 
66 
68  #ifndef SWIGHIDDEN
69  SDF::Obj& GetInternalObj();
70 
71 private:
72  SDF::ObjSet m_obj_set;
73  SDF::Obj m_dict;
74  #endif
75 };
76 
77 }
78 }
79 
80 #include "../Impl/WordToPDFOptions.inl"
81 #endif // PDFTRON_H_CPPPDFWordToPDFOptions

© 2002-2014 PDFTron Systems Inc.