- Image - Class in org.odftoolkit.simple.draw
-
This class provides method to add/remove/get images.
- ImageDecorator - Class in org.odftoolkit.simple.text.list
-
ImageDecorator is an implementation of the ListDecorator interface, decorates a given List as
image list.
- ImageDecorator(Document, URI) - Constructor for class org.odftoolkit.simple.text.list.ImageDecorator
-
Constructor with Document and image URI.
- imageIterator(FrameContainer) - Static method in class org.odftoolkit.simple.draw.Image
-
Return an iterator of image.
- ImageSelection - Class in org.odftoolkit.simple.common.navigation
-
This is a decorator class of TextSelection, which help user replace a text content with a Image
from Document or from URI.
- ImageSelection(TextSelection) - Constructor for class org.odftoolkit.simple.common.navigation.ImageSelection
-
Construct a ImageSelection with TextSelection.
- insertColumnsBefore(int, int) - Method in class org.odftoolkit.simple.table.Table
-
Insert a specific number of columns before the column whose index is index
.
- insertContentFromDocumentAfter(TextDocument, Paragraph, boolean) - Method in class org.odftoolkit.simple.TextDocument
-
Copy text content of the source TextDocument and insert it to the current TextDocument after
the reference Paragraph, with Styles or without Styles.
- insertContentFromDocumentBefore(TextDocument, Paragraph, boolean) - Method in class org.odftoolkit.simple.TextDocument
-
Copy text content of the source TextDocument and insert it to the current TextDocument before
the reference Paragraph, with Styles or without Styles.
- insertDataSeries(int, String, double[]) - Method in class org.odftoolkit.simple.chart.DataSet
-
Adds a data series at the index in current data set.
- insertDocument(OdfPackageDocument, String) - Method in class org.odftoolkit.simple.Document
-
Embed an OdfPackageDocument to the current OdfPackageDocument.
- insertNewParagraphBefore(ParagraphContainer, Node) - Static method in class org.odftoolkit.simple.text.Paragraph
-
Create an instance of paragraph
- insertOdfElement(OdfElement, Document, OdfElement, boolean) - Method in class org.odftoolkit.simple.TextDocument
-
Copy a OdfElement and insert it before or after the Reference OdfElement in the TextDocument,
whether the OdfElement is in this TextDocument or in a different Document.
- insertParagraph(Paragraph, Paragraph, boolean) - Method in class org.odftoolkit.simple.TextDocument
-
Copy a Paragraph and insert it before or after the Reference Paragraph in the text document,
whether the Paragraph is in this document or in a different document.
- insertRowsBefore(int, int) - Method in class org.odftoolkit.simple.table.Table
-
Insert a specific number of rows before the row at index
.
- insertSheet(int) - Method in class org.odftoolkit.simple.SpreadsheetDocument
-
Inserts a new blank sheet before the reference index.
- insertSheet(Table, int) - Method in class org.odftoolkit.simple.SpreadsheetDocument
-
Inserts a new sheet with data from existing table.
- insertTable(Paragraph, Table, boolean) - Method in class org.odftoolkit.simple.TextDocument
-
Copy a Table and insert it before or after the Reference Paragraph in the text document,
whether the Table is in this TextDocument or in a different Document.
- InvalidNavigationException - Exception in org.odftoolkit.simple.common.navigation
-
Thrown to indicate that the navigation operation can not be processed on selections
- InvalidNavigationException(String) - Constructor for exception org.odftoolkit.simple.common.navigation.InvalidNavigationException
-
Constructs a InvalidNavigateOperation
with the specified detail message.
- IsApply3DEffect() - Method in class org.odftoolkit.simple.chart.Chart
-
3D effect manipulation, get whether the chart apples 3D effect
- isCellStyleInheritance() - Method in class org.odftoolkit.simple.table.Table
-
Return true if cell style is inherited when a new cell is added to the table.
- isContinueNumbering() - Method in class org.odftoolkit.simple.text.list.List
-
Return whether the numbering of this list is continuing, or whether the numbering of the
preceding list is continued or not.
- isFirstColumnAsLabel() - Method in class org.odftoolkit.simple.chart.DataSet
-
Gets whether this data set uses first column as chart label.
- isFirstRowAsLabel() - Method in class org.odftoolkit.simple.chart.DataSet
-
Gets whether this data set uses first row as chart label.
- isHeading() - Method in class org.odftoolkit.simple.text.Paragraph
-
Returns the paragraph type, heading or body text paragraph.
- isLocalTable() - Method in class org.odftoolkit.simple.chart.DataSet
-
Gets whether this data set uses local table.
- isOptimalHeight() - Method in class org.odftoolkit.simple.table.Row
-
Return if the row always keeps its optimal height.
- isOptimalWidth() - Method in class org.odftoolkit.simple.table.Column
-
Returns if the column always keeps its optimal width.
- isProtected() - Method in class org.odftoolkit.simple.table.Table
-
Return true if the table is protected.
- isProtected() - Method in class org.odftoolkit.simple.text.Section
-
Return the value of section which specifies whether the section is protected.
- isRowAsDataSeries() - Method in class org.odftoolkit.simple.chart.DataSet
-
Gets whether this data set uses row as data series.
- isSelectionReplaced() - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
- isTextWrapped() - Method in class org.odftoolkit.simple.table.Cell
-
Return the wrap option of this cell.
- isTextWrapped() - Method in class org.odftoolkit.simple.table.CellStyleHandler
-
Return the wrap option of this cell.
- isUseDefaultStyle - Variable in class org.odftoolkit.simple.style.DefaultStyleHandler
-
Whether the default style is used.
- isUseLegend() - Method in class org.odftoolkit.simple.chart.Chart
-
chart legend manipulation
- isUseRepeat() - Method in class org.odftoolkit.simple.table.Table
-
Return true if the new created multiple columns/rows/cells are described by a single element
when it's possible.
- isVisible() - Method in class org.odftoolkit.simple.text.Footer
-
Get this footer is visible or not.
- isVisible() - Method in class org.odftoolkit.simple.text.Header
-
Get this header is visible or not.
- isWrapped() - Method in class org.odftoolkit.simple.style.TableCellProperties
-
Return whether the text is allowed to be wrapped.