- add(Object) - Method in class org.simpleods.ObjectQueue
-
Appends the specified element to the end of this list.
- addBorderStyle(String, String, int, int) - Method in class org.simpleods.TableStyle
-
Add a border style to this cell.
- addBorderStyle(BorderStyle) - Method in class org.simpleods.TableStyle
-
Add a border style to this cell.
- addCurrencyStyle(CurrencyStyle) - Method in class org.simpleods.Styles
-
Add a CurrencyStyle, if a CurrencyStyle with this name already exist, the old one
is replaced.
- addDateStyle(DateStyle) - Method in class org.simpleods.Styles
-
Add a DateStyle, if a DateStyle with this name already exist, the old one
is replaced.
- addNumberStyle(NumberStyle) - Method in class org.simpleods.Styles
-
Add a NumberStyle, if a NumberStyle with this name already exist, the old one
is replaced.
- addPageCount(TextStyle, int, int) - Method in class org.simpleods.Footer
-
- addPageCount(TextStyle, int, int) - Method in class org.simpleods.Header
-
- addPageNumber(TextStyle, int, int) - Method in class org.simpleods.Footer
-
- addPageNumber(TextStyle, int, int) - Method in class org.simpleods.Header
-
- addPageStyle(PageStyle) - Method in class org.simpleods.Content
-
- addPageStyle(PageStyle) - Method in class org.simpleods.Styles
-
- addStyledText(TextStyle, String, int, int) - Method in class org.simpleods.Footer
-
Adds a TextStyle and text to the footer region specified by nFooterRegion.
- addStyledText(TextStyle, String, int, int) - Method in class org.simpleods.Header
-
Adds a TextStyle and text to the header region specified by nHeaderRegion.
- addTable(String) - Method in class org.simpleods.Content
-
- addTable(String) - Method in class org.simpleods.OdsFile
-
Add a new table to the file, the new table is set to the active table.
- addTableStyle(TableStyle) - Method in class org.simpleods.Content
-
- addTextStyle(TextStyle) - Method in class org.simpleods.Content
-
- addTextStyle(TextStyle) - Method in class org.simpleods.Styles
-
- ALIGN_CENTER - Static variable in class org.simpleods.TableStyle
-
- ALIGN_JUSTIFY - Static variable in class org.simpleods.TableStyle
-
- ALIGN_LEFT - Static variable in class org.simpleods.TableStyle
-
- ALIGN_RIGHT - Static variable in class org.simpleods.TableStyle
-
- appendElement(StringBuffer, String, String) - Method in class org.simpleods.Util
-
Append a new element to StringBuffer sb, the name of the element is
sElementName
and the value is sValue.
- appendElement(StringBuffer, String, int) - Method in class org.simpleods.Util
-
Append a new element to StringBuffer sb, the name of the element is
sElementName
and the value is nValue.