java.lang.Object | ||
↳ | com.pdftron.pdf.OptionsBase | |
↳ | com.pdftron.pdf.RefreshOptions |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RefreshOptions()
Constructor.
| |||||||||||
RefreshOptions(String json_string)
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
getDrawBackgroundOnly()
Gets the value DrawBackgroundOnly from the options object
If true draw only the background and border, which can be useful when generating the rest of the annotation content elsewhere.
| ||||||||||
boolean |
getRefreshExisting()
Gets the value RefreshExisting from the options object
Whether we should refresh annotations with existing appearances.
| ||||||||||
boolean |
getUseNonStandardRotation()
Gets the value UseNonStandardRotation from the options object
Whether we should use rotation in the annotation even if it is not a multiple of 90.
| ||||||||||
boolean |
getUseRoundedCorners()
Gets the value UseRoundedCorners from the options object
Whether we should use the corner radii specified in Annot.BorderStyle.
| ||||||||||
RefreshOptions |
setDrawBackgroundOnly(boolean value)
Sets the value for DrawBackgroundOnly in the options object
If true draw only the background and border, which can be useful when generating the rest of the annotation content elsewhere.
| ||||||||||
RefreshOptions |
setRefreshExisting(boolean value)
Sets the value for RefreshExisting in the options object
Whether we should refresh annotations with existing appearances.
| ||||||||||
RefreshOptions |
setUseNonStandardRotation(boolean value)
Sets the value for UseNonStandardRotation in the options object
Whether we should use rotation in the annotation even if it is not a multiple of 90.
| ||||||||||
RefreshOptions |
setUseRoundedCorners(boolean value)
Sets the value for UseRoundedCorners in the options object
Whether we should use the corner radii specified in Annot.BorderStyle.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gets the value DrawBackgroundOnly from the options object If true draw only the background and border, which can be useful when generating the rest of the annotation content elsewhere. Off by default.
PDFNetException |
---|
Gets the value RefreshExisting from the options object Whether we should refresh annotations with existing appearances. Defaults to false when used in PDFDoc.RefreshAnnotAppearances and true when used in Annot.RefreshAppearance.
PDFNetException |
---|
Gets the value UseNonStandardRotation from the options object Whether we should use rotation in the annotation even if it is not a multiple of 90. Off by default.
PDFNetException |
---|
Gets the value UseRoundedCorners from the options object Whether we should use the corner radii specified in Annot.BorderStyle. Off by default.
PDFNetException |
---|
Sets the value for DrawBackgroundOnly in the options object If true draw only the background and border, which can be useful when generating the rest of the annotation content elsewhere. Off by default.
value | the new value for DrawBackgroundOnly. |
---|
PDFNetException |
---|
Sets the value for RefreshExisting in the options object Whether we should refresh annotations with existing appearances. Defaults to false when used in PDFDoc.RefreshAnnotAppearances and true when used in Annot.RefreshAppearance.
value | the new value for RefreshExisting. |
---|
PDFNetException |
---|
Sets the value for UseNonStandardRotation in the options object Whether we should use rotation in the annotation even if it is not a multiple of 90. Off by default.
value | the new value for UseNonStandardRotation. |
---|
PDFNetException |
---|
Sets the value for UseRoundedCorners in the options object Whether we should use the corner radii specified in Annot.BorderStyle. Off by default.
value | the new value for UseRoundedCorners. |
---|
PDFNetException |
---|