|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileType | |
|---|---|
| com.groupdocs.conversion.converter.options | |
| com.groupdocs.conversion.domain | |
| Uses of FileType in com.groupdocs.conversion.converter.options |
|---|
| Fields in com.groupdocs.conversion.converter.options declared as FileType | |
|---|---|
static FileType |
ImageSaveOptions.BMP
|
static FileType |
ImageSaveOptions.GIF
|
static FileType |
ImageSaveOptions.JPEG
|
static FileType |
ImageSaveOptions.JPG
|
static FileType |
PdfSaveOptions.PDF
|
static FileType |
ImageSaveOptions.PNG
|
static FileType |
ImageSaveOptions.TIF
|
static FileType |
ImageSaveOptions.TIFF
|
| Methods in com.groupdocs.conversion.converter.options that return FileType | |
|---|---|
FileType |
PdfSaveOptions.getSaveFileType()
|
FileType |
ImageSaveOptions.getSaveFileType()
|
| Methods in com.groupdocs.conversion.converter.options with parameters of type FileType | |
|---|---|
void |
PdfSaveOptions.setSaveFileType(FileType saveFileType)
|
void |
ImageSaveOptions.setSaveFileType(FileType saveFileType)
|
| Uses of FileType in com.groupdocs.conversion.domain |
|---|
| Methods in com.groupdocs.conversion.domain that return FileType | |
|---|---|
static FileType |
FileType.getValue(String key)
|
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||