java.lang.Object | ||
↳ | com.pdftron.pdf.OptionsBase | |
↳ | com.pdftron.pdf.DiffOptions |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DiffOptions()
Constructor.
| |||||||||||
DiffOptions(String json_string)
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
getAddGroupAnnots()
Gets the value AddGroupAnnots from the options object
Whether we should add an annot layer indicating the difference regions
| ||||||||||
int |
getBlendMode()
Gets the value BlendMode from the options object
How the two colors should be blended.
| ||||||||||
ColorPt |
getColorA()
Gets the value ColorA from the options object
The difference color for the first page.
| ||||||||||
ColorPt |
getColorB()
Gets the value ColorB from the options object
The difference color for the second page
| ||||||||||
DiffOptions |
setAddGroupAnnots(boolean value)
Sets the value for AddGroupAnnots in the options object
Whether we should add an annot layer indicating the difference regions
| ||||||||||
DiffOptions |
setBlendMode(int value)
Sets the value for BlendMode in the options object
How the two colors should be blended.
| ||||||||||
DiffOptions |
setColorA(ColorPt value)
Sets the value for ColorA in the options object
The difference color for the first page.
| ||||||||||
DiffOptions |
setColorB(ColorPt value)
Sets the value for ColorB in the options object
The difference color for the second page
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gets the value AddGroupAnnots from the options object Whether we should add an annot layer indicating the difference regions
PDFNetException |
---|
Gets the value BlendMode from the options object How the two colors should be blended.
PDFNetException |
---|
Gets the value ColorA from the options object The difference color for the first page.
PDFNetException |
---|
Gets the value ColorB from the options object The difference color for the second page
PDFNetException |
---|
Sets the value for AddGroupAnnots in the options object Whether we should add an annot layer indicating the difference regions
PDFNetException |
---|
Sets the value for BlendMode in the options object How the two colors should be blended.
PDFNetException |
---|
Sets the value for ColorA in the options object The difference color for the first page.
PDFNetException |
---|
Sets the value for ColorB in the options object The difference color for the second page
PDFNetException |
---|