SecurityLoadingOptions Class
The base class that contains security options for document loading.
Declaration
public abstract class SecurityLoadingOptions extends JavaObject
Remarks
Use security options to remove potentially unsafe content and restrict hyperlinks during document loading.
Inherited Members
Inheritance
Methods
getRemoveActiveXContent() Method
Returns whether the API removes ActiveX content when it loads a document.
Declaration
public boolean getRemoveActiveXContent()
Returns
| Type | Description |
|---|---|
| boolean |
|
getRemoveCustomXMLParts() Method
Returns whether the API removes custom XML parts when it loads a document.
Declaration
public boolean getRemoveCustomXMLParts()
Returns
| Type | Description |
|---|---|
| boolean |
|
getRemoveExternalImages() Method
Returns whether the API removes external images when it loads a document.
Declaration
public boolean getRemoveExternalImages()
Returns
| Type | Description |
|---|---|
| boolean |
|
getRemoveMacros() Method
Returns whether the API removes macros when it loads a document.
Declaration
public boolean getRemoveMacros()
Returns
| Type | Description |
|---|---|
| boolean |
|
getRemoveOleObjects() Method
Returns whether the API removes OLE objects when it loads a document.
Declaration
public boolean getRemoveOleObjects()
Returns
| Type | Description |
|---|---|
| boolean |
|
getRestrictedHyperlinkRemovalMode() Method
Returns the action that the API applies to restricted hyperlinks when it loads a document.
Declaration
public RestrictedHyperlinkRemovalMode getRestrictedHyperlinkRemovalMode()
Returns
| Type | Description |
|---|---|
| RestrictedHyperlinkRemovalMode | The action that the API applies to restricted hyperlinks when it loads a document. |
setRemoveActiveXContent(boolean value) Method
Sets whether to remove ActiveX content when the API loads a document.
Declaration
public void setRemoveActiveXContent(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setRemoveCustomXMLParts(boolean value) Method
Sets whether to remove custom XML parts when the API loads a document.
Declaration
public void setRemoveCustomXMLParts(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setRemoveExternalImages(boolean value) Method
Sets whether to remove external images when the API loads a document.
Declaration
public void setRemoveExternalImages(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setRemoveMacros(boolean value) Method
Sets whether to remove macros when the API loads a document.
Declaration
public void setRemoveMacros(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setRemoveOleObjects(boolean value) Method
Sets whether to remove OLE objects when the API loads a document.
Declaration
public void setRemoveOleObjects(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setRestrictedHyperlinkRemovalMode(RestrictedHyperlinkRemovalMode value) Method
Sets the action that the API applies to restricted hyperlinks when it loads a document.
Declaration
public void setRestrictedHyperlinkRemovalMode(RestrictedHyperlinkRemovalMode value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | RestrictedHyperlinkRemovalMode | The action that the API applies to restricted hyperlinks when it loads a document. |