Loading...
Searching...
No Matches
TextDiffOptions.h
Go to the documentation of this file.
1// This file is autogenerated: please see the codegen template "Options"
2#ifndef PDFTRON_H_CPPPDFTextDiffOptions
3#define PDFTRON_H_CPPPDFTextDiffOptions
4
5#include <PDF/OptionsBase.h>
6#include <PDF/ColorSpace.h>
7
8namespace pdftron{ namespace PDF{
9
11{
12public:
15
16
23
31
37 double GetOpacityA();
38
45 TextDiffOptions& SetOpacityA(double opacity);
46
47
54
62
68 double GetOpacityB();
69
76 TextDiffOptions& SetOpacityB(double opacity);
77
78
85
93
100
108
109
116
124
125
132
140
141
152
164
165
174
184
185
194
195
196 // @cond PRIVATE_DOC
197 #ifndef SWIGHIDDEN
198 const SDF::Obj& GetInternalObj() const;
199 SDF::Obj& GetInternalObj();
200
201private:
202
203 SDF::ObjSet m_obj_set;
204 SDF::Obj m_dict;
205 #endif
206 // @endcond
207};
208
209}
210}
211
212#include "../Impl/TextDiffOptions.inl"
213#endif // PDFTRON_H_CPPPDFTextDiffOptions
TextDiffOptions & SetShowPlaceholders(bool value)
TextDiffOptions & SetCompareUsingZOrder(bool value)
TextDiffOptions & SetOpacityA(double opacity)
TextDiffOptions & SetExtraMoveHighlight(bool value)
TextDiffOptions & SetCompareStyles(bool value)
TextDiffOptions & SetColorB(ColorPt color)
TextDiffOptions & SetExtraMoveOpacity(double opacity)
TextDiffOptions & SetColorA(ColorPt color)
TextDiffOptions & AddIgnoreZonesForPage(const RectCollection &regions, int page_num)
TextDiffOptions & SetExtraMoveColor(ColorPt color)
TextDiffOptions & SetOpacityB(double opacity)