public static enum ExportStatus.ExportStatusFlags extends java.lang.Enum<ExportStatus.ExportStatusFlags>
Enum Constant and Description |
---|
ALIASEDFONT
The desired font was missing, but a font alias was used.
|
EQUATIONS
A file had equations.
|
FORMS
A sub documents had forms.
|
INVALIDANNOTATIONNOTAPPLIED
An annotation specified through EXApplyHilites is not applied to the exported output
|
INVALIDHTML
Non-standard HTML was encountered.
|
MISSINGFONT
The desired font wasn't present on the system.
|
MISSINGMAP
A PDF text run was missing the toUnicode table.
|
NOINFORMATIONAVAILABLE
No Information is available.
|
RIGHTTOLEFTTABLES
A table had right to left columns.
|
SUBDOCFAILED
A subdocument was not converted.
|
TEXTEFFECTS
A run that had unsupported text effects applied.
|
TYPETHREEFONT
A Type3 font was encountered.
|
UNSUPPORTEDCOLORSPACE
A graphic had an unsupported color space.
|
UNSUPPORTEDCOMPRESSION
A graphic had an unsupported compression.
|
UNSUPPORTEDSHADING
An unsupported shading pattern was encountered.
|
VECTOROBJECTLIMIT
Vector Object Limit Exceeded.
|
VERTICALTEXT
A vertical text run was present.
|
Modifier and Type | Method and Description |
---|---|
static ExportStatus.ExportStatusFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExportStatus.ExportStatusFlags[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final ExportStatus.ExportStatusFlags NOINFORMATIONAVAILABLE
public static final ExportStatus.ExportStatusFlags MISSINGMAP
public static final ExportStatus.ExportStatusFlags VERTICALTEXT
public static final ExportStatus.ExportStatusFlags TEXTEFFECTS
public static final ExportStatus.ExportStatusFlags UNSUPPORTEDCOMPRESSION
public static final ExportStatus.ExportStatusFlags UNSUPPORTEDCOLORSPACE
public static final ExportStatus.ExportStatusFlags FORMS
public static final ExportStatus.ExportStatusFlags RIGHTTOLEFTTABLES
public static final ExportStatus.ExportStatusFlags EQUATIONS
public static final ExportStatus.ExportStatusFlags ALIASEDFONT
public static final ExportStatus.ExportStatusFlags MISSINGFONT
public static final ExportStatus.ExportStatusFlags SUBDOCFAILED
public static final ExportStatus.ExportStatusFlags TYPETHREEFONT
public static final ExportStatus.ExportStatusFlags UNSUPPORTEDSHADING
public static final ExportStatus.ExportStatusFlags INVALIDHTML
public static final ExportStatus.ExportStatusFlags VECTOROBJECTLIMIT
public static final ExportStatus.ExportStatusFlags INVALIDANNOTATIONNOTAPPLIED
public static ExportStatus.ExportStatusFlags[] values()
for (ExportStatus.ExportStatusFlags c : ExportStatus.ExportStatusFlags.values()) System.out.println(c);
public static ExportStatus.ExportStatusFlags valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null