- save() - Method in class org.simpleods.OdsFile
-
Save the new file.
- save(OutputStream) - Method in class org.simpleods.OdsFile
-
Save the new file.
- setActiveTable(String) - Method in class org.simpleods.OdsFile
-
Set the active table , this is the table that is shown if you open the file.
- setActiveTable(int) - Method in class org.simpleods.OdsFile
-
Set the active table, this is the table that is shown if you open the file.
- setAllMargins(String) - Method in class org.simpleods.PageStyle
-
Set the margin at the top,bottom,left and right.
- setAt(int, Object) - Method in class org.simpleods.ObjectQueue
-
Set an object at position n.
- setAutomaticOrder(boolean) - Method in class org.simpleods.DateStyle
-
The automatic-order attribute can be used to automatically order data to match the default order
for the language and country of the date style.
- setBackgroundColor(String) - Method in class org.simpleods.PageStyle
-
Set the background color to sColor, a six-digit hex value.
- setBackgroundColor(String) - Method in class org.simpleods.TableStyle
-
Set the cell background color to sColor.
- setBorderColor(String) - Method in class org.simpleods.BorderStyle
-
Set the border color to sColor.
- setBorderSize(String) - Method in class org.simpleods.BorderStyle
-
Adds the border size, e.g. '0.1cm'. borderSize is a length value
expressed as a number followed by a unit of measurement e.g. 0.1cm or 4px
The valid units in OpenDocument are in, cm, mm, px (pixels),
pc (picas; 6 picas equals one inch), and pt (points; 72points equal one inch).
- setBorderSize(int) - Method in class org.simpleods.BorderStyle
-
Set the border size in points to the given value.
- setBorderStyle(int) - Method in class org.simpleods.BorderStyle
-
Sets the border style.
- setBorderStyleDouble() - Method in class org.simpleods.BorderStyle
-
Sets the border size to double.
- setBorderStyleSolid() - Method in class org.simpleods.BorderStyle
-
Sets the border size to solid.
- setCell(int, int, int, int, String) - Method in class org.simpleods.Content
-
- setCell(String, int, int, int, String) - Method in class org.simpleods.OdsFile
-
Deprecated.
As of release 0.2.1, use OdsFile.getTableNumber(String)
instead setCell("Tab2",1,1,"stringvalue") use setCell(getTableNumber("Tab2"),1,1,"stringvalue")
- setCell(int, int, int, int, String) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given values.
- setCell(int, String, int, String) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given values.
- setCell(String, int, int, int, String, TableStyle) - Method in class org.simpleods.OdsFile
-
Deprecated.
As of release 0.2.1, use OdsFile.getTableNumber(String)
instead e.g.setCell("Tab2",1,1,"stringvalue") use setCell(getTableNumber("Tab2"),1,1,"stringvalue")
- setCell(int, int, int, int, String, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given values.
- setCell(int, String, int, String, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given values.
- setCell(int, int, int, String) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_STRING.
- setCell(int, String, String) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_STRING.
- setCell(int, int, int, String, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_STRING.
- setCell(int, String, String, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_STRING.
- setCell(int, int, int, int) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_FLOAT.
- setCell(int, String, int) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_FLOAT.
- setCell(int, int, int, int, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_FLOAT.
- setCell(int, String, int, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_FLOAT.
- setCell(int, int, int, double) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given value, the value type is
TableCell.STYLE_FLOAT.
- setCell(int, String, double) - Method in class org.simpleods.OdsFile
-
Sets the cell value in Table nTab to the given value, the value type is
TableCell.STYLE_FLOAT.
- setCell(int, int, int, double, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in table nTab to the given value, the value type is
TableCell.STYLE_FLOAT.
- setCell(int, String, double, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in table nTab to the given value, the value type is
TableCell.STYLE_FLOAT.
- setCell(int, int, int, Calendar) - Method in class org.simpleods.OdsFile
-
Sets the cell value in table nTab to the date from the Calendar object.
- setCell(int, String, Calendar) - Method in class org.simpleods.OdsFile
-
Sets the cell value in table nTab to the date from the Calendar object.
- setCell(int, int, int, Calendar, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in table nTab to the date from the Calendar object.
- setCell(int, String, Calendar, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in table nTab to the date from the Calendar object.
- setCell(int, int, int, String) - Method in class org.simpleods.Table
-
Set the value of a cell.
- setCell(int, int, int, String, TableStyle) - Method in class org.simpleods.Table
-
Set the value of a cell.
- setCell(int, TableCell) - Method in class org.simpleods.TableRow
-
Set TableCell object at position nCol.
- setCell(int, int, String) - Method in class org.simpleods.TableRow
-
- setCell(int, String) - Method in class org.simpleods.TableRow
-
Set the cell to the content of string, the value type of the cell is
TableCell.STYLE_STRING .
- setCellInAllTables(int, int, int, String, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in all tables to the given values.
- setCellInAllTables(String, int, String, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in all tables to the given values.
- setCellInAllTables(int, int, Calendar, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in all tables to the date from the Calendar object.
- setCellInAllTables(String, Calendar, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the cell value in all tables to the date from the Calendar object.
- setCellMerge(int, int, int, int, int) - Method in class org.simpleods.OdsFile
-
Set the merging of multiple cells to one cell.
- setCellMerge(int, String, int, int) - Method in class org.simpleods.OdsFile
-
Set the merging of multiple cells to one cell.
- setCellMergeInAllTables(int, int, int, int) - Method in class org.simpleods.OdsFile
-
Set the merging of multiple cells to one cell.
- setCellMergeInAllTables(String, int, int) - Method in class org.simpleods.OdsFile
-
Set the merging of multiple cells to one cell in all existing tables.
- setCellStyle(int, int, int, TableStyle) - Method in class org.simpleods.Content
-
- setCellStyle(String, int, int, TableStyle) - Method in class org.simpleods.OdsFile
-
Deprecated.
As of release 0.2.1, use OdsFile.getTableNumber(String)
instead setCellStyle("Tab2",1,1,"stringvalue") use setCellStyle(getTableNumber("Tab2"),1,1,"stringvalue")
- setCellStyle(int, int, int, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the style of this table cell.
- setCellStyle(int, String, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the style of this table cell.
- setCellStyle(int, int, TableStyle) - Method in class org.simpleods.Table
-
Set the cell style for the specified cell.
- setCellStyle(int, TableStyle) - Method in class org.simpleods.TableRow
-
Set the cell style for the cell at nCol to ts.
- setColumnsSpanned(int) - Method in class org.simpleods.TableCell
-
To merge cells, set the number of columns that should be merged.
- setColumnStyle(int, int, TableStyle) - Method in class org.simpleods.Content
-
- setColumnStyle(int, int, TableStyle) - Method in class org.simpleods.OdsFile
-
Sets the style of this table column.
- setColumnStyle(int, TableStyle) - Method in class org.simpleods.Table
-
Set the style of a column.
- setColumnWidth(String) - Method in class org.simpleods.TableStyle
-
Set the column width of a table column.
- setContent(Content) - Method in class org.simpleods.OdsFile
-
Set a new content to this OdsFile.
- setCountry(String) - Method in class org.simpleods.CurrencyStyle
-
Set the country and language if you need to distinguish between different countries.
- setCountry(String) - Method in class org.simpleods.NumberStyle
-
Set the country and language if you need to distinguish between different countries.
- setCreator(String) - Method in class org.simpleods.Meta
-
- setCurrency(String) - Method in class org.simpleods.TableCell
-
Set the currency value and table cell style to STYLE_CURRENCY.
- setCurrencySymbol(String) - Method in class org.simpleods.CurrencyStyle
-
Change the currency symbol, e.g. '$'.
- setCurrencySymbolPosition(int) - Method in class org.simpleods.CurrencyStyle
-
Set the position of the currency symbol, either CurrencyStyle.SYMBOLPOSITION_BEGIN or CurrencyStyle.SYMBOLPOSITION_END.
- setDataStyle(NumberStyle) - Method in class org.simpleods.TableStyle
-
Set the data style for this TableStyle to ns.
- setDataStyle(CurrencyStyle) - Method in class org.simpleods.TableStyle
-
Set the data style for this TableStyle to cs.
- setDataStyle(DateStyle) - Method in class org.simpleods.TableStyle
-
Set the data style for this TableStyle to ds.
- setDateFormat(int) - Method in class org.simpleods.DateStyle
-
Set the date format.
- setDateValue(Calendar) - Method in class org.simpleods.TableCell
-
Set the date value for a cell with TableCell.STYLE_DATE.
- setDecimalPlaces(int) - Method in class org.simpleods.CurrencyStyle
-
Set how many digits are to the right of the decimal symbol.
- setDecimalPlaces(int) - Method in class org.simpleods.NumberStyle
-
Set how many digits are to the right of the decimal symbol.
- setDefaultCellStyle(TableStyle) - Method in class org.simpleods.TableStyle
-
Set the default cell style of a table column.
- setFontColor(String) - Method in class org.simpleods.TableStyle
-
Set the font color to sColor.
- setFontColor(String) - Method in class org.simpleods.TextStyle
-
Set the font color to sColor.
- setFontName(String) - Method in class org.simpleods.TextStyle
-
Set the font name to be used for this style.
- setFontSize(String) - Method in class org.simpleods.TableStyle
-
Set the font size to the given value
fontSize is a length value expressed as a number followed by pt, e.g.
12pt
- setFontSize(int) - Method in class org.simpleods.TableStyle
-
Set the font size in points to the given value.
- setFontSize(String) - Method in class org.simpleods.TextStyle
-
Set the font size to the given value
fontSize is a length value expressed as a number followed by pt, e.g. 12pt
- setFontSize(int) - Method in class org.simpleods.TextStyle
-
Set the font size in points to the given value.
- setFontStyleBold() - Method in class org.simpleods.TextStyle
-
Deprecated.
0.5.2 Use setFontWeightBold() instead.
- setFontStyleItalic() - Method in class org.simpleods.TextStyle
-
Deprecated.
0.5.2 Use setFontWeightItalic() instead.
- setFontStyleNormal() - Method in class org.simpleods.TextStyle
-
Deprecated.
0.5.2 Use setFontWeightNormal() instead.
- setFontUnderline(int) - Method in class org.simpleods.TableStyle
-
Set the style that should be used for the underline.
- setFontUnderlineColor(String) - Method in class org.simpleods.TextStyle
-
Set the font underline color to sColor.
- setFontUnderlineStyle(int) - Method in class org.simpleods.TextStyle
-
Set the style that should be used for the underline.
- setFontWeightBold() - Method in class org.simpleods.TableStyle
-
Set the font weight to bold.
- setFontWeightBold() - Method in class org.simpleods.TextStyle
-
Set the font weight to bold.
- setFontWeightItalic() - Method in class org.simpleods.TableStyle
-
Set the font weight to italic.
- setFontWeightItalic() - Method in class org.simpleods.TextStyle
-
Set the font weight to italic.
- setFontWeightNormal() - Method in class org.simpleods.TableStyle
-
Set the font weight to normal.
- setFontWeightNormal() - Method in class org.simpleods.TextStyle
-
Set the font weight to normal.
- setFontWrap(boolean) - Method in class org.simpleods.TableStyle
-
Set font wrap.
- setFontWrap() - Method in class org.simpleods.TableStyle
-
Deprecated.
- Use setFontWrap(true)
- setFooter(Footer) - Method in class org.simpleods.OdsFile
-
Sets a new footer object, any earlier footer that was set will be reset and the
new footer is used.
- setFooter(Footer) - Method in class org.simpleods.Styles
-
Set the footer object to f.
- setFractionValues(int, int) - Method in class org.simpleods.NumberStyle
-
Add the numerator and denominator values to be shown.
- setHeader(Header) - Method in class org.simpleods.OdsFile
-
Sets a new header object, any earlier header that was set will be reset and the.
- setHeader(Header) - Method in class org.simpleods.Styles
-
Set the header object to h.
- setLanguage(String) - Method in class org.simpleods.CurrencyStyle
-
Set the country and language if you need to distinguish between different
countries.
- setLanguage(String) - Method in class org.simpleods.NumberStyle
-
Set the country and language if you need to distinguish between different
countries.
- setMarginBottom(String) - Method in class org.simpleods.PageStyle
-
Set the margin at the bottom.
- setMarginLeft(String) - Method in class org.simpleods.Footer
-
- setMarginLeft(String) - Method in class org.simpleods.Header
-
- setMarginLeft(String) - Method in class org.simpleods.PageStyle
-
Set the margin at the left.
- setMarginRight(String) - Method in class org.simpleods.Footer
-
- setMarginRight(String) - Method in class org.simpleods.Header
-
- setMarginRight(String) - Method in class org.simpleods.PageStyle
-
Set the margin at the right.
- setMarginTop(String) - Method in class org.simpleods.Footer
-
- setMarginTop(String) - Method in class org.simpleods.Header
-
- setMarginTop(String) - Method in class org.simpleods.PageStyle
-
Set the margin at the top.
- setMinExponentDigits(int) - Method in class org.simpleods.NumberStyle
-
Set the number of exponent digits.
- setMinHeight(String) - Method in class org.simpleods.Footer
-
- setMinHeight(String) - Method in class org.simpleods.Header
-
- setMinIntegerDigits(int) - Method in class org.simpleods.CurrencyStyle
-
Set how many leading zeros are present.
- setMinIntegerDigits(int) - Method in class org.simpleods.NumberStyle
-
Set how many leading zeros are present.
- setName(String) - Method in class org.simpleods.ConfigItem
-
- setName(String) - Method in class org.simpleods.CurrencyStyle
-
Set the name of this style to sName.
- setName(String) - Method in class org.simpleods.DateStyle
-
Set the name of this style to sName.
- setName(String) - Method in class org.simpleods.NumberStyle
-
Set the name of this style to sName, this name must be unique.
- setName(String) - Method in class org.simpleods.Table
-
Set the name of this table.
- setName(String) - Method in class org.simpleods.TextStyle
-
Set the name of this style to sName.
- setNegativeValueColor(String) - Method in class org.simpleods.CurrencyStyle
-
- setNegativeValuesRed(boolean) - Method in class org.simpleods.NumberStyle
-
Set to true if negative values should be shown in red color.
- setNumberType(int) - Method in class org.simpleods.NumberStyle
-
Set the number type for this style.
- setPageHeight(String) - Method in class org.simpleods.PageStyle
-
Set the page height.
- setPageStyles(ObjectQueue) - Method in class org.simpleods.Content
-
- setPageWidth(String) - Method in class org.simpleods.PageStyle
-
Set the page width.
- setPaperFormat(int) - Method in class org.simpleods.PageStyle
-
Set the paper format to one of
PageStyle.STYLE_PAPERFORMAT_A3
PageStyle.STYLE_PAPERFORMAT_A4
PageStyle.STYLE_PAPERFORMAT_A5
PageStyle.STYLE_PAPERFORMAT_LETTER
PageStyle.STYLE_PAPERFORMAT_LEGAL
PageStyle.STYLE_PAPERFORMAT_USER , automatically used if you use setPageHeight() or setPageWidth().
- setPosition(int) - Method in class org.simpleods.BorderStyle
-
Sets the position of the border, e.g.
- setPrintOrientationHorizontal() - Method in class org.simpleods.PageStyle
-
- setPrintOrientationVertical() - Method in class org.simpleods.PageStyle
-
- setRowHeight(String) - Method in class org.simpleods.TableStyle
-
Set the row height to a table row.
- setRowsSpanned(int) - Method in class org.simpleods.TableCell
-
To merge cells, set the number of rows that should be merged.
- setStyle(String) - Method in class org.simpleods.Table
-
Set a new TableStyle
- setStyle(String) - Method in class org.simpleods.TableCell
-
- setStyle(String) - Method in class org.simpleods.TableRow
-
- setStyles(Styles) - Method in class org.simpleods.OdsFile
-
Set the styles for this ODsFile to styles.
- setTableStyles(ObjectQueue) - Method in class org.simpleods.Content
-
- setText(String) - Method in class org.simpleods.StyledText
-
- setText(String) - Method in class org.simpleods.TableCell
-
- setTextAlign(int) - Method in class org.simpleods.TableStyle
-
Set the alignment of text.
- setTextStyle(TextStyle) - Method in class org.simpleods.StyledText
-
- setTextStyle(TextStyle) - Method in class org.simpleods.TableStyle
-
Set a new TextStyle object.
- setTextStyles(ObjectQueue) - Method in class org.simpleods.Content
-
- setThousandsSeparator(boolean) - Method in class org.simpleods.CurrencyStyle
-
If this is set to true, the thousands separator is shown.
- setThousandsSeparator(boolean) - Method in class org.simpleods.NumberStyle
-
If this is set to true, the thousands separator is shown.
- setToPercentageStyle() - Method in class org.simpleods.NumberStyle
-
Set the number format to percentage.
- setType(String) - Method in class org.simpleods.ConfigItem
-
- setValue(String) - Method in class org.simpleods.ConfigItem
-
- setValue(String) - Method in class org.simpleods.TableCell
-
- setValueType(int) - Method in class org.simpleods.TableCell
-
Set the type of the value for this cell.
- setVerticalAlign(int) - Method in class org.simpleods.TableStyle
-
Set the vertical alignment of text.
- setWritingMode(int) - Method in class org.simpleods.PageStyle
-
Set the writing mode to one of
STYLE_WRITINGMODE_LRTB lr-tb (left to right; top to bottom)
STYLE_WRITINGMODE_RLTB
STYLE_WRITINGMODE_TBRL
STYLE_WRITINGMODE_TBLR
STYLE_WRITINGMODE_LR
STYLE_WRITINGMODE_RL
STYLE_WRITINGMODE_TB
STYLE_WRITINGMODE_PAGE
- SimpleOdsException - Exception in org.simpleods
-
- SimpleOdsException() - Constructor for exception org.simpleods.SimpleOdsException
-
- SimpleOdsException(String) - Constructor for exception org.simpleods.SimpleOdsException
-
- size() - Method in class org.simpleods.ObjectQueue
-
- STYLE_CURRENCY - Static variable in class org.simpleods.TableCell
-
- STYLE_DATE - Static variable in class org.simpleods.TableCell
-
- STYLE_FLOAT - Static variable in class org.simpleods.TableCell
-
- STYLE_PAPERFORMAT_A3 - Static variable in class org.simpleods.PageStyle
-
- STYLE_PAPERFORMAT_A4 - Static variable in class org.simpleods.PageStyle
-
- STYLE_PAPERFORMAT_A5 - Static variable in class org.simpleods.PageStyle
-
- STYLE_PAPERFORMAT_LEGAL - Static variable in class org.simpleods.PageStyle
-
- STYLE_PAPERFORMAT_LETTER - Static variable in class org.simpleods.PageStyle
-
- STYLE_PAPERFORMAT_USER - Static variable in class org.simpleods.PageStyle
-
- STYLE_PERCENTAGE - Static variable in class org.simpleods.TableCell
-
- STYLE_PRINTORIENTATION_HORIZONTAL - Static variable in class org.simpleods.PageStyle
-
- STYLE_PRINTORIENTATION_VERTICAL - Static variable in class org.simpleods.PageStyle
-
- STYLE_STRING - Static variable in class org.simpleods.TableCell
-
- STYLE_TABLE - Static variable in class org.simpleods.TableStyle
-
- STYLE_TABLECELL - Static variable in class org.simpleods.TableStyle
-
- STYLE_TABLECOLUMN - Static variable in class org.simpleods.TableStyle
-
- STYLE_TABLEROW - Static variable in class org.simpleods.TableStyle
-
- STYLE_UNDERLINE_DASH - Static variable in class org.simpleods.TextStyle
-
- STYLE_UNDERLINE_DOTDASH - Static variable in class org.simpleods.TextStyle
-
- STYLE_UNDERLINE_DOTDOTDASH - Static variable in class org.simpleods.TextStyle
-
- STYLE_UNDERLINE_DOTTED - Static variable in class org.simpleods.TextStyle
-
- STYLE_UNDERLINE_LONGDASH - Static variable in class org.simpleods.TextStyle
-
- STYLE_UNDERLINE_NONE - Static variable in class org.simpleods.TextStyle
-
- STYLE_UNDERLINE_SOLID - Static variable in class org.simpleods.TextStyle
-
- STYLE_UNDERLINE_WAVE - Static variable in class org.simpleods.TextStyle
-
- STYLE_WRITINGMODE_LR - Static variable in class org.simpleods.PageStyle
-
- STYLE_WRITINGMODE_LRTB - Static variable in class org.simpleods.PageStyle
-
- STYLE_WRITINGMODE_PAGE - Static variable in class org.simpleods.PageStyle
-
- STYLE_WRITINGMODE_RL - Static variable in class org.simpleods.PageStyle
-
- STYLE_WRITINGMODE_RLTB - Static variable in class org.simpleods.PageStyle
-
- STYLE_WRITINGMODE_TB - Static variable in class org.simpleods.PageStyle
-
- STYLE_WRITINGMODE_TBLR - Static variable in class org.simpleods.PageStyle
-
- STYLE_WRITINGMODE_TBRL - Static variable in class org.simpleods.PageStyle
-
- StyledText - Class in org.simpleods
-
- StyledText(TextStyle, String) - Constructor for class org.simpleods.StyledText
-
- Styles - Class in org.simpleods
-
- Styles(OdsFile) - Constructor for class org.simpleods.Styles
-
- SYMBOLPOSITION_BEGIN - Static variable in class org.simpleods.CurrencyStyle
-
- SYMBOLPOSITION_END - Static variable in class org.simpleods.CurrencyStyle
-