java.lang.Object | ||
↳ | com.pdftron.pdf.OptionsBase | |
↳ | com.pdftron.pdf.TextDiffOptions |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TextDiffOptions()
Constructor.
| |||||||||||
TextDiffOptions(String json_string)
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TextDiffOptions |
addIgnoreZonesForPage(RectCollection regions, int page_num)
Adds a collection of ignorable regions for the given page
Optional list of page areas that will be not be processed
| ||||||||||
ColorPt |
getColorA()
Gets the value ColorA from the options object
The difference color for deletions
| ||||||||||
ColorPt |
getColorB()
Gets the value ColorB from the options object
The difference color for insertions
| ||||||||||
boolean |
getCompareUsingZOrder()
Gets the value CompareUsingZOrder from the options object
Whether to use z-order (aka paint order) when comparing text between A and B.
| ||||||||||
double |
getOpacityA()
Gets the value OpacityA from the options object
The difference opacity for deletions
| ||||||||||
double |
getOpacityB()
Gets the value OpacityB from the options object
The difference opacity for insertions
| ||||||||||
TextDiffOptions |
setColorA(ColorPt color)
Sets the value for ColorA in the options object
The difference color for deletions
| ||||||||||
TextDiffOptions |
setColorB(ColorPt color)
Sets the value for ColorB in the options object
The difference color for insertions
| ||||||||||
TextDiffOptions |
setCompareUsingZOrder(boolean value)
Sets the value for CompareUsingZOrder in the options object
Whether to use z-order (aka paint order) when comparing text between A and B.
| ||||||||||
TextDiffOptions |
setOpacityA(double opacity)
Sets the value for OpacityA in the options object
The difference opacity for deletions
| ||||||||||
TextDiffOptions |
setOpacityB(double opacity)
Sets the value for OpacityB in the options object
The difference opacity for insertions
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Adds a collection of ignorable regions for the given page Optional list of page areas that will be not be processed
PDFNetException |
---|
Gets the value ColorA from the options object The difference color for deletions
PDFNetException |
---|
Gets the value ColorB from the options object The difference color for insertions
PDFNetException |
---|
Gets the value CompareUsingZOrder from the options object Whether to use z-order (aka paint order) when comparing text between A and B. On by default.
PDFNetException |
---|
Gets the value OpacityA from the options object The difference opacity for deletions
PDFNetException |
---|
Gets the value OpacityB from the options object The difference opacity for insertions
PDFNetException |
---|
Sets the value for ColorA in the options object The difference color for deletions
PDFNetException |
---|
Sets the value for ColorB in the options object The difference color for insertions
PDFNetException |
---|
Sets the value for CompareUsingZOrder in the options object Whether to use z-order (aka paint order) when comparing text between A and B. On by default.
PDFNetException |
---|
Sets the value for OpacityA in the options object The difference opacity for deletions
PDFNetException |
---|
Sets the value for OpacityB in the options object The difference opacity for insertions
PDFNetException |
---|