public class OdsOptionParameters extends Object
| Constructor and Description |
|---|
OdsOptionParameters() |
| Modifier and Type | Method and Description |
|---|---|
Logger |
getLogger() |
String |
getPassword() |
List<Integer> |
getSheetNumbers()
Gets the list of sheet numbers to load.
|
boolean |
isLoadGraphs()
If it should load charts/graphs or not.
|
boolean |
isLoadImages()
If it should load images or not.
|
boolean |
isLoadMacros()
If it should load Basic macros or not.
|
boolean |
isLoadStyles()
If it should load Formatting styles or not.
|
void |
setLoadGraphs(boolean load_graphs) |
void |
setLoadImages(boolean load_images) |
void |
setLoadMacros(boolean load_macros) |
void |
setLoadStyles(boolean load_styles) |
void |
setLogger(Logger logger) |
void |
setPassword(String password)
Password for opening an encrypted ODF package (document-level encryption).
|
void |
setSheetNumbers(List<Integer> sheetNumbers)
Sets the list of sheet numbers to load.
|
public Logger getLogger()
public void setLogger(Logger logger)
public boolean isLoadStyles()
public void setLoadStyles(boolean load_styles)
public boolean isLoadImages()
public void setLoadImages(boolean load_images)
public boolean isLoadGraphs()
public void setLoadGraphs(boolean load_graphs)
public boolean isLoadMacros()
false, all Basic/ entries inside the ODS ZIP are
skipped and the resulting SpreadSheet will have no macros.true if macros should be loaded (the default)public void setLoadMacros(boolean load_macros)
public List<Integer> getSheetNumbers()
public void setSheetNumbers(List<Integer> sheetNumbers)
sheetNumbers - List of sheet numbers (0-based) to load, or null for all sheetspublic void setPassword(String password)
password - the password, or null if not encryptedpublic String getPassword()
nullCopyright © 2026. All rights reserved.