|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<ExportStatus.ExportStatusFlags>
com.oracle.outsidein.ExportStatus.ExportStatusFlags
public static enum ExportStatus.ExportStatusFlags
Flags indicating data that was encountered during the conversion. These flags describe certain limitations of the Outside In technology. When a limitation is encountered in a source document, the associated flag is set to indicate that that feature was present in the document.
| Enum Constant Summary | |
|---|---|
ALIASEDFONTThe desired font was missing, but a font alias was used. |
|
EQUATIONSA file had equations. |
|
FORMSA sub documents had forms. |
|
INVALIDANNOTATIONNOTAPPLIEDAn annotation specified through EXApplyHilites is not applied to the exported output |
|
INVALIDHTMLNon-standard HTML was encountered. |
|
MISSINGFONTThe desired font wasn't present on the system. |
|
MISSINGMAPA PDF text run was missing the toUnicode table. |
|
NOINFORMATIONAVAILABLENo Information is available. |
|
RIGHTTOLEFTTABLESA table had right to left columns. |
|
SUBDOCFAILEDA subdocument was not converted. |
|
TEXTEFFECTSA run that had unsupported text effects applied. |
|
TYPETHREEFONTA Type3 font was encountered. |
|
UNSUPPORTEDCOLORSPACEA graphic had an unsupported color space. |
|
UNSUPPORTEDCOMPRESSIONA graphic had an unsupported compression. |
|
UNSUPPORTEDSHADINGAn unsupported shading pattern was encountered. |
|
VECTOROBJECTLIMITVector Object Limit Exceeded. |
|
VERTICALTEXTA vertical text run was present. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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
|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||