java.lang.Object | |
↳ | com.pdftron.pdf.utils.Constants |
A utility classes that contains constant values
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | FILE_TYPE_DOC | The file is a document | |||||||||
int | FILE_TYPE_IMAGE | The file is an image | |||||||||
int | FILE_TYPE_PDF | The file is a PDF | |||||||||
int | FILE_TYPE_TEXT | The file is a text file or markdown file |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final String[] | ALL_FILE_MIME_TYPES | All supported file meme types | |||||||||
public static final String[] | ALL_GOOGLE_DOCS_TYPES | Google docs file meme types | |||||||||
public static final String[] | ALL_NONPDF_FILETYPES_WILDCARD | The file extension is not PDF | |||||||||
public static final String[] | FILE_EXTENSIONS_TEXT | The file extension is a text file | |||||||||
public static final String[] | FILE_NAME_EXTENSIONS_DOC | The file extension is a document | |||||||||
public static final String[] | FILE_NAME_EXTENSIONS_HTML | The file extension is a HTML document | |||||||||
public static final String[] | FILE_NAME_EXTENSIONS_IMAGE | The file extension is image | |||||||||
public static final String[] | FILE_NAME_EXTENSIONS_OFFICE | The file extension is an office document | |||||||||
public static final String[] | FILE_NAME_EXTENSIONS_OTHERS | The file extension is supported through non-streaming conversion | |||||||||
public static final String[] | FILE_NAME_EXTENSIONS_PDF | The file extension is pdf | |||||||||
public static final String[] | FILE_NAME_EXTENSIONS_VALID | The file extension is valid | |||||||||
public static final String[] | FILE_NAME_EXTENSIONS_WEBVIEW | The file extension is supported through WebView conversion | |||||||||
public static final String[] | IMAGE_FILE_MIME_TYPES | Image file meme types | |||||||||
public static final String[] | OFFICE_FILE_MIME_TYPES | Office file meme types |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constants() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The file is a document
The file is an image
The file is a PDF
The file is a text file or markdown file
All supported file meme types
Google docs file meme types
The file extension is not PDF
The file extension is a text file
The file extension is a document
The file extension is a HTML document
The file extension is image
The file extension is an office document
The file extension is supported through non-streaming conversion
The file extension is pdf
The file extension is valid
The file extension is supported through WebView conversion
Image file meme types
Office file meme types