public class ExportStatus
extends java.lang.Object
Exporter.export()
operation. An object of this class is returned from Exporter.getExportStatus()
to describe information such as subdocuments and pages encountered during the most recent call to Exporter.export()
.Exporter.getExportStatus()
Modifier and Type | Class and Description |
---|---|
static class |
ExportStatus.ExportStatusFlags
Flags indicating data that was encountered during the conversion.
|
Modifier and Type | Method and Description |
---|---|
long |
getPageCount()
Gets a count of all of the output pages produced during an
Exporter.export() operation. |
java.util.EnumSet<ExportStatus.ExportStatusFlags> |
getStatusFlags()
Gets information about possible fidelity issues with the original document.
|
long |
getSubDocsFailed()
Gets the number of subdocuments that were not converted.
|
long |
getSubDocsPassed()
Gets the number of subdocuments that were successfully converted.
|
public java.util.EnumSet<ExportStatus.ExportStatusFlags> getStatusFlags()
Exporter.export()
operationpublic long getSubDocsPassed()
public long getSubDocsFailed()
public long getPageCount()
Exporter.export()
operation.