Modifier and Type | Method and Description |
---|---|
void |
Util.copyStylesFromTo(OdsFile source,
OdsFile target)
Copy all styles from one OdsFile to another OdsFile.
|
Constructor and Description |
---|
CurrencyStyle(java.lang.String sName,
int nMinIntDigits,
int nDecPlaces,
OdsFile odsFile)
Create a new number style with the name sName, minimum integer digits is nMinIntDigits
and decimal places is nDecPlaces.
|
CurrencyStyle(java.lang.String sName,
OdsFile odsFile)
Create a new number style with the name sName, default minimum integer digits is 1
and default decimal places is 2.
|
DateStyle(java.lang.String sName,
OdsFile odsFile)
Create a new date style with the name sName.
|
Footer(OdsFile odsFile)
Create a new footer object.
|
Header(OdsFile odsFile)
Create a new header object.
|
NumberStyle(java.lang.String sStyleName,
int nMinIntDigits,
int nDecPlaces,
OdsFile odsFile)
Create a new number style with the name sName, minimum integer digits is
nMinIntDigits and decimal places is nDecPlaces.
|
NumberStyle(java.lang.String sStyleName,
OdsFile odsFile)
Create a new number style with the name sName, default minimum integer
digits is 1 and default decimal places is 2.
|
PageStyle(java.lang.String sName,
OdsFile odsFile)
Create a new page style.
|
Styles(OdsFile odsFile) |
TableStyle(int nFamily,
java.lang.String sStyleName,
OdsFile odsFile)
Create a new table style and add it to content.
|
TextStyle(OdsFile odsFile)
Create a new text style without a name.
|
TextStyle(java.lang.String sStyleName,
OdsFile odsFile)
Create a new text style with the name sName.
|