DocumentType
Contents
[
Hide
]
Inheritance: java.lang.Object, java.lang.Enum
public enum DocumentType extends Enum<DocumentType>
The annotation document type
Fields
Field | Description |
---|---|
UNDEFINED | The undefined |
Represents Pdf format | |
CELLS | Represents Excel format |
SLIDES | Represents Powerpoint format |
WORDS | Represents Word format |
IMAGES | Represents Image format |
Represents Email format | |
HTML | Represents HTML format |
DIAGRAM | Represents Diagram format |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) |
UNDEFINED
public static final DocumentType UNDEFINED
The undefined
public static final DocumentType PDF
Represents Pdf format
CELLS
public static final DocumentType CELLS
Represents Excel format
SLIDES
public static final DocumentType SLIDES
Represents Powerpoint format
WORDS
public static final DocumentType WORDS
Represents Word format
IMAGES
public static final DocumentType IMAGES
Represents Image format
public static final DocumentType EMAIL
Represents Email format
HTML
public static final DocumentType HTML
Represents HTML format
DIAGRAM
public static final DocumentType DIAGRAM
Represents Diagram format
values()
public static DocumentType[] values()
Returns: com.groupdocs.annotation.models.DocumentType[]
valueOf(String name)
public static DocumentType valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: DocumentType