A B C D E F G H I J L M N O P R S T U V W

S

save(OutputStream) - Method in class org.odftoolkit.simple.Document
Save the document to an OutputStream.
save(File) - Method in class org.odftoolkit.simple.Document
Save the document to a given file.
Section - Class in org.odftoolkit.simple.text
This class represents section definition in text document.
Selection - Class in org.odftoolkit.simple.common.navigation
Selection describes one of the matched results, which is recognized by the container element, the start index of the text content in this element and the text content.
Selection() - Constructor for class org.odftoolkit.simple.common.navigation.Selection
 
set(int, ListItem) - Method in class org.odftoolkit.simple.text.list.List
Replace the item at the specified location in this List with the specified item.
set(int, String) - Method in class org.odftoolkit.simple.text.list.List
Replace the item at the specified location in this List with the specified item content.
setAchorType(StyleTypeDefinitions.AnchorType) - Method in class org.odftoolkit.simple.draw.FrameStyleHandler
Set how a frame is bound to a text document.
setApply3DEffect(boolean) - Method in class org.odftoolkit.simple.chart.Chart
3D effect manipulation, set to apply 3D effect
setAxisTitle(String, String) - Method in class org.odftoolkit.simple.chart.Chart
chart axis manipulation, set the chart axis title according to the give dimension
setBackgroundColor(Color) - Method in class org.odftoolkit.simple.draw.Frame
Set the background color of this frame.
setBackgroundColor(Color) - Method in class org.odftoolkit.simple.draw.FrameStyleHandler
Set the background color of this frame.
setBackgroundColor(Color) - Method in class org.odftoolkit.simple.style.TableCellProperties
Set the background color.
setBackgroundColor(Color) - Method in class org.odftoolkit.simple.table.CellStyleHandler
Set the background color of this cell.
setBackgroundFrame(boolean) - Method in class org.odftoolkit.simple.draw.FrameStyleHandler
Set whether the content of a frame is displayed in the background or foreground.
setBooleanValue(Boolean) - Method in class org.odftoolkit.simple.table.Cell
Set the cell value as a boolean and set the value type to be boolean.
setBorder(Border) - Method in class org.odftoolkit.simple.style.GraphicProperties
Set the border definition for all four borders.
setBorder(Border) - Method in class org.odftoolkit.simple.style.TableCellProperties
Set the border definition for all four borders.
setBorderByDescription(String) - Method in class org.odftoolkit.simple.style.Border
Set border style by a description string.
setBorders(Border, StyleTypeDefinitions.CellBordersType) - Method in class org.odftoolkit.simple.draw.FrameStyleHandler
Set the border style of this cell.
setBorders(StyleTypeDefinitions.CellBordersType, Border) - Method in class org.odftoolkit.simple.style.GraphicProperties
Set the border style.
setBorders(StyleTypeDefinitions.CellBordersType, Border) - Method in class org.odftoolkit.simple.style.TableCellProperties
Set the border style.
setBorders(StyleTypeDefinitions.CellBordersType, Border) - Method in class org.odftoolkit.simple.table.Cell
Set the border style definitions for this cell.
setBorders(Border, StyleTypeDefinitions.CellBordersType) - Method in class org.odftoolkit.simple.table.CellStyleHandler
Set the border style of this cell.
setBottomBorder(Border) - Method in class org.odftoolkit.simple.style.GraphicProperties
Set the border definition for the bottom border.
setBottomBorder(Border) - Method in class org.odftoolkit.simple.style.TableCellProperties
Set the border definition for the bottom border.
setCellBackgroundColor(Color) - Method in class org.odftoolkit.simple.table.Cell
Set the background color of this cell.
setCellBackgroundColor(String) - Method in class org.odftoolkit.simple.table.Cell
Deprecated. As of Simple version 0.3, replaced by setCellBackgroundColor(Color)
setCellCount(int) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaCellCountAttribute .
setCellRangeName(String) - Method in class org.odftoolkit.simple.table.CellRange
Set the name of the current cell range.
setCellStyleInheritance(boolean) - Method in class org.odftoolkit.simple.table.Table
This method allows users to set whether cell style is inherited or not when a new cell is added to the table.
setCellStyleName(String) - Method in class org.odftoolkit.simple.table.Cell
Set the cell style name.
setCharacterCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaCharacterCountAttribute.
setChartData(DataSet) - Method in class org.odftoolkit.simple.chart.Chart
chart data manipulation, set chart data
setChartTitle(String) - Method in class org.odftoolkit.simple.chart.Chart
chart title manipulation, get the current chart title
setChartType(ChartType) - Method in class org.odftoolkit.simple.chart.Chart
chart type manipulation, set a chart type when chart type is changed, all the corresponding chart behaviors and properties should be changed accordingly
setColor(Color) - Method in class org.odftoolkit.simple.style.Border
Set the color of this border
setColor(Color) - Method in class org.odftoolkit.simple.style.Font
Set the font color
setContinueList(List) - Method in class org.odftoolkit.simple.text.list.List
Set the list whose numbering is continued by this list.
setContinueNumbering(boolean) - Method in class org.odftoolkit.simple.text.list.List
Set whether the numbering of the preceding list is continued or not.
setCountry(String) - Method in class org.odftoolkit.simple.style.TextProperties
Set the country information for western character.
setCountry(String, Document.ScriptType) - Method in class org.odftoolkit.simple.style.TextProperties
Set the country information for a specific script type.
setCountry(String, Document.ScriptType) - Method in class org.odftoolkit.simple.table.CellStyleHandler
Set the country information for a specific script type
setCountry(String, Document.ScriptType) - Method in class org.odftoolkit.simple.text.ParagraphStyleHandler
Set the country information for a specific script type
setCreationDate(Calendar) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation MetaCreationDateElement .
setCreator(String) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation DcCreatorElement.
setCurrencyCode(String) - Method in class org.odftoolkit.simple.table.Cell
Set the currency code of this cell, for example, "USD", "EUR", "CNY", and etc.
setCurrencyFormat(String, String) - Method in class org.odftoolkit.simple.table.Cell
Set the currency symbol and overall format of a currency cell.
setCurrencyValue(Double, String) - Method in class org.odftoolkit.simple.table.Cell
Set the value and currency of the cell, and set the value type as "currency".
setDateValue(Calendar) - Method in class org.odftoolkit.simple.table.Cell
Set the cell value as a date, and set the value type to be "date".
setDcdate(Calendar) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation DcDateElement.
setDecorator(ListDecorator) - Method in class org.odftoolkit.simple.text.list.List
Set the ListDecorator of this list.
setDefaultCellStyle(OdfStyle) - Method in class org.odftoolkit.simple.table.Column
Set the default cell style to this column.
setDefaultCellStyle(OdfStyle) - Method in class org.odftoolkit.simple.table.Row
Set the default cell style to this row.
setDescription(String) - Method in class org.odftoolkit.simple.draw.Frame
Set the description of this text box.
setDescription(String) - Method in class org.odftoolkit.simple.draw.Image
Set the description of this image.
setDescription(String) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation DcDescriptionElement.
setDiagonalBlTr(Border) - Method in class org.odftoolkit.simple.style.TableCellProperties
Set the border definition for the diagonal from bottom left to top right.
setDiagonalTlBr(Border) - Method in class org.odftoolkit.simple.style.TableCellProperties
Set the border definition for the diagonal from top left to bottom right.
setDisplayPage(ChapterField.DisplayType) - Method in class org.odftoolkit.simple.common.field.ChapterField
Specifies the information that a chapter field should display.
setDisplayPage(PageNumberField.DisplayType) - Method in class org.odftoolkit.simple.common.field.PageNumberField
Specifies whether to display or not the number of a previous or following page rather than the number of the current page.
setDisplayText(String, CellValueAdapter) - Method in class org.odftoolkit.simple.table.Cell
Set the text displayed in this cell.
setDisplayText(String) - Method in class org.odftoolkit.simple.table.Cell
Set the text displayed in this cell.
setDisplayText(String, CellValueAdapter, String) - Method in class org.odftoolkit.simple.table.Cell
Set the text displayed in this cell, with a specified style name.
setDisplayText(String, String) - Method in class org.odftoolkit.simple.table.Cell
Set the text displayed in this cell, with a specified style name.
setDistance(double) - Method in class org.odftoolkit.simple.style.Border
Set the distance between inner line and outer line of border with double lines.
setDoubleLineWidthByDescription(String) - Method in class org.odftoolkit.simple.style.Border
Set the border widths with double lines by a description string.
setDoubleValue(Double) - Method in class org.odftoolkit.simple.table.Cell
Set the cell value as a double and set the value type to be "float".
setDrawCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaDrawCountAttribute.
setEditingCycles(Integer) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation MetaEditingCyclesElement .
setEditingDuration(Duration) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation MetaEditingDurationElement.
setFamilyName(String) - Method in class org.odftoolkit.simple.style.Font
Set the font family.
setFill(StyleTypeDefinitions.OdfDrawFill, Color) - Method in class org.odftoolkit.simple.style.GraphicProperties
Set the fill style for a graphic object.
setFixed(boolean) - Method in class org.odftoolkit.simple.common.field.DateField
Set whether the date value of this field is fixed.
setFixed(boolean) - Method in class org.odftoolkit.simple.common.field.TimeField
Set whether the time value of this field is fixed.
setFont(Font) - Method in class org.odftoolkit.simple.style.TextProperties
Set the font definition for western character.
setFont(Font, Locale) - Method in class org.odftoolkit.simple.style.TextProperties
Set the font definition.
setFont(Font) - Method in class org.odftoolkit.simple.table.Cell
Set font style for this cell.
setFont(Font) - Method in class org.odftoolkit.simple.table.CellStyleHandler
Set the font definition.
setFont(Font, Locale) - Method in class org.odftoolkit.simple.table.CellStyleHandler
Set the font definition.
setFont(Font) - Method in class org.odftoolkit.simple.text.Paragraph
Sets font style for this paragraph.
setFont(Font) - Method in class org.odftoolkit.simple.text.ParagraphStyleHandler
Set the font definition.
setFont(Font, Locale) - Method in class org.odftoolkit.simple.text.ParagraphStyleHandler
Set the font definition.
setFontColor(Color) - Method in class org.odftoolkit.simple.style.TextProperties
Set the font color.
setFontName(String) - Method in class org.odftoolkit.simple.style.Font
Set the font name
setFontName(String) - Method in class org.odftoolkit.simple.style.TextProperties
Set the font name for western characters.
setFontName(String, Document.ScriptType) - Method in class org.odftoolkit.simple.style.TextProperties
Set the font name for a specific script type
setFontSizeInPoint(double) - Method in class org.odftoolkit.simple.style.TextProperties
Set the font size in measurement point(PT) for western characters.
setFontSizeInPoint(double, Document.ScriptType) - Method in class org.odftoolkit.simple.style.TextProperties
Set the font size in measurement point(PT) for a specific script type.
setFontStyle(StyleTypeDefinitions.FontStyle) - Method in class org.odftoolkit.simple.style.Font
Set the font style
setFontStyle(StyleTypeDefinitions.FontStyle) - Method in class org.odftoolkit.simple.style.TextProperties
Set the font style for western characters
setFontStyle(StyleTypeDefinitions.FontStyle, Document.ScriptType) - Method in class org.odftoolkit.simple.style.TextProperties
Set the font style for a specific script type
setFormatString(String) - Method in class org.odftoolkit.simple.table.Cell
Set the format string of the cell.
setFormula(String) - Method in class org.odftoolkit.simple.table.Cell
Set a formula to the cell.
setFrameCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaFrameCountAttribute .
setGenerator(String) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation MetaGeneratorElement.
setHeader(String) - Method in class org.odftoolkit.simple.text.list.List
Set the header of this list.
setHeight(double) - Method in class org.odftoolkit.simple.draw.FrameRectangle
 
