public class FromCellsOptions extends Object implements IFromOptions
NONE| Constructor and Description |
|---|
FromCellsOptions()
Instantiates a new From cells options.
|
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.
|
FromCellsOptions(int page)
Instantiates a new From cells options.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPage()
Gets page.
|
FileType |
getSourceFileType()
Gets source file type.
|
int |
getWorksheetIndex()
Gets worksheet index.
|
boolean |
isSplitIntoPages()
Is split into pages boolean.
|
void |
setIsSplitIntoPages(boolean isSplitIntoPages)
Sets is split into pages.
|
void |
setPage(int page)
Sets page.
|
void |
setSourceFileType(FileType sourceFileType)
Sets source file type.
|
void |
setWorksheetIndex(int worksheetIndex)
Sets worksheet index.
|
public FromCellsOptions()
public FromCellsOptions(int page)
page - the pagepublic FromCellsOptions(FileType sourceFileType)
sourceFileType - the source file typepublic FromCellsOptions(FileType sourceFileType, int worksheetIndex)
sourceFileType - the source file typeworksheetIndex - the worksheet indexpublic FromCellsOptions(FileType sourceFileType, int worksheetIndex, int page)
sourceFileType - the source file typeworksheetIndex - the worksheet indexpage - the pagepublic FromCellsOptions(FileType sourceFileType, boolean isSplitIntoPages, int worksheetIndex)
sourceFileType - the source file typeisSplitIntoPages - the is split into pagesworksheetIndex - the worksheet indexpublic FromCellsOptions(FileType sourceFileType, boolean isSplitIntoPages, int worksheetIndex, int page)
sourceFileType - the source file typeisSplitIntoPages - the is split into pagesworksheetIndex - the worksheet indexpage - the pagepublic FileType getSourceFileType()
getSourceFileType in interface IFromOptionspublic void setSourceFileType(FileType sourceFileType)
setSourceFileType in interface IFromOptionssourceFileType - the source file typepublic boolean isSplitIntoPages()
public void setIsSplitIntoPages(boolean isSplitIntoPages)
isSplitIntoPages - the is split into pagespublic int getWorksheetIndex()
public void setWorksheetIndex(int worksheetIndex)
worksheetIndex - the worksheet indexpublic int getPage()
public void setPage(int page)
page - the pageCopyright © 2015 GroupDocs. All rights reserved.