All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DiffOptions.h
Go to the documentation of this file.
1 // This file is autogenerated: please see the codegen template "Options"
2 #ifndef PDFTRON_H_CPPPDFDiffOptions
3 #define PDFTRON_H_CPPPDFDiffOptions
4 
5 #include <PDF/OptionsBase.h>
6 #include <PDF/GState.h>
7 
8 namespace pdftron{ namespace PDF{
9 
11 {
12 public:
13  DiffOptions();
14  ~DiffOptions();
15 
16 
22  bool GetAddGroupAnnots();
23 
30  DiffOptions& SetAddGroupAnnots(bool value);
31 
32 
39 
47 
48 
55 
63 
64 
71 
79 
80 
81  // @cond PRIVATE_DOC
82  #ifndef SWIGHIDDEN
83  SDF::Obj& GetInternalObj();
84 
85 private:
86  SDF::ObjSet m_obj_set;
87  SDF::Obj m_dict;
88  #endif
89  // @endcond
90 };
91 
92 }
93 }
94 
95 #include "../Impl/DiffOptions.inl"
96 #endif // PDFTRON_H_CPPPDFDiffOptions
DiffOptions & SetAddGroupAnnots(bool value)
DiffOptions & SetColorB(ColorPt value)
DiffOptions & SetColorA(ColorPt value)
GState::BlendMode GetBlendMode()
DiffOptions & SetBlendMode(GState::BlendMode value)