Class InspectDocumentRemoveOptions
- java.lang.Object
-
- jp.co.antenna.AHOOXMLDocxManagerJavaCtl.InspectDocumentRemoveOptions
-
public class InspectDocumentRemoveOptions extends java.lang.Object
Options for removing target in inspect document- Version:
- 1.0 2022/06/24
- Author:
- Copyright (c) 2022 Antenna House, Inc. All rights reserved.
-
-
Field Summary
Fields Modifier and Type Field Description boolean
removeDocumentProperties
"true" if removing property informationboolean
removeHiddenText
"true" if removing hidden textboolean
removePersonalInformation
"true" if removing personal information
-
Constructor Summary
Constructors Constructor Description InspectDocumentRemoveOptions()
Constructor
-
-
-
Field Detail
-
removeDocumentProperties
public boolean removeDocumentProperties
"true" if removing property information
-
removePersonalInformation
public boolean removePersonalInformation
"true" if removing personal information
-
removeHiddenText
public boolean removeHiddenText
"true" if removing hidden text
-
-