setHeight(double, boolean) - Method in class org.odftoolkit.simple.table.Row
Set the height/minimal height of the row (in Millimeter) according to the second parameter.
setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType) - Method in class org.odftoolkit.simple.style.ParagraphProperties
Set the horizontal alignment.
setHorizontalAlignment(String) - Method in class org.odftoolkit.simple.table.Cell
Deprecated. As of Simple version 0.3, replaced by setHorizontalAlignment(SimpleHorizontalAlignmentType)
setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType) - Method in class org.odftoolkit.simple.table.Cell
Set the horizontal alignment setting of this cell.
setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType) - Method in class org.odftoolkit.simple.table.CellStyleHandler
Set the horizontal alignment.
setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType) - Method in class org.odftoolkit.simple.text.Paragraph
Set the horizontal alignment setting of this paragraph.
setHorizontalAlignment(StyleTypeDefinitions.HorizontalAlignmentType) - Method in class org.odftoolkit.simple.text.ParagraphStyleHandler
Set the horizontal alignment.
setHorizontalPosition(StyleTypeDefinitions.FrameHorizontalPosition) - Method in class org.odftoolkit.simple.draw.FrameStyleHandler
Set the horizontal position
setHorizontalPosition(StyleTypeDefinitions.FrameHorizontalPosition) - Method in class org.odftoolkit.simple.draw.Image
Set the horizontal position
setHorizontalPosition(StyleTypeDefinitions.FrameHorizontalPosition) - Method in class org.odftoolkit.simple.style.GraphicProperties
Set the horizontal position
setHorizontalRelative(StyleTypeDefinitions.HorizontalRelative) - Method in class org.odftoolkit.simple.draw.FrameStyleHandler
Set the horizontal relative
setHorizontalRelative(StyleTypeDefinitions.HorizontalRelative) - Method in class org.odftoolkit.simple.style.GraphicProperties
Set the horizontal relative
setHyperlink(URI) - Method in class org.odftoolkit.simple.draw.Frame
Add a hypertext reference to this frame.
setHyperlink(URI) - Method in class org.odftoolkit.simple.draw.Image
Add a hypertext reference to this image.
setImage(URI) - Method in class org.odftoolkit.simple.draw.Frame
Add a image to the frame after all the contents get removed.
setImage(URI) - Method in class org.odftoolkit.simple.table.Cell
Insert an Image from the specified uri to cell.
setImageCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaImageCountAttribute .
setInitialCreator(String) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation MetaInitialCreatorElement.
setInnerLineWidth(double) - Method in class org.odftoolkit.simple.style.Border
Set the inner line width of border with double lines If the line style is not double, nothing will happen.
setInputHelpMessage(String, String) - Method in class org.odftoolkit.simple.table.Cell
Sets the title and the text of the tip, which will then be displayed if the cell is selected.
setKeywords(List<String>) - Method in class org.odftoolkit.simple.meta.Meta
Sets the list value of the odf dom element representation MetaKeywordElement.
setLabelByIndex(int, String) - Method in class org.odftoolkit.simple.chart.DataSet
Sets or change the legend of the data series by its index in the data set.
setLanguage(String) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation DcLanguageElement.
setLanguage(String) - Method in class org.odftoolkit.simple.style.TextProperties
Set the language information for western characters.
setLanguage(String, Document.ScriptType) - Method in class org.odftoolkit.simple.style.TextProperties
Set the language information for a specific script type
setLanguage(String, Document.ScriptType) - Method in class org.odftoolkit.simple.table.CellStyleHandler
Set the language information for a specific script type
setLanguage(String, Document.ScriptType) - Method in class org.odftoolkit.simple.text.ParagraphStyleHandler
Set the language information for a specific script type
setLeftBorder(Border) - Method in class org.odftoolkit.simple.style.GraphicProperties
Set the border definition for the left border.
setLeftBorder(Border) - Method in class org.odftoolkit.simple.style.TableCellProperties
Set the border definition for the left border.
setLegendByIndex(int, String) - Method in class org.odftoolkit.simple.chart.DataSet
Sets or change the legend of the data series by its index in the data set.
setLinearMeasure(StyleTypeDefinitions.SupportedLinearMeasure) - Method in class org.odftoolkit.simple.draw.FrameRectangle
 
