public final class CellsSaveOptions extends Object implements IDocumentSaveOptions
Allows to specify custom options for generating and saving MS Excel-compliant documents
Constructor and Description |
---|
CellsSaveOptions() |
Modifier and Type | Method and Description |
---|---|
byte |
getOutputFormat()
Allows to specify a Cells format, which will be used for saving the document
|
String |
getPassword()
Allows to specify, modify, obtain, or remove a password, which will be used to encode the generated Cells document,
if tis document fornat supports password protection.
|
com.groupdocs.editor.cells.htmltocells.WorksheetProtection |
getWorksheetProtection()
Allows to enable a worksheet protection for the output document.
|
void |
setOutputFormat(byte value)
Allows to specify a Cells format, which will be used for saving the document
|
void |
setPassword(String value)
Allows to specify, modify, obtain, or remove a password, which will be used to encode the generated Cells document,
if tis document fornat supports password protection.
|
void |
setWorksheetProtection(com.groupdocs.editor.cells.htmltocells.WorksheetProtection value)
Allows to enable a worksheet protection for the output document.
|
public byte getOutputFormat()
Allows to specify a Cells format, which will be used for saving the document
public String getPassword()
Allows to specify, modify, obtain, or remove a password, which will be used to encode the generated Cells document, if tis document fornat supports password protection. Specify NULL or empty string for removing (cleaning) the password.
getPassword
in interface IDocumentSaveOptions
public com.groupdocs.editor.cells.htmltocells.WorksheetProtection getWorksheetProtection()
Allows to enable a worksheet protection for the output document. By default is NULL - protection is not applied.
public void setOutputFormat(byte value)
Allows to specify a Cells format, which will be used for saving the document
public void setPassword(String value)
Allows to specify, modify, obtain, or remove a password, which will be used to encode the generated Cells document, if tis document fornat supports password protection. Specify NULL or empty string for removing (cleaning) the password.
setPassword
in interface IDocumentSaveOptions
public void setWorksheetProtection(com.groupdocs.editor.cells.htmltocells.WorksheetProtection value)
Allows to enable a worksheet protection for the output document. By default is NULL - protection is not applied.
Copyright © 2018. All rights reserved.