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

A

AbstractChartContainer - Class in org.odftoolkit.simple.chart
AbstractChartContainer is an abstract implementation of the ChartContainer interface, with a default implementation for every method defined in ChartContainer.
AbstractChartContainer(Document) - Constructor for class org.odftoolkit.simple.chart.AbstractChartContainer
The constructor to create a chart container
AbstractFormContainer - Class in org.odftoolkit.simple.form
AbstractFormContainer is an abstract implementation of the FormContainer interface, with a default implementation for every method defined in FormContainer, except getFormContainerElement().
AbstractFormContainer() - Constructor for class org.odftoolkit.simple.form.AbstractFormContainer
 
AbstractFrameContainer - Class in org.odftoolkit.simple.draw
AbstractFrameContainer is an abstract implementation of the FrameContainer interface, with a default implementation for every method defined in FrameContainer, except getFrameContainerElement().
AbstractFrameContainer() - Constructor for class org.odftoolkit.simple.draw.AbstractFrameContainer
 
AbstractListContainer - Class in org.odftoolkit.simple.text.list
AbstractListContainer is an abstract implementation of the ListContainer interface, with a default implementation for every method defined in ListContainer , except getListContainerElement().
AbstractListContainer() - Constructor for class org.odftoolkit.simple.text.list.AbstractListContainer
 
AbstractParagraphContainer - Class in org.odftoolkit.simple.text
AbstractParagraphContainer is an abstract class to present paragraph container.
AbstractParagraphContainer() - Constructor for class org.odftoolkit.simple.text.AbstractParagraphContainer
 
AbstractTableContainer - Class in org.odftoolkit.simple.table
AbstractTableContainer is an abstract implementation of the TableContainer interface, with a default implementation for every method defined in TableContainer , except getTableContainerElement().
AbstractTableContainer() - Constructor for class org.odftoolkit.simple.table.AbstractTableContainer
 
AbstractTextboxContainer - Class in org.odftoolkit.simple.draw
AbstractTextboxContainer is an abstract implementation of the TextboxContainer interface, with a default implementation for every method defined in TextboxContainer, except getFrameContainerElement().
AbstractTextboxContainer() - Constructor for class org.odftoolkit.simple.draw.AbstractTextboxContainer
 
AbstractVariableContainer - Class in org.odftoolkit.simple.common.field
AbstractVariableContainer is an abstract implementation of the VariableContainer interface, with a default implementation for every method defined in VariableContainer , except getVariableContainerElement().
AbstractVariableContainer() - Constructor for class org.odftoolkit.simple.common.field.AbstractVariableContainer
 
adaptValue(Cell, String) - Method in interface org.odftoolkit.simple.table.CellValueAdapter
Adapt string content to a more proper cell value type as need.
adaptValue(Cell, String) - Method in class org.odftoolkit.simple.table.DefaultCellValueAdapter
 