setLinearMeasure(StyleTypeDefinitions.SupportedLinearMeasure) - Method in class org.odftoolkit.simple.style.Border
Set linear measurement
setLineStyle(StyleTypeDefinitions.LineType) - Method in class org.odftoolkit.simple.style.Border
Set the line style of the border.
setLocale(Locale) - Method in class org.odftoolkit.simple.Document
Set a locale information.
setLocale(Locale, Document.ScriptType) - Method in class org.odftoolkit.simple.Document
Set a locale of a specific script type.
setLocalTable(boolean) - Method in class org.odftoolkit.simple.chart.DataSet
Sets this data set uses local table or not.
setMarginBottom(double) - Method in class org.odftoolkit.simple.style.ParagraphProperties
Set the bottom margin of this ParagraphProperties
setMarginLeft(double) - Method in class org.odftoolkit.simple.style.ParagraphProperties
Set the left margin of this ParagraphProperties
setMarginRight(double) - Method in class org.odftoolkit.simple.style.ParagraphProperties
Set the right margin of this ParagraphProperties
setMarginTop(double) - Method in class org.odftoolkit.simple.style.ParagraphProperties
Set the top margin of this ParagraphProperties
setName(String) - Method in class org.odftoolkit.simple.common.field.ReferenceField
Set the name of this reference field.
setName(String) - Method in class org.odftoolkit.simple.draw.Frame
Set the name of this frame.
setName(String) - Method in class org.odftoolkit.simple.draw.Image
Set the name of this image.
setName(String) - Method in class org.odftoolkit.simple.text.Section
Set the value of this section name
setNonWhitespaceCharacterCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaNonWhitespaceCharacterCountAttribute.
setNoteText(String) - Method in class org.odftoolkit.simple.table.Cell
Set note text for this table cell.
setNumberFormat(NumberFormat) - Method in class org.odftoolkit.simple.common.field.PageCountField
Specifies the number format of this field.
setNumberFormat(NumberFormat) - Method in class org.odftoolkit.simple.common.field.PageNumberField
Specifies the number format of this field.
setNumberFormat(String) - Method in class org.odftoolkit.simple.text.list.ListItem
Set the number format of this item.
setObjectCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaObjectCountAttribute.
setOdfMediaType(Document.OdfMediaType) - Method in class org.odftoolkit.simple.Document
Sets the media type of the Document
setOleObjectCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaOleObjectCountAttribute.
setOuterLineWidth(double) - Method in class org.odftoolkit.simple.style.Border
Set the outer line width of border with double lines If the line style is not double, nothing will happen.
setOutlineLevel(int) - Method in class org.odftoolkit.simple.common.field.ChapterField
Specifies the outline level to be displayed.
setPageColumns(int, double) - Method in class org.odftoolkit.simple.TextDocument
Defines several columns to the page whose style is specified.
setPageCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaPageCountAttribute.
setParagraphCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaParagraphCountAttribute.
setPercentageValue(Double) - Method in class org.odftoolkit.simple.table.Cell
Set the cell value as a percentage value and set the value type as percentage too.
setPrintDate(Calendar) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation MetaPrintDateElement.
setPrintedBy(String) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation MetaPrintedByElement.
setProtected(boolean) - Method in class org.odftoolkit.simple.table.Table
Set if the table is protected.
setRectangle(FrameRectangle) - Method in class org.odftoolkit.simple.draw.Frame
Set the rectangle used by this frame
setRectangle(FrameRectangle) - Method in class org.odftoolkit.simple.draw.Image
Set the rectangle used by this image
setRightBorder(Border) - Method in class org.odftoolkit.simple.style.GraphicProperties
Set the border definition for the right border.
setRightBorder(Border) - Method in class org.odftoolkit.simple.style.TableCellProperties
Set the border definition for the right border.
setRowCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaRowCountAttribute.
setSentenceCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaSentenceCountAttribute.
setSize(double) - Method in class org.odftoolkit.simple.style.Font
Set the font size.
setSlideName(String) - Method in class org.odftoolkit.simple.presentation.Slide
Set the current slide name.
setStartNumber(Integer) - Method in class org.odftoolkit.simple.text.list.ListItem
Set the start number of this item.
setStringValue(String) - Method in class org.odftoolkit.simple.table.Cell
Set the cell value as a string, and set the value type to be string.
setStroke(StyleTypeDefinitions.OdfDrawStroke, Color, String, String) - Method in class org.odftoolkit.simple.draw.FrameStyleHandler
Set the style of stroke.
setStroke(StyleTypeDefinitions.OdfDrawStroke, Color, String, String) - Method in class org.odftoolkit.simple.style.GraphicProperties
Set the style of stroke.
setStyleName(String) - Method in class org.odftoolkit.simple.text.Paragraph
Set the style name of this paragraph
setStyleRunThrough(boolean) - Method in class org.odftoolkit.simple.style.GraphicProperties
Set whether the content of a graphic object is displayed in the background or foreground.
setSubject(String) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation DcSubjectElement.
setSyllableCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaSyllableCountAttribute.
setTableCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaTableCountAttribute.
setTableName(String) - Method in class org.odftoolkit.simple.table.Table
Set the table name.
setTextContent(String) - Method in class org.odftoolkit.simple.draw.Textbox
Set the text content of this text box.
setTextContent(String) - Method in class org.odftoolkit.simple.text.list.ListItem
Set item text content.
setTextContent(String) - Method in class org.odftoolkit.simple.text.Paragraph
Set the text content of this paragraph.
setTextContent(String) - Method in class org.odftoolkit.simple.text.Span
Set the text content of this span.
setTextContent(String) - Method in class org.odftoolkit.simple.text.TextHyperlink
Set the text content of this hyperlink
setTextContentNotCollapsed(String) - Method in class org.odftoolkit.simple.text.Paragraph
Set the text content of this paragraph.
setTextIndent(double) - Method in class org.odftoolkit.simple.style.ParagraphProperties
Set the text indention size of this ParagraphProperties
setTextLinePosition(StyleTypeDefinitions.TextLinePosition) - Method in class org.odftoolkit.simple.style.Font
Set the font text line position
setTextLineStyle(StyleTypeDefinitions.TextLinePosition) - Method in class org.odftoolkit.simple.style.TextProperties
Set the font text line style for characters
setTextWrapped(boolean) - Method in class org.odftoolkit.simple.table.Cell
Set the wrap option of this cell.
setTextWrapped(boolean) - Method in class org.odftoolkit.simple.table.CellStyleHandler
Set the wrap option of this cell.
setTimeValue(Calendar) - Method in class org.odftoolkit.simple.table.Cell
Set the cell value as a time and set the value type to be "time" too.
setTitle(String) - Method in class org.odftoolkit.simple.draw.Frame
Set the title of this text box
setTitle(String) - Method in class org.odftoolkit.simple.draw.Image
Set the title of this image
setTitle(String) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation DcTitleElement.
setTopBorder(Border) - Method in class org.odftoolkit.simple.style.GraphicProperties
Set the border definition for the top border.
setTopBorder(Border) - Method in class org.odftoolkit.simple.style.TableCellProperties
Set the border definition for the top border.
setURI(URI) - Method in class org.odftoolkit.simple.text.TextHyperlink
Set the value of URI for this hyperlink
setUseLegend(boolean) - Method in class org.odftoolkit.simple.chart.Chart
chart legend manipulation, get whether the chart use legend
setUseOptimalHeight(boolean) - Method in class org.odftoolkit.simple.table.Row
Set if the row always keeps its optimal height.
setUseOptimalWidth(boolean) - Method in class org.odftoolkit.simple.table.Column
Set if the column always keeps its optimal width.
setUserDefinedData(String, String, String) - Method in class org.odftoolkit.simple.meta.Meta
Sets the odf dom element representation MetaUserDefinedElement, if the element with the attribute name exists,then update;or create a new element if type or value is null,the original will not be updated.
setUserDefinedDataType(String, String) - Method in class org.odftoolkit.simple.meta.Meta
Sets the data type of the odf dom element representation MetaUserDefinedElement by attribute name.
setUserDefinedDataValue(String, String) - Method in class org.odftoolkit.simple.meta.Meta
Sets the value of the odf dom element representation MetaUserDefinedElement by attribute name.
setUseRepeat(boolean) - Method in class org.odftoolkit.simple.table.Table
When two or more columns/rows/cells are added to a table, if they are adjoining, and have the same content and style, and do not contain horizontally/vertically merged cells, they may be described by a single element.
setValidityList(List<String>) - Method in class org.odftoolkit.simple.table.Cell
Specifies the allowed values of this cell in a list.
setValues(String[], String[], double[][]) - Method in class org.odftoolkit.simple.chart.DataSet
Sets or updates data for the data set with 2 dimensional double array, the first dimension represents the index of data series, the second dimension represents the index of data item in each data series.
setValues(CellRangeAddressList, SpreadsheetDocument, boolean, boolean, boolean) - Method in class org.odftoolkit.simple.chart.DataSet
Sets data for the data set with cell range address of sheet in spreadsheet document or internal chart table in other chart containers.
setValueType(String) - Method in class org.odftoolkit.simple.table.Cell
Set the value type of this cell.
setVerticalAlignment(StyleTypeDefinitions.VerticalAlignmentType) - Method in class org.odftoolkit.simple.style.TableCellProperties
Set the vertical alignment.
setVerticalAlignment(String) - Method in class org.odftoolkit.simple.table.Cell
Deprecated. As of Simple version 0.3, replaced by setVerticalAlignment(SimpleVerticalAlignmentType)
setVerticalAlignment(StyleTypeDefinitions.VerticalAlignmentType) - Method in class org.odftoolkit.simple.table.Cell
Set the vertical alignment setting of this cell.
setVerticalAlignment(StyleTypeDefinitions.VerticalAlignmentType) - Method in class org.odftoolkit.simple.table.CellStyleHandler
Set the vertical alignment setting of this cell.
setVerticalMargin(double, double) - Method in class org.odftoolkit.simple.table.Table
Modifies the margin above and below the table.
setVerticalPosition(StyleTypeDefinitions.FrameVerticalPosition) - Method in class org.odftoolkit.simple.draw.FrameStyleHandler
Set the vertical position
setVerticalPosition(StyleTypeDefinitions.FrameVerticalPosition) - Method in class org.odftoolkit.simple.draw.Image
Set the vertical position
setVerticalPosition(StyleTypeDefinitions.FrameVerticalPosition) - Method in class org.odftoolkit.simple.style.GraphicProperties
Set the vertical position
setVerticalRelative(StyleTypeDefinitions.VerticalRelative) - Method in class org.odftoolkit.simple.draw.FrameStyleHandler
Set the vertical relative
setVerticalRelative(StyleTypeDefinitions.VerticalRelative) - Method in class org.odftoolkit.simple.style.GraphicProperties
Set the vertical relative
setVisible(boolean) - Method in class org.odftoolkit.simple.text.Footer
Set this footer visible or not.
setVisible(boolean) - Method in class org.odftoolkit.simple.text.Header
Set this header visible or not.
setWidth(double) - Method in class org.odftoolkit.simple.draw.FrameRectangle
 
