| java.lang.Object | ||
| ↳ | com.pdftron.pdf.OptionsBase | |
| ↳ | com.pdftron.pdf.SanitizeOptions | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
SanitizeOptions()
Constructor.
| |||||||||||
|
SanitizeOptions(String json_string)
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean |
getActions()
Gets the value Actions from the options object.
| ||||||||||
| boolean |
getBookmarks()
Gets the value Bookmarks from the options object.
| ||||||||||
| boolean |
getEmbeddedContent()
Gets the value EmbeddedContent from the options object.
| ||||||||||
| boolean |
getFormData()
Gets the value FormData from the options object.
| ||||||||||
| boolean |
getHiddenLayers()
Gets the value HiddenLayers from the options object.
| ||||||||||
| boolean |
getHiddenText()
Gets the value HiddenText from the options object.
| ||||||||||
| boolean |
getMarkups()
Gets the value Markups from the options object.
| ||||||||||
| boolean |
getMetadata()
Gets the value Metadata from the options object.
| ||||||||||
| boolean |
getOccludedText()
Gets the value OccludedText from the options object.
| ||||||||||
| boolean |
getSearchIndices()
Gets the value SearchIndices from the options object.
| ||||||||||
| SanitizeOptions |
setActions(boolean value)
Sets the value for Actions in the options object.
| ||||||||||
| SanitizeOptions |
setBookmarks(boolean value)
Sets the value for Bookmarks in the options object.
| ||||||||||
| SanitizeOptions |
setEmbeddedContent(boolean value)
Sets the value for EmbeddedContent in the options object.
| ||||||||||
| SanitizeOptions |
setFormData(boolean value)
Sets the value for FormData in the options object.
| ||||||||||
| SanitizeOptions |
setHiddenLayers(boolean value)
Sets the value for HiddenLayers in the options object.
| ||||||||||
| SanitizeOptions |
setHiddenText(boolean value)
Sets the value for HiddenText in the options object.
| ||||||||||
| SanitizeOptions |
setMarkups(boolean value)
Sets the value for Markups in the options object.
| ||||||||||
| SanitizeOptions |
setMetadata(boolean value)
Sets the value for Metadata in the options object.
| ||||||||||
| SanitizeOptions |
setOccludedText(boolean value)
Sets the value for OccludedText in the options object.
| ||||||||||
| SanitizeOptions |
setSearchIndices(boolean value)
Sets the value for SearchIndices in the options object.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value Actions from the options object. Remove any actions such as scripts and links present in the document. By default this option is set to false.
| PDFNetException |
|---|
Gets the value Bookmarks from the options object. Remove any bookmarks present in the document. By default this option is set to false.
| PDFNetException |
|---|
Gets the value EmbeddedContent from the options object. Remove any embedded content, such as attached files present in the document. By default this option is set to false.
| PDFNetException |
|---|
Gets the value FormData from the options object. Flatten any form data present in the document. By default this option is set to false.
| PDFNetException |
|---|
Gets the value HiddenLayers from the options object. Remove any hidden layers present in the document. By default this option is set to false.
| PDFNetException |
|---|
Gets the value HiddenText from the options object. Remove any hidden text present in the document. By default this option is set to false.
| PDFNetException |
|---|
Gets the value Markups from the options object. Remove any markups and associated comments present in the document. By default this option is set to false.
| PDFNetException |
|---|
Gets the value Metadata from the options object. Remove any metadata present in the document. By default this option is set to false.
| PDFNetException |
|---|
Gets the value OccludedText from the options object. Remove any text that is occluded within the document (such as clipped by the cropbox or another element). By default this option is set to false.
| PDFNetException |
|---|
Gets the value SearchIndices from the options object. Remove any embedded search indices present in the document. By Default this option is set to false.
| PDFNetException |
|---|
Sets the value for Actions in the options object. Remove any actions such as scripts and links present in the document. By default this option is set to false.
| value | The new value for Actions. |
|---|
| PDFNetException |
|---|
Sets the value for Bookmarks in the options object. Remove any bookmarks present in the document. By default this option is set to false.
| value | The new value for Bookmarks. |
|---|
| PDFNetException |
|---|
Sets the value for EmbeddedContent in the options object. Remove any embedded content, such as attached files present in the document. By default this option is set to false.
| value | The new value for EmbeddedContent. |
|---|
| PDFNetException |
|---|
Sets the value for FormData in the options object. Flatten any form data present in the document. By default this option is set to false.
| value | The new value for FormData. |
|---|
| PDFNetException |
|---|
Sets the value for HiddenLayers in the options object. Remove any hidden layers present in the document. By default this option is set to false.
| value | The new value for HiddenLayers. |
|---|
| PDFNetException |
|---|
Sets the value for HiddenText in the options object. Remove any hidden text present in the document. By default this option is set to false.
| value | The new value for HiddenText. |
|---|
| PDFNetException |
|---|
Sets the value for Markups in the options object. Remove any markups and associated comments present in the document. By default this option is set to false.
| value | The new value for Markups. |
|---|
| PDFNetException |
|---|
Sets the value for Metadata in the options object. Remove any metadata present in the document. By default this option is set to false.
| value | The new value for Metadata. |
|---|
| PDFNetException |
|---|
Sets the value for OccludedText in the options object. Remove any text that is occluded within the document (such as clipped by the cropbox or another element). By default this option is set to false.
| value | The new value for OccludedText. |
|---|
| PDFNetException |
|---|
Sets the value for SearchIndices in the options object. Remove any embedded search indices present in the document. By Default this option is set to false.
| value | The new value for SearchIndices. |
|---|
| PDFNetException |
|---|