public class FileContentType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FileContentType |
HTML
The file contains HTML encoded in UTF-8 format.
|
static FileContentType |
OTHER
The file has a content type that cannot be edited in the editors that associated with the
other file content types in this enumeration class.
|
static FileContentType |
TEXT
The file contains text encoded in UTF-8 format.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final FileContentType OTHER
FilePropertyDescriptor
s.public static final FileContentType TEXT
public static final FileContentType HTML