- Table - Class in org.simpleods
-
- Table(String) - Constructor for class org.simpleods.Table
-
- TableCell - Class in org.simpleods
-
- TableCell(int, String) - Constructor for class org.simpleods.TableCell
-
A table cell.
- TableRow - Class in org.simpleods
-
- TableRow() - Constructor for class org.simpleods.TableRow
-
- TableStyle - Class in org.simpleods
-
- TableStyle(int, String, OdsFile) - Constructor for class org.simpleods.TableStyle
-
Create a new table style and add it to content.
- TextStyle - Class in org.simpleods
-
- TextStyle(String, OdsFile) - Constructor for class org.simpleods.TextStyle
-
Create a new text style with the name sName.
- TextStyle(OdsFile) - Constructor for class org.simpleods.TextStyle
-
Create a new text style without a name.
- toString() - Method in class org.simpleods.BorderStyle
-
- toXML() - Method in class org.simpleods.ConfigItem
-
Write the XML format for this object.
- toXML() - Method in class org.simpleods.CurrencyStyle
-
Write the XML format for this object.
- toXML() - Method in class org.simpleods.DateStyle
-
Write the XML format for this object.
- toXML() - Method in class org.simpleods.NumberStyle
-
Write the XML format for this object.
- toXML() - Method in class org.simpleods.Table
-
Write the XML format for this object.
- toXML() - Method in class org.simpleods.TableCell
-
Write the XML format for this object.
- toXML() - Method in class org.simpleods.TableRow
-
Write the XML format for this object.
- toXmlString(String) - Method in class org.simpleods.Util
-
Helper function to convert non-ASCII character to XML encoding.