- RadioButton - Class in org.odftoolkit.simple.form
-
This class represents the form control of radio button, provides methods to get/set the form
properties and the style formatting of this control.
- ReferenceField - Class in org.odftoolkit.simple.common.field
-
A ReferenceField refers to a field that appears in another location in a document.
- ReferenceField.DisplayType - Enum in org.odftoolkit.simple.common.field
-
A DisplayType specifies the information that a reference field should display.
- refresh(int) - Method in class org.odftoolkit.simple.common.navigation.FieldSelection
-
- refresh(int) - Method in class org.odftoolkit.simple.common.navigation.ImageSelection
-
- refresh(int) - Method in class org.odftoolkit.simple.common.navigation.ParagraphSelection
-
- refresh(int) - Method in class org.odftoolkit.simple.common.navigation.Selection
-
A quick method to update the index of this Selection
.
- refresh(OdfElement, int, int) - Method in class org.odftoolkit.simple.common.navigation.SelectionManager
-
A direct method to update all the Selection
s contained in a element after a
certain position.
- refresh(int) - Method in class org.odftoolkit.simple.common.navigation.TableSelection
-
- refresh(int) - Method in class org.odftoolkit.simple.common.navigation.TextDocumentSelection
-
- refresh(int) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
- refreshAfterCut(Selection) - Method in class org.odftoolkit.simple.common.navigation.SelectionManager
-
Refresh the Selection
s in repository after a item is cut.
- refreshAfterFrontalDelete(Selection) - Method in class org.odftoolkit.simple.common.navigation.FieldSelection
-
- refreshAfterFrontalDelete(Selection) - Method in class org.odftoolkit.simple.common.navigation.ImageSelection
-
- refreshAfterFrontalDelete(Selection) - Method in class org.odftoolkit.simple.common.navigation.ParagraphSelection
-
- refreshAfterFrontalDelete(Selection) - Method in class org.odftoolkit.simple.common.navigation.Selection
-
When a selected item has been deleted, the Selection
s after this deleted
Selection
should be refreshed, as these Selection
s index have been changed.
- refreshAfterFrontalDelete(Selection) - Method in class org.odftoolkit.simple.common.navigation.TableSelection
-
- refreshAfterFrontalDelete(Selection) - Method in class org.odftoolkit.simple.common.navigation.TextDocumentSelection
-
- refreshAfterFrontalDelete(Selection) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
- refreshAfterFrontalInsert(Selection) - Method in class org.odftoolkit.simple.common.navigation.FieldSelection
-
- refreshAfterFrontalInsert(Selection) - Method in class org.odftoolkit.simple.common.navigation.ImageSelection
-
- refreshAfterFrontalInsert(Selection) - Method in class org.odftoolkit.simple.common.navigation.ParagraphSelection
-
- refreshAfterFrontalInsert(Selection) - Method in class org.odftoolkit.simple.common.navigation.Selection
-
When a selected item has been inserted, the Selection
after the inserted item
should be refresh, as these Selection
s index have been changed.
- refreshAfterFrontalInsert(Selection) - Method in class org.odftoolkit.simple.common.navigation.TableSelection
-
- refreshAfterFrontalInsert(Selection) - Method in class org.odftoolkit.simple.common.navigation.TextDocumentSelection
-
- refreshAfterFrontalInsert(Selection) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
- refreshAfterPasteAtEndOf(Selection, Selection) - Method in class org.odftoolkit.simple.common.navigation.SelectionManager
-
Refresh the Selection
s in repository after pastedAtEndOf operation is called.
- refreshAfterPasteAtFrontOf(Selection, Selection) - Method in class org.odftoolkit.simple.common.navigation.SelectionManager
-
Refresh the selections in repository after pastedAtFrontOf operation is called.
- refreshChart() - Method in class org.odftoolkit.simple.chart.Chart
-
Refresh chart view and data setting.
- registerComponent(Component, OdfElement) - Static method in class org.odftoolkit.simple.Component
-
Register component to the map repository
- registerItem(Selection) - Method in class org.odftoolkit.simple.common.navigation.SelectionManager
-
Register the Selection
item.
- remove() - Method in class org.odftoolkit.simple.draw.Control
-
Remove the shape control from the container.
- remove() - Method in class org.odftoolkit.simple.draw.Image
-
Remove the image from the document.
- remove() - Method in class org.odftoolkit.simple.form.FormControl
-
Remove the form control from the container.
- remove() - Method in class org.odftoolkit.simple.table.Table
-
Remove this table from the document
- remove() - Method in class org.odftoolkit.simple.text.list.List
-
Remove this list from its container.
- remove() - Method in class org.odftoolkit.simple.text.list.ListItem
-
Remove this item from its owner list.
- remove() - Method in class org.odftoolkit.simple.text.Paragraph
-
Remove this paragraph from its container.
- remove() - Method in class org.odftoolkit.simple.text.Section
-
Remove this section from the document.
- removeColumnsByIndex(int, int) - Method in class org.odftoolkit.simple.table.Table
-
Remove a specific number of columns, starting from the column at index
.
- removeContent() - Method in class org.odftoolkit.simple.table.Cell
-
Remove all the content of the cell.
- removeDataSeries(int) - Method in class org.odftoolkit.simple.chart.DataSet
-
Removes a data series by the index of the data series in the data set.
- removeDataSeries(String, int) - Method in class org.odftoolkit.simple.chart.DataSet
-
Remove a data series by the legend of the data series.
- removeDummyCellsFromTable(Table) - Static method in class org.odftoolkit.simple.table.RepeatedNumberUtils
-
Remove unused columns and rows from the end of a table.
- removeElementLinkedResource(OdfElement) - Method in class org.odftoolkit.simple.Document
-
Remove an ODF element from the document.
- removeForm(Form) - Method in class org.odftoolkit.simple.form.AbstractFormContainer
-
- removeForm(Form) - Method in interface org.odftoolkit.simple.form.FormContainer
-
Remove the form and its binding shape.
- removeForm(Form) - Method in class org.odftoolkit.simple.TextDocument
-
Remove a form with the specified name in this document.
- removeHyperlinks() - Method in class org.odftoolkit.simple.text.Paragraph
-
- removeHyperlinks() - Method in class org.odftoolkit.simple.text.Span
-
- removeHyperlinks() - Method in interface org.odftoolkit.simple.text.TextHyperlinkContainer
-
Remove all the hyperlinks in this container element.
- removeItem(int) - Method in class org.odftoolkit.simple.text.list.List
-
Remove the item at the specified location from this List.
- removeItem(ListItem) - Method in class org.odftoolkit.simple.text.list.List
-
Remove the specified item from this List.
- removeItems(List<ListItem>) - Method in class org.odftoolkit.simple.text.list.List
-
Remove all the items in the collection from this list
- removeList(List) - Method in class org.odftoolkit.simple.draw.Textbox
-
- removeList(List) - Method in class org.odftoolkit.simple.presentation.Notes
-
- removeList(List) - Method in class org.odftoolkit.simple.presentation.Slide
-
- removeList(List) - Method in class org.odftoolkit.simple.table.Cell
-
- removeList(List) - Method in class org.odftoolkit.simple.text.list.AbstractListContainer
-
- removeList(List) - Method in interface org.odftoolkit.simple.text.list.ListContainer
-
Remove the existing List from this container.
- removeList(List) - Method in class org.odftoolkit.simple.text.list.ListItem
-
- removeList(List) - Method in class org.odftoolkit.simple.text.Section
-
- removeList(List) - Method in class org.odftoolkit.simple.TextDocument
-
- removeParagraph(Paragraph) - Method in class org.odftoolkit.simple.draw.Textbox
-
- removeParagraph(Paragraph) - Method in class org.odftoolkit.simple.table.Cell
-
Remove paragraph from this document
- removeParagraph(Paragraph) - Method in class org.odftoolkit.simple.text.AbstractParagraphContainer
-
Remove paragraph from the container
- removeParagraph(Paragraph) - Method in interface org.odftoolkit.simple.text.ParagraphContainer
-
Remove paragraph from the container
- removeParagraph(Paragraph) - Method in class org.odftoolkit.simple.text.Section
-
- removeParagraph(Paragraph) - Method in class org.odftoolkit.simple.TextDocument
-
Remove paragraph from this document
- removeRowsByIndex(int, int) - Method in class org.odftoolkit.simple.table.Table
-
Remove the specific number of rows, starting from the row at index
.
- removeSheet(int) - Method in class org.odftoolkit.simple.SpreadsheetDocument
-
Removes the sheet in the specified index
.
- removeTextbox(Textbox) - Method in class org.odftoolkit.simple.draw.AbstractTextboxContainer
-
Remove the text box.
- removeTextbox(Textbox) - Method in interface org.odftoolkit.simple.draw.TextboxContainer
-
Remove the text box
- removeTextbox(Textbox) - Method in class org.odftoolkit.simple.presentation.Slide
-
- removeTextbox(Textbox) - Method in class org.odftoolkit.simple.text.Paragraph
-
- removeTextContent() - Method in class org.odftoolkit.simple.table.Cell
-
Remove all the text content of cell.
- removeTextContent() - Method in class org.odftoolkit.simple.text.Paragraph
-
Remove the text content of this paragraph.
- removeTextContent() - Method in class org.odftoolkit.simple.text.Span
-
Remove the text content of this span.
- removeTextContent() - Method in class org.odftoolkit.simple.text.TextHyperlink
-
Remove the text content of this hyperlink.
- removeUserDefinedDataByName(String) - Method in class org.odftoolkit.simple.meta.Meta
-
Remove the odf dom element representation MetaUserDefinedElement
by attribute
name.
- RepeatedNumberUtils - Class in org.odftoolkit.simple.table
-
Utility functions to evaluate the "repeated-number"-Attributes of rows, columns and cells.
- RepeatedNumberUtils() - Constructor for class org.odftoolkit.simple.table.RepeatedNumberUtils
-
- replaceWith(String) - Method in class org.odftoolkit.simple.common.navigation.FieldSelection
-
Replace the text content of selection with a new string.
- replaceWith(String) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
Replace the text content of selection with a new string.
- replaceWith(Table) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
Replace the text content of selection with a new Table.
- replaceWith(Image) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
Replace the text content of selection with a new Image.
- replaceWith(URI) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
Replace the text content of selection with a new Image.
- replaceWith(Field) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
Replace the content with a Field
- replaceWith(Paragraph) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
Replace the content with a paragraph, the paragraph can be in the same TextDocument or in a
different Document.
- replaceWith(TextDocument) - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
Replace the content with a TextDocument with Styles.
- replaceWithConditionField(String, String, String) - Method in class org.odftoolkit.simple.common.navigation.FieldSelection
-
Replace the content with a condition field.
- replaceWithHiddenTextField(String, String) - Method in class org.odftoolkit.simple.common.navigation.FieldSelection
-
Replace the content with a hidden text field.
- replaceWithImage(Image) - Method in class org.odftoolkit.simple.common.navigation.ImageSelection
-
Replace the content with a Image
- replaceWithImage(URI) - Method in class org.odftoolkit.simple.common.navigation.ImageSelection
-
Replace the content with a Image
- replaceWithParagraph(Paragraph) - Method in class org.odftoolkit.simple.common.navigation.ParagraphSelection
-
Replace the content with a paragraph, the paragraph can be in the same TextDocument or in a
different Document.
- replaceWithReferenceField(ReferenceField, ReferenceField.DisplayType) - Method in class org.odftoolkit.simple.common.navigation.FieldSelection
-
Replace the content with a reference field.
- replaceWithSimpleField(Field.FieldType) - Method in class org.odftoolkit.simple.common.navigation.FieldSelection
-
Replace the content with a simple field, such as author field, page number field, date field
and so on.
- replaceWithTable(Table) - Method in class org.odftoolkit.simple.common.navigation.TableSelection
-
Replace the content with a Table , the table can be in the same TextDocument or in a different
Document.
- replaceWithTextDocument(TextDocument) - Method in class org.odftoolkit.simple.common.navigation.TextDocumentSelection
-
Replace the Searched Content with a TextDocument with Styles.
- replaceWithVariableField(VariableField) - Method in class org.odftoolkit.simple.common.navigation.FieldSelection
-
Replace the content with a variable field.
- Row - Class in org.odftoolkit.simple.table
-
Row represents table row feature in ODF document.