public final class CellsSaveOptions extends SaveOptions
Options for to Cells conversion
| Modifier and Type | Class and Description |
|---|---|
static class |
CellsSaveOptions.CellsFileType
Cells file types
|
| Constructor and Description |
|---|
CellsSaveOptions()
Create CellsSaveOptions instance
|
| Modifier and Type | Method and Description |
|---|---|
com.groupdocs.foundation.domain.FileType |
getConvertFileType_CellsSaveOptions_New()
The desired file type to which the input document should be converted to
|
String |
getPassword()
Set this property if you want to protect the converted document with a
password
|
void |
setConvertFileType_CellsSaveOptions_New(com.groupdocs.foundation.domain.FileType value)
The desired file type to which the input document should be converted to
|
void |
setPassword(String value)
Set this property if you want to protect the converted document with a
password
|
deepClone, getConvertFileType, getCustomName, getHideWordTrackedChanges, getNumPagesToConvert, getOutputType, getPageMode, getPageNumber, getSaveOptionsType, getShowGridLines, getShowHiddenSheets, getUsePdf, getWatermarkOptions, memberwiseClone, setConvertFileType, setCustomName, setHideWordTrackedChanges, setNumPagesToConvert, setOutputType, setPageMode, setPageNumber, setShowGridLines, setShowHiddenSheets, setUsePdf, setWatermarkOptionspublic com.groupdocs.foundation.domain.FileType getConvertFileType_CellsSaveOptions_New()
The desired file type to which the input document should be converted to
public void setConvertFileType_CellsSaveOptions_New(com.groupdocs.foundation.domain.FileType value)
The desired file type to which the input document should be converted to
value - public String getPassword()
Set this property if you want to protect the converted document with a password
public void setPassword(String value)
Set this property if you want to protect the converted document with a password
value - Copyright © 2017. All rights reserved.