Modifier and Type | Method and Description |
---|---|
FileType |
IFromOptions.getSourceFileType()
Gets source file type.
|
Modifier and Type | Method and Description |
---|---|
void |
IFromOptions.setSourceFileType(FileType sourceFileType)
Sets source file type.
|
Modifier and Type | Method and Description |
---|---|
FileType |
FromCellsOptions.getSourceFileType()
Gets source file type.
|
FileType |
FromDiagramsOptions.getSourceFileType()
Gets source file type.
|
FileType |
FromEmailsOptions.getSourceFileType()
Gets source file type.
|
FileType |
FromImagesOptions.getSourceFileType()
Gets source file type.
|
FileType |
FromPdfsOptions.getSourceFileType()
Gets source file type.
|
FileType |
FromProjectsOptions.getSourceFileType()
Gets source file type.
|
FileType |
FromSlidesOptions.getSourceFileType()
Gets source file type.
|
FileType |
FromWordsOptions.getSourceFileType()
Gets source file type.
|
FileType |
ToHtmlOptions.getTargetFileType()
Gets target file type.
|
FileType |
ToImageOptions.getTargetFileType()
Gets target file type.
|
FileType |
ToPdfOptions.getTargetFileType()
Gets target file type.
|
Modifier and Type | Method and Description |
---|---|
void |
FromCellsOptions.setSourceFileType(FileType sourceFileType)
Sets source file type.
|
void |
FromDiagramsOptions.setSourceFileType(FileType sourceFileType)
Sets source file type.
|
void |
FromEmailsOptions.setSourceFileType(FileType sourceFileType)
Sets source file type.
|
void |
FromImagesOptions.setSourceFileType(FileType sourceFileType)
Sets source file type.
|
void |
FromPdfsOptions.setSourceFileType(FileType sourceFileType)
Sets source file type.
|
void |
FromProjectsOptions.setSourceFileType(FileType sourceFileType)
Sets source file type.
|
void |
FromSlidesOptions.setSourceFileType(FileType sourceFileType)
Sets source file type.
|
void |
FromWordsOptions.setSourceFileType(FileType sourceFileType)
Sets source file type.
|
void |
ToImageOptions.setTargetFileType(FileType targetFileType)
Sets target file type.
|
Constructor and Description |
---|
FromCellsOptions(FileType sourceFileType)
Instantiates a new From cells options.
|
FromCellsOptions(FileType sourceFileType,
boolean isSplitIntoPages,
int worksheetIndex)
Instantiates a new From cells options.
|
FromCellsOptions(FileType sourceFileType,
boolean isSplitIntoPages,
int worksheetIndex,
int page)
Instantiates a new From cells options.
|
FromCellsOptions(FileType sourceFileType,
int worksheetIndex)
Instantiates a new From cells options.
|
FromCellsOptions(FileType sourceFileType,
int worksheetIndex,
int page)
Instantiates a new From cells options.
|
FromDiagramsOptions(FileType sourceFileType)
Instantiates a new From diagrams options.
|
FromDiagramsOptions(FileType sourceFileType,
int page)
Instantiates a new From diagrams options.
|
FromEmailsOptions(FileType sourceFileType)
Instantiates a new From emails options.
|
FromEmailsOptions(FileType sourceFileType,
int page)
Instantiates a new From emails options.
|
FromImagesOptions(FileType sourceFileType)
Instantiates a new From images options.
|
FromImagesOptions(FileType sourceFileType,
int page)
Instantiates a new From images options.
|
FromPdfsOptions(FileType sourceFileType)
Instantiates a new From pdfs options.
|
FromPdfsOptions(FileType sourceFileType,
int page)
Instantiates a new From pdfs options.
|
FromProjectsOptions(FileType sourceFileType)
Instantiates a new From projects options.
|
FromProjectsOptions(FileType sourceFileType,
int page)
Instantiates a new From projects options.
|
FromSlidesOptions(FileType sourceFileType)
Instantiates a new From slides options.
|
FromSlidesOptions(FileType sourceFileType,
int page)
Instantiates a new From slides options.
|
FromWordsOptions(FileType sourceFileType)
Instantiates a new From words options.
|
FromWordsOptions(FileType sourceFileType,
int page)
Instantiates a new From words options.
|
ToImageOptions(FileType targetFileType)
Instantiates a new To image options.
|
Modifier and Type | Field and Description |
---|---|
static FileType |
ImageSaveOptions.BMP
The constant BMP.
|
static FileType |
ImageSaveOptions.GIF
The constant GIF.
|
static FileType |
HtmlSaveOptions.HTML
The constant HTML.
|
static FileType |
ImageSaveOptions.JPEG
The constant JPEG.
|
static FileType |
ImageSaveOptions.JPG
The constant JPG.
|
static FileType |
PdfSaveOptions.PDF
The constant PDF.
|
static FileType |
ImageSaveOptions.PNG
The constant PNG.
|
static FileType |
ImageSaveOptions.TIF
The constant TIF.
|
static FileType |
ImageSaveOptions.TIFF
The constant TIFF.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static FileTypeGroup |
FileTypeGroup.from(FileType fromFileType) |
Constructor and Description |
---|
ConversionNotSupportedException(FileType from,
FileType to)
Instantiates a new Conversion not supported exception.
|
FileNotSupportedException(FileType fileType)
Instantiates a new File not supported exception.
|
Modifier and Type | Field and Description |
---|---|
static FileType |
MergeOptions.PDF |
Modifier and Type | Method and Description |
---|---|
FileType |
SaveOptions.getSaveFileType()
Get output file type for document conversion if was set before.
|
Modifier and Type | Method and Description |
---|---|
void |
SaveOptions.setSaveFileType(FileType saveFileType)
Optional
Set output file type for document conversion Note: each SaveOption instance contains static values of supported files |
Copyright © 2015 GroupDocs. All rights reserved.