Class AHInspectDocument
- java.lang.Object
-
- jp.co.antenna.AHOOXMLDocxManagerJavaCtl.AHInspectDocument
-
public class AHInspectDocument extends java.lang.ObjectPerform inspect document- Version:
- 1.0 2022/05/01
- Author:
- Copyright (c) 2022 Antenna House, Inc. All rights reserved.
-
-
Constructor Summary
Constructors Constructor Description AHInspectDocument()ConstructorAHInspectDocument(java.lang.String inspectedWordPath)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InspectDocumentResultexecuteInspectDocument()Perform inspect documentInspectDocumentResultexecuteInspectDocument(java.lang.String inspectedWordPath)Perform inspect documentvoidremoveMetaInformations(java.lang.String inputPath, InspectDocumentRemoveOptions removeOptions, java.lang.String outputPath)Remove meta informationvoidremoveMetaInformations(InspectDocumentRemoveOptions removeOptions, java.lang.String outputPath)Remove meta informationvoidsetInspectedWord(java.lang.String inspectedWordPath)Set target file of inspect document
-
-
-
Method Detail
-
setInspectedWord
public void setInspectedWord(java.lang.String inspectedWordPath)
Set target file of inspect document- Parameters:
inspectedWordPath- Path of the target file of inspect document
-
executeInspectDocument
public InspectDocumentResult executeInspectDocument() throws AHOOXMLDocxManagerException, java.io.IOException, java.lang.InterruptedException
Perform inspect document- Returns:
- Inspect document results
- Throws:
AHOOXMLDocxManagerExceptionjava.io.IOExceptionjava.lang.InterruptedException
-
executeInspectDocument
public InspectDocumentResult executeInspectDocument(java.lang.String inspectedWordPath) throws AHOOXMLDocxManagerException, java.io.IOException, java.lang.InterruptedException
Perform inspect document- Parameters:
inspectedWordPath- Path of the target file of inspect document- Returns:
- Inspect document results
- Throws:
AHOOXMLDocxManagerExceptionjava.io.IOExceptionjava.lang.InterruptedException
-
removeMetaInformations
public void removeMetaInformations(InspectDocumentRemoveOptions removeOptions, java.lang.String outputPath) throws AHOOXMLDocxManagerException, java.io.IOException, java.lang.InterruptedException
Remove meta information- Parameters:
removeOptions- Options for removing target in inspect documentoutputPath- Output path of removing result- Throws:
AHOOXMLDocxManagerExceptionjava.io.IOExceptionjava.lang.InterruptedException
-
removeMetaInformations
public void removeMetaInformations(java.lang.String inputPath, InspectDocumentRemoveOptions removeOptions, java.lang.String outputPath) throws AHOOXMLDocxManagerException, java.io.IOException, java.lang.InterruptedExceptionRemove meta information- Parameters:
inputPath- Path of the file from which the meta information is to be removedremoveOptions- Options for removing target in inspect documentoutputPath- Output path of removing result- Throws:
AHOOXMLDocxManagerExceptionjava.io.IOExceptionjava.lang.InterruptedException
-
-