setWidth(double) - Method in class org.odftoolkit.simple.style.Border
Set the width of this border
setWidth(double) - Method in class org.odftoolkit.simple.table.Column
Set the width of the column (in Millimeter).
setWidth(double) - Method in class org.odftoolkit.simple.table.Table
Set the width of the table (in Millimeter).
setWordCount(Integer) - Method in class org.odftoolkit.simple.meta.DocumentStatistic
Sets the value of odf dom attribute representation MetaWordCountAttribute.
setWrapped(boolean) - Method in class org.odftoolkit.simple.style.TableCellProperties
Set the text is allowed to be wrapped.
setX(double) - Method in class org.odftoolkit.simple.draw.FrameRectangle
 
setY(double) - Method in class org.odftoolkit.simple.draw.FrameRectangle
 
size() - Method in class org.odftoolkit.simple.text.list.List
Return the number of direct child items in this List.
Slide - Class in org.odftoolkit.simple.presentation
Slide represents the presentation slide feature of the ODF document.
Slide.SlideBuilder - Class in org.odftoolkit.simple.presentation
This is a tool class which supplies all of the slide creation detail.
Slide.SlideBuilder(PresentationDocument) - Constructor for class org.odftoolkit.simple.presentation.Slide.SlideBuilder
SlideBuilder constructor.
Slide.SlideLayout - Enum in org.odftoolkit.simple.presentation
A slide layout is a slide with some predefine place holder.
Span - Class in org.odftoolkit.simple.text
This class represents the application of a style to the character data of a portion of text.
SpreadsheetDocument - Class in org.odftoolkit.simple
This class represents an empty ODF spreadsheet document.
SpreadsheetDocument(OdfPackage, String, SpreadsheetDocument.OdfMediaType) - Constructor for class org.odftoolkit.simple.SpreadsheetDocument
To avoid data duplication a new document is only created, if not already opened.
SpreadsheetDocument.OdfMediaType - Enum in org.odftoolkit.simple
This enum contains all possible media types of SpreadsheetDocument documents.
StyleTypeDefinitions - Class in org.odftoolkit.simple.style
This class defines the common used types in style handling methods.
StyleTypeDefinitions.AnchorType - Enum in org.odftoolkit.simple.style
Anchor type from users perspective.
StyleTypeDefinitions.CellBordersType - Enum in org.odftoolkit.simple.style
Common used border types from users perspective
StyleTypeDefinitions.FontStyle - Enum in org.odftoolkit.simple.style
Common used font style from users perspective
StyleTypeDefinitions.FrameHorizontalPosition - Enum in org.odftoolkit.simple.style
specifies the horizontal alignment of a frame relative to a specific area.
StyleTypeDefinitions.FrameVerticalPosition - Enum in org.odftoolkit.simple.style
specifies the vertical alignment of a frame relative to a specific area.
StyleTypeDefinitions.HorizontalAlignmentType - Enum in org.odftoolkit.simple.style
Common used horizontal alignment type from users perspective
StyleTypeDefinitions.HorizontalRelative - Enum in org.odftoolkit.simple.style
Position horizontal relative from ODF specification perspective
StyleTypeDefinitions.LineStyle - Enum in org.odftoolkit.simple.style
Common used line style from users perspective
StyleTypeDefinitions.LineThroughStyle - Enum in org.odftoolkit.simple.style
Common used style of line lining through text from users perspective
StyleTypeDefinitions.LineType - Enum in org.odftoolkit.simple.style
Line type from ODF specification perspective
StyleTypeDefinitions.OdfDrawFill - Enum in org.odftoolkit.simple.style
the fill style for a graphic object.
StyleTypeDefinitions.OdfDrawStroke - Enum in org.odftoolkit.simple.style
The style of the stroke from ODF perspective
StyleTypeDefinitions.OdfEmphasisMarkType - Enum in org.odftoolkit.simple.style
Emphasis mark type from ODF specification perspective
StyleTypeDefinitions.OdfFontStyle - Enum in org.odftoolkit.simple.style
Font style from ODF specification perspective
StyleTypeDefinitions.OdfFontWeight - Enum in org.odftoolkit.simple.style
Font weight from ODF specification perspective
StyleTypeDefinitions.OdfLineStyle - Enum in org.odftoolkit.simple.style
Line style from ODF specification perspective
StyleTypeDefinitions.OdfLineWidth - Enum in org.odftoolkit.simple.style
Line width from ODF specification perspective
StyleTypeDefinitions.SupportedLinearMeasure - Enum in org.odftoolkit.simple.style
The supported line measurement till now
StyleTypeDefinitions.TextLinePosition - Enum in org.odftoolkit.simple.style
Common used font text line position from users perspective.
StyleTypeDefinitions.VerticalAlignmentType - Enum in org.odftoolkit.simple.style
Common used vertical alignment type from users perspective
StyleTypeDefinitions.VerticalRelative - Enum in org.odftoolkit.simple.style
Position vertical relative from ODF specification perspective
SubjectField - Class in org.odftoolkit.simple.common.field
A SubjectField displays the subject value contained by the document meta data.

A B C D E F G H I J L M N O P R S T U V W
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.