public class DocumentFormatType extends Object
| Modifier and Type | Field and Description |
|---|---|
static DocumentFormatType |
DOCUMENT
Document type, such as txt, pdf, online web pages, etc.
|
static DocumentFormatType |
IMAGE
Image type, such as png images, etc.
|
static DocumentFormatType |
SPREADSHEET
Spreadsheet type, such as xls spreadsheets, etc.
|
public static final DocumentFormatType DOCUMENT
public static final DocumentFormatType SPREADSHEET
public static final DocumentFormatType IMAGE
public static DocumentFormatType fromValue(Integer value)
Copyright © 2025. All rights reserved.