DocumentType
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum DocumentType extends Enum<DocumentType>
The annotation document type
| 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 |
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final DocumentType UNDEFINED
The undefined
public static final DocumentType PDF
Represents Pdf format
public static final DocumentType CELLS
Represents Excel format
public static final DocumentType SLIDES
Represents Powerpoint format
public static final DocumentType WORDS
Represents Word format
public static final DocumentType IMAGES
Represents Image format
public static final DocumentType EMAIL
Represents Email format
public static final DocumentType HTML
Represents HTML format
public static final DocumentType DIAGRAM
Represents Diagram format
public static DocumentType[] values()
Returns: com.groupdocs.annotation.models.DocumentType[]
public static DocumentType valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: DocumentType
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.