A B C D E F G H I J L M N O P R S T 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.
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.
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.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(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.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.
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
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.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.
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.
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.
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(long, 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.
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.
setKeywords(List<String>) - Method in class org.odftoolkit.simple.meta.Meta
Sets the list value of the odf dom element representation MetaKeywordElement.
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
setLeftBorder(Border) - Method in class org.odftoolkit.simple.style.TableCellProperties
Set the border definition for the left border.
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.
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(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.
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.
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.
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.text.list.ListItem
Set item text content.
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.meta.Meta
Sets the value of the odf dom element representation DcTitleElement.
setTopBorder(Border) - Method in class org.odftoolkit.simple.style.TableCellProperties
Set the border definition for the top border.
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.
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.
setWidth(double) - Method in class org.odftoolkit.simple.style.Border
Set the width of this border
setWidth(long) - Method in class org.odftoolkit.simple.table.Column
Set the width of the column (in Millimeter).
setWidth(long) - 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.
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 placeholder.
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.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.HorizontalAlignmentType - Enum in org.odftoolkit.simple.style
Common used horizontal alignment type from users 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.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

A B C D E F G H I J L M N O P R S T V W
Copyright © 2010-2011 ODF Toolkit Project. All Rights Reserved.