public class SpreadsheetSaveOptions extends SaveOptions
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SpreadsheetSaveOptions.ProtectionTypeEnum |
Write-protection type.
|
| Constructor | Description |
|---|---|
SpreadsheetSaveOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getPassword() |
Allows to specify document password
|
String |
getProtectionPassword() |
Write-protection password.
|
SpreadsheetSaveOptions.ProtectionTypeEnum |
getProtectionType() |
Write-protection type.
|
int |
hashCode() |
|
SpreadsheetSaveOptions |
password(String password) |
|
SpreadsheetSaveOptions |
protectionPassword(String protectionPassword) |
|
SpreadsheetSaveOptions |
protectionType(SpreadsheetSaveOptions.ProtectionTypeEnum protectionType) |
|
void |
setPassword(String password) |
|
void |
setProtectionPassword(String protectionPassword) |
|
void |
setProtectionType(SpreadsheetSaveOptions.ProtectionTypeEnum protectionType) |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitfileInfo, getFileInfo, getOutputPath, outputPath, setFileInfo, setOutputPathformat, getFormat, getHtmlPath, getResourcesPath, htmlPath, resourcesPath, setFormat, setHtmlPath, setResourcesPathpublic SpreadsheetSaveOptions password(String password)
public String getPassword()
public void setPassword(String password)
public SpreadsheetSaveOptions protectionType(SpreadsheetSaveOptions.ProtectionTypeEnum protectionType)
public SpreadsheetSaveOptions.ProtectionTypeEnum getProtectionType()
public void setProtectionType(SpreadsheetSaveOptions.ProtectionTypeEnum protectionType)
public SpreadsheetSaveOptions protectionPassword(String protectionPassword)
public String getProtectionPassword()
public void setProtectionPassword(String protectionPassword)
public boolean equals(Object o)
equals in class SaveOptionspublic int hashCode()
hashCode in class SaveOptionspublic String toString()
toString in class SaveOptionsCopyright © 2025. All rights reserved.