addColumnBreak() - Method in class org.odftoolkit.simple.TextDocument
Appends a new column break to this document.
addColumnBreak(Paragraph) - Method in class org.odftoolkit.simple.TextDocument
Appends a new column break to this document after the reference paragraph.
addComment(String, String) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
Add a comment to the selection.
addComment(String, String) - Method in class org.odftoolkit.simple.text.Paragraph
Creates a comment in the front of this paragraph.
addFrame() - Method in class org.odftoolkit.simple.draw.AbstractFrameContainer
Add a frame to the container
addFrame(FrameRectangle) - Method in class org.odftoolkit.simple.draw.AbstractFrameContainer
Add a frame with the specific position to the container
addHref(URL) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
Add a hypertext reference to the selection.
addItem(String) - Method in class org.odftoolkit.simple.form.ComboBox
Add a list item to this combo box.
addItem(String) - Method in class org.odftoolkit.simple.form.ListBox
Add a list item to this list box.
addItem(String) - Method in class org.odftoolkit.simple.text.list.List
Add a list item by specifying a string value.
addItem(int, String) - Method in class org.odftoolkit.simple.text.list.List
Insert the specified ListItem at the specified location.
addItem(ListItem) - Method in class org.odftoolkit.simple.text.list.List
Add the specified list item in ListItem object.
addItem(int, ListItem) - Method in class org.odftoolkit.simple.text.list.List
Insert a ListItem at the specified location.
addItems(String[]) - Method in class org.odftoolkit.simple.form.ComboBox
Add a group of list items to this combo box
addItems(String[]) - Method in class org.odftoolkit.simple.form.ListBox
Add a group of list items to this list box
addItems(String[]) - Method in class org.odftoolkit.simple.text.list.List
Add list items by specifying an array of string values.
addItems(int, String[]) - Method in class org.odftoolkit.simple.text.list.List
Insert the list items at the specified location in this List by giving an array of string values.
addItems(ListItem[]) - Method in class org.odftoolkit.simple.text.list.List
Add list items by specifying an array of ListItem.
addItems(int, ListItem[]) - Method in class org.odftoolkit.simple.text.list.List
Insert the list items at the certain location by specifying an array of ListItem.
addKeyword(String) - Method in class org.odftoolkit.simple.meta.Meta
Add the keyword to the current document.
addList() - Method in class org.odftoolkit.simple.draw.Textbox
 
addList(ListDecorator) - Method in class org.odftoolkit.simple.draw.Textbox
 
addList() - Method in class org.odftoolkit.simple.presentation.Notes
 
addList(ListDecorator) - Method in class org.odftoolkit.simple.presentation.Notes
 
addList() - Method in class org.odftoolkit.simple.presentation.Slide
 
addList(ListDecorator) - Method in class org.odftoolkit.simple.presentation.Slide
 
addList() - Method in class org.odftoolkit.simple.table.Cell
 
addList(ListDecorator) - Method in class org.odftoolkit.simple.table.Cell
 
addList() - Method in class org.odftoolkit.simple.text.list.AbstractListContainer
 
addList(ListDecorator) - Method in class org.odftoolkit.simple.text.list.AbstractListContainer
 
addList() - Method in interface org.odftoolkit.simple.text.list.ListContainer
Add a new List to this container.
addList(ListDecorator) - Method in interface org.odftoolkit.simple.text.list.ListContainer
Add a List with specified ListDecorator to this container.
addList() - Method in class org.odftoolkit.simple.text.list.ListItem
 
addList(ListDecorator) - Method in class org.odftoolkit.simple.text.list.ListItem
 
addList() - Method in class org.odftoolkit.simple.text.Section
 
addList(ListDecorator) - Method in class org.odftoolkit.simple.text.Section
 
addList() - Method in class org.odftoolkit.simple.TextDocument
 
addList(ListDecorator) - Method in class org.odftoolkit.simple.TextDocument
 
addPageBreak() - Method in class org.odftoolkit.simple.TextDocument
Appends a new page break to this document.
addPageBreak(Paragraph) - Method in class org.odftoolkit.simple.TextDocument
Appends a new page break to this document after the reference paragraph.
addPageBreak(Paragraph, MasterPage) - Method in class org.odftoolkit.simple.TextDocument
Appends a new page break to this document after the reference paragraph, and the master page style will be applied to the new page.
addParagraph(String) - Method in class org.odftoolkit.simple.draw.Textbox
 
addParagraph(String) - Method in class org.odftoolkit.simple.table.Cell
Creates a new paragraph and append text
addParagraph(String) - Method in class org.odftoolkit.simple.text.AbstractParagraphContainer
Add paragraph at the end of the container with specified text content.
addParagraph(String) - Method in interface org.odftoolkit.simple.text.ParagraphContainer
Add paragraph at the end of the container with specified text content.
addParagraph(String) - Method in class org.odftoolkit.simple.text.Section
 
addParagraph(String) - Method in class org.odftoolkit.simple.TextDocument
Creates a new paragraph and append text.
addStyle(String, int) - Method in class org.odftoolkit.simple.style.TOCStyle
Add an additional paragraph style to the style list that you want to include in the TOC.
addTable() - Method in class org.odftoolkit.simple.Document
 
addTable(int, int) - Method in class org.odftoolkit.simple.Document
 
addTable() - Method in class org.odftoolkit.simple.presentation.Slide
 
addTable(int, int) - Method in class org.odftoolkit.simple.presentation.Slide
 
addTable() - Method in class org.odftoolkit.simple.table.AbstractTableContainer
Add a new Table to this container.
addTable(int, int) - Method in class org.odftoolkit.simple.table.AbstractTableContainer
Add a new Table to this container with a specified row number and column number.
addTable() - Method in interface org.odftoolkit.simple.table.TableContainer
Add a new Table to this container.
addTable(int, int) - Method in interface org.odftoolkit.simple.table.TableContainer
Add a new Table to this container with a specified row number and column number.
addTable() - Method in class org.odftoolkit.simple.text.Footer
 
addTable(int, int) - Method in class org.odftoolkit.simple.text.Footer
 
addTable() - Method in class org.odftoolkit.simple.text.Header
 
addTable(int, int) - Method in class org.odftoolkit.simple.text.Header
 
addTable() - Method in class org.odftoolkit.simple.text.Section
 
addTable(int, int) - Method in class org.odftoolkit.simple.text.Section
 
addText(String) - Method in class org.odftoolkit.simple.presentation.Notes
insert some text to the notes page
addText(String) - Method in class org.odftoolkit.simple.TextDocument
Deprecated. As of Simple version 0.5, replaced by Paragraph.appendTextContent(String content)
addTextbox() - Method in class org.odftoolkit.simple.draw.AbstractTextboxContainer
 
addTextbox(FrameRectangle) - Method in class org.odftoolkit.simple.draw.AbstractTextboxContainer
 
addTextbox() - Method in interface org.odftoolkit.simple.draw.TextboxContainer
Add a text box
addTextbox(FrameRectangle) - Method in interface org.odftoolkit.simple.draw.TextboxContainer
Add a text box with a specific size at a specific position
addTextbox() - Method in class org.odftoolkit.simple.presentation.Slide
 
addTextbox(FrameRectangle) - Method in class org.odftoolkit.simple.presentation.Slide
 
addTextbox() - Method in class org.odftoolkit.simple.text.Paragraph
 
addTextbox(FrameRectangle) - Method in class org.odftoolkit.simple.text.Paragraph
 
advancedReplaceWith(String, CellValueAdapter) - Method in class org.odftoolkit.simple.common.navigation.CellSelection
Replace the text content of selection with a new string.
advancedReplaceWith(String) - Method in class org.odftoolkit.simple.common.navigation.CellSelection
Replace the text content of selection with a new string.
append(String) - Method in class org.odftoolkit.simple.common.TextExtractor.ExtractorStringBuilder
Append a string
append(char) - Method in class org.odftoolkit.simple.common.TextExtractor.ExtractorStringBuilder
Append a character
append(Element, String) - Method in class org.odftoolkit.simple.common.WhitespaceProcessor
Add given text content to an element, handling multiple blanks, tabs, and newlines properly.
appendColumn() - Method in class org.odftoolkit.simple.table.Table
Append a column at the end of the table.
appendColumns(int) - Method in class org.odftoolkit.simple.table.Table
Append a specific number of columns to the right of the table.
appendDataSeries(String, double[]) - Method in class org.odftoolkit.simple.chart.DataSet
Adds a data series at the end of current data set.
appendElementText(OdfElement) - Method in class org.odftoolkit.simple.common.TextExtractor
Append the text content of this element to string buffer.
appendHyperlink(String, URI) - Method in class org.odftoolkit.simple.text.Paragraph
 
appendHyperlink(String, URI) - Method in class org.odftoolkit.simple.text.Span
 
appendHyperlink(String, URI) - Method in interface org.odftoolkit.simple.text.TextHyperlinkContainer
Append a hyperlink at the end of the container
appendLine() - Method in class org.odftoolkit.simple.common.TextExtractor.ExtractorStringBuilder
Append a new line character at the end
appendPresentation(PresentationDocument) - Method in class org.odftoolkit.simple.PresentationDocument
Append all the slides of the specified presentation document to the current document.
appendReferenceTo(OdfElement, ReferenceField.DisplayType) - Method in class org.odftoolkit.simple.common.field.ReferenceField
Append this reference field after the specifics OdfElement.
appendRow() - Method in class org.odftoolkit.simple.table.Table
Append a row to the end of the table.
appendRows(int) - Method in class org.odftoolkit.simple.table.Table
Append a specific number of rows to the end of the table.
appendSection(String) - Method in class org.odftoolkit.simple.text.Footer
Create an empty section and append it at the end of the footer.
appendSection(String) - Method in class org.odftoolkit.simple.text.Header
Create an empty section and append it at the end of the footer.
appendSection(Section, boolean) - Method in class org.odftoolkit.simple.TextDocument
Copy a section and append it at the end of the text document, whether the section is in this document or in a different document.
appendSection(String) - Method in class org.odftoolkit.simple.TextDocument
Create an empty section and append it at the end of the text document.
appendSheet(String) - Method in class org.odftoolkit.simple.SpreadsheetDocument
Adds a new blank sheet with the specified name to this document.
appendSheet(Table, String) - Method in class org.odftoolkit.simple.SpreadsheetDocument
Adds a new sheet with data from existing table.
appendText(Element, String) - Static method in class org.odftoolkit.simple.common.WhitespaceProcessor
Append text content to a given element, handling whitespace properly.
appendTextContent(String) - Method in class org.odftoolkit.simple.text.Paragraph
Append the text content at the end of this paragraph.
appendTextContent(String, boolean) - Method in class org.odftoolkit.simple.text.Paragraph
Append the text content at the end of this paragraph.
appendTextContent(String) - Method in class org.odftoolkit.simple.text.Span
Append the text content at the end of this span.
appendTextContent(String, boolean) - Method in class org.odftoolkit.simple.text.Span
Append the text content at the end of this span.
appendTextContentNotCollapsed(String) - Method in class org.odftoolkit.simple.text.Paragraph
Append the text content at the end of this paragraph.
apply(DrawPageElement) - Method in enum org.odftoolkit.simple.presentation.Slide.SlideLayout
Applies this layout on a slide page.
applyHeading(boolean, int) - Method in class org.odftoolkit.simple.text.Paragraph
Sets the paragraph type, heading or body text paragraph.
applyHeading() - Method in class org.odftoolkit.simple.text.Paragraph
Formats the paragraph as heading.
applyHyperlink(URI) - Method in class org.odftoolkit.simple.text.Paragraph
Hyperlink support
applyHyperlink(URI) - Method in class org.odftoolkit.simple.text.Span
Hyperlink support
applyHyperlink(URI) - Method in interface org.odftoolkit.simple.text.TextHyperlinkContainer
Add a hypertext reference to this hyperlink container.
applyStyle(OdfStyleBase) - Method in class org.odftoolkit.simple.common.navigation.FieldSelection
Apply a style to the selection so that the text style of this selection will append the specified style.
applyStyle(OdfStyleBase) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
Apply a style to the selection so that the text style of this selection will append the specified style.
applyStyle(TableTemplate) - Method in class org.odftoolkit.simple.table.Table
Apply the formatting specified in the template to corresponding table cells.
AuthorField - Class in org.odftoolkit.simple.common.field
An AuthorField represents the initials of the author or the full name of the author of a document.

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