public class WordProcessingSaveOptions extends SaveOptions
| Modifier and Type | Class | Description |
|---|---|---|
static class |
WordProcessingSaveOptions.ProtectionTypeEnum |
Write-protection type.
|
| Constructor | Description |
|---|---|
WordProcessingSaveOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
WordProcessingSaveOptions |
enablePagination(Boolean enablePagination) |
|
boolean |
equals(Object o) |
|
Boolean |
getEnablePagination() |
Allows to enable or disable pagination which will be used for saving the document.
|
String |
getLocale() |
Allows to set override default locale (language) for the WordProcessing document, which will be applied during its creation.
|
String |
getLocaleBi() |
Allows to set override locale (language) for the WordProcessing document for the RTL (right-to-left) text, which will be applied during its creation.
|
String |
getLocaleFarEast() |
Allows to override the locale (language) for the WordProcessing document for the East-Asian text, which will be applied during its creation.
|
String |
getPassword() |
Allows to specify document password
|
String |
getProtectionPassword() |
Write-protection password.
|
WordProcessingSaveOptions.ProtectionTypeEnum |
getProtectionType() |
Write-protection type.
|
int |
hashCode() |
|
WordProcessingSaveOptions |
locale(String locale) |
|
WordProcessingSaveOptions |
localeBi(String localeBi) |
|
WordProcessingSaveOptions |
localeFarEast(String localeFarEast) |
|
WordProcessingSaveOptions |
password(String password) |
|
WordProcessingSaveOptions |
protectionPassword(String protectionPassword) |
|
WordProcessingSaveOptions |
protectionType(WordProcessingSaveOptions.ProtectionTypeEnum protectionType) |
|
void |
setEnablePagination(Boolean enablePagination) |
|
void |
setLocale(String locale) |
|
void |
setLocaleBi(String localeBi) |
|
void |
setLocaleFarEast(String localeFarEast) |
|
void |
setPassword(String password) |
|
void |
setProtectionPassword(String protectionPassword) |
|
void |
setProtectionType(WordProcessingSaveOptions.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 WordProcessingSaveOptions password(String password)
public String getPassword()
public void setPassword(String password)
public WordProcessingSaveOptions enablePagination(Boolean enablePagination)
public Boolean getEnablePagination()
public void setEnablePagination(Boolean enablePagination)
public WordProcessingSaveOptions locale(String locale)
public String getLocale()
public void setLocale(String locale)
public WordProcessingSaveOptions localeBi(String localeBi)
public String getLocaleBi()
public void setLocaleBi(String localeBi)
public WordProcessingSaveOptions localeFarEast(String localeFarEast)
public String getLocaleFarEast()
public void setLocaleFarEast(String localeFarEast)
public WordProcessingSaveOptions protectionType(WordProcessingSaveOptions.ProtectionTypeEnum protectionType)
public WordProcessingSaveOptions.ProtectionTypeEnum getProtectionType()
public void setProtectionType(WordProcessingSaveOptions.ProtectionTypeEnum protectionType)
public WordProcessingSaveOptions 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.