- Cell - Class in org.odftoolkit.simple.table
-
Cell represents table cell feature in ODF document.
- CellRange - Class in org.odftoolkit.simple.table
-
CellRange represent a rang of cells that are adjacent with each other
- CellSelection - Class in org.odftoolkit.simple.common.navigation
-
Based on TextSelection
, CellSelection
updates table cell value and
value type when the cell text is replaced by other content.
- CellStyleHandler - Class in org.odftoolkit.simple.table
-
This class provides functions to handle the style of a cell.
- CellValueAdapter - Interface in org.odftoolkit.simple.table
-
This interface supplies a method which can adapt string content to a more proper cell value type
as need.
- changeLineMeasure(StyleTypeDefinitions.SupportedLinearMeasure) - Method in class org.odftoolkit.simple.style.Border
-
Return a border which is same but with a different line measurement
- changeMode(ChartDocument.OdfMediaType) - Method in class org.odftoolkit.simple.ChartDocument
-
Changes the document to the given mediatype.
- changeMode(GraphicsDocument.OdfMediaType) - Method in class org.odftoolkit.simple.GraphicsDocument
-
Changes the document to the given mediatype.
- changeMode(PresentationDocument.OdfMediaType) - Method in class org.odftoolkit.simple.PresentationDocument
-
Switches this instance to the given type.
- changeMode(SpreadsheetDocument.OdfMediaType) - Method in class org.odftoolkit.simple.SpreadsheetDocument
-
Changes the document to the given mediatype.
- changeMode(TextDocument.OdfMediaType) - Method in class org.odftoolkit.simple.TextDocument
-
Changes the document to the given mediatype.
- ChapterField - Class in org.odftoolkit.simple.common.field
-
ChapterField is placed inside a header or footer, it displays the current chapter name or number
on every page.
- ChapterField.DisplayType - Enum in org.odftoolkit.simple.common.field
-
A DisplayType specifies the information that a chapter field should display.
- Chart - Class in org.odftoolkit.simple.chart
-
Chart
represents the chart feature of the ODF document.
- ChartContainer - Interface in org.odftoolkit.simple.chart
-
ChartContainer is a container which maintains Chart(s) as element(s).
- ChartDocument - Class in org.odftoolkit.simple
-
This class represents an empty ODF document , which will be in general embedded in an existing
ODF (Spreadsheet) document.
- ChartDocument(OdfPackage, String, ChartDocument.OdfMediaType) - Constructor for class org.odftoolkit.simple.ChartDocument
-
To avoid data duplication a new document is only created, if not already opened.
- ChartDocument.OdfMediaType - Enum in org.odftoolkit.simple
-
This enum contains all possible media types of ChartDocument documents.
- ChartType - Enum in org.odftoolkit.simple.chart
-
The value set of chart type.
- CheckBox - Class in org.odftoolkit.simple.form
-
This class represents the form control of Check Box, provides methods to get/set the form
properties and the style formatting of this control.
- clear() - Method in class org.odftoolkit.simple.text.list.List
-
Remove all items from this List.
- clearContent() - Method in class org.odftoolkit.simple.draw.Textbox
-
Remove all the content of this text box.
- clearList() - Method in class org.odftoolkit.simple.draw.Textbox
-
- clearList() - Method in class org.odftoolkit.simple.presentation.Notes
-
- clearList() - Method in class org.odftoolkit.simple.presentation.Slide
-
- clearList() - Method in class org.odftoolkit.simple.table.Cell
-
- clearList() - Method in class org.odftoolkit.simple.text.list.AbstractListContainer
-
- clearList() - Method in interface org.odftoolkit.simple.text.list.ListContainer
-
Remove all Lists from this container.
- clearList() - Method in class org.odftoolkit.simple.text.list.ListItem
-
- clearList() - Method in class org.odftoolkit.simple.text.Section
-
- clearList() - Method in class org.odftoolkit.simple.TextDocument
-
- clearRepository() - Method in class org.odftoolkit.simple.common.navigation.SelectionManager
-
Clears the repository being used by the SelectionManager.
- close() - Method in class org.odftoolkit.simple.Document
-
Close the OdfPackage and release all temporary created data.
- Column - Class in org.odftoolkit.simple.table
-
Column represents table column feature in ODF document.
- ComboBox - Class in org.odftoolkit.simple.form
-
This class represents the form control of Combo Box, provides methods to get/set the form
properties and the style formatting of this control.
- Component - Class in org.odftoolkit.simple
-
This class is the parent of classes that present all kinds of document structures.
- Component() - Constructor for class org.odftoolkit.simple.Component
-
- ConditionField - Class in org.odftoolkit.simple.common.field
-
ConditionField specifies a condition for display of one text string or another.
- configureInsertedImage(OdfSchemaDocument, DrawImageElement, String, boolean) - Static method in class org.odftoolkit.simple.draw.Image
-
- Control - Class in org.odftoolkit.simple.draw
-
This class represents control object, a shape that is linked to a control inside an form.
- Control(DrawControlElement) - Constructor for class org.odftoolkit.simple.draw.Control
-
- ControlContainer - Interface in org.odftoolkit.simple.draw
-
ControlContainer is a container which maintains Control(s) as element(s).
- ControlStyleHandler - Class in org.odftoolkit.simple.draw
-
This class provides functions to handle the style of a form control.
- ControlStyleHandler(Control) - Constructor for class org.odftoolkit.simple.draw.ControlStyleHandler
-
- convert(double, StyleTypeDefinitions.SupportedLinearMeasure) - Method in enum org.odftoolkit.simple.style.StyleTypeDefinitions.SupportedLinearMeasure
-
Convert the given linear measure in the given unit to this unit.
- copyForeignSlide(int, PresentationDocument, int) - Method in class org.odftoolkit.simple.PresentationDocument
-
Make a copy of slide which locates at the specified position of the source presentation
document and insert it to the current presentation document at the new position.
- copySlide(int, int, String) - Method in class org.odftoolkit.simple.PresentationDocument
-
Make a copy of the slide at a specified position to another position in this presentation.
- createAuthorInitialsField(OdfElement) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create an author field for the specific OdfElement, which displays the initials of the author
of this document.
- createAuthorNameField(OdfElement) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create an author field for the specific OdfElement, which displays author full name of this
document.
- createButton(ControlContainer, FrameRectangle, String, String) - Method in interface org.odftoolkit.simple.form.Form
-
Create a button control in this form.
- createButton(ControlContainer, FrameRectangle, String, String) - Method in class org.odftoolkit.simple.form.OOForm
-
- createChapterField(OdfElement) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create a chapter field for the specific OdfElement.
- createChart(String, DataSet, Rectangle) - Method in class org.odftoolkit.simple.chart.AbstractChartContainer
-
- createChart(String, SpreadsheetDocument, CellRangeAddressList, boolean, boolean, boolean, Rectangle) - Method in class org.odftoolkit.simple.chart.AbstractChartContainer
-
- createChart(String, String[], String[], double[][], Rectangle) - Method in class org.odftoolkit.simple.chart.AbstractChartContainer
-
- createChart(String, DataSet, Rectangle) - Method in interface org.odftoolkit.simple.chart.ChartContainer
-
Creates a new Chart for this container.
- createChart(String, SpreadsheetDocument, CellRangeAddressList, boolean, boolean, boolean, Rectangle) - Method in interface org.odftoolkit.simple.chart.ChartContainer
-
Creates a new Chart for this container.
- createChart(String, String[], String[], double[][], Rectangle) - Method in interface org.odftoolkit.simple.chart.ChartContainer
-
Creates a new Chart for this container.
- createChart(String, DataSet, Rectangle) - Method in class org.odftoolkit.simple.presentation.Slide
-
- createChart(String, SpreadsheetDocument, CellRangeAddressList, boolean, boolean, boolean, Rectangle) - Method in class org.odftoolkit.simple.presentation.Slide
-
- createChart(String, String[], String[], double[][], Rectangle) - Method in class org.odftoolkit.simple.presentation.Slide
-
- createChart(String, DataSet, Rectangle) - Method in class org.odftoolkit.simple.PresentationDocument
-
- createChart(String, SpreadsheetDocument, CellRangeAddressList, boolean, boolean, boolean, Rectangle) - Method in class org.odftoolkit.simple.PresentationDocument
-
- createChart(String, String[], String[], double[][], Rectangle) - Method in class org.odftoolkit.simple.PresentationDocument
-
- createChart(String, DataSet, Rectangle) - Method in class org.odftoolkit.simple.SpreadsheetDocument
-
Creates a new Chart for this spreadsheet document.
- createChart(String, SpreadsheetDocument, CellRangeAddressList, boolean, boolean, boolean, Rectangle) - Method in class org.odftoolkit.simple.SpreadsheetDocument
-
Creates a new Chart for this spreadsheet document.
- createChart(String, String[], String[], double[][], Rectangle) - Method in class org.odftoolkit.simple.SpreadsheetDocument
-
Creates a new Chart for this spreadsheet document.
- createChart(String, SpreadsheetDocument, CellRangeAddressList, boolean, boolean, boolean, Rectangle, Cell) - Method in class org.odftoolkit.simple.SpreadsheetDocument
-
Creates a new Chart for this spreadsheet document.
- createChart(String, DataSet, Rectangle) - Method in class org.odftoolkit.simple.TextDocument
-
- createChart(String, SpreadsheetDocument, CellRangeAddressList, boolean, boolean, boolean, Rectangle) - Method in class org.odftoolkit.simple.TextDocument
-
- createChart(String, String[], String[], double[][], Rectangle) - Method in class org.odftoolkit.simple.TextDocument
-
- createCheckBox(ControlContainer, FrameRectangle, String, String, String) - Method in interface org.odftoolkit.simple.form.Form
-
Create a check box in this form.
- createCheckBox(ControlContainer, FrameRectangle, String, String, String) - Method in class org.odftoolkit.simple.form.OOForm
-
- createComboBox(ControlContainer, FrameRectangle, String, String, boolean) - Method in interface org.odftoolkit.simple.form.Form
-
Create a combo box in this form.
- createComboBox(ControlContainer, FrameRectangle, String, String, boolean) - Method in class org.odftoolkit.simple.form.OOForm
-
- createConditionField(OdfElement, String, String, String) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Declare a condition field, which specifies a condition for display of one text string or
another.
- createCurrencyField(ControlContainer, FrameRectangle, String, String) - Method in interface org.odftoolkit.simple.form.Form
-
Create a currency field in this form.
- createCurrencyField(ControlContainer, FrameRectangle, String, String) - Method in class org.odftoolkit.simple.form.OOForm
-
- createCurrentPageNumberField(OdfElement) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create a page number field for the specific OdfElement, which displays current page number.
- createDateField(OdfElement) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create an automatically update date field for the specific OdfElement, which displays current
date.
- createDateField(ControlContainer, FrameRectangle, String, String) - Method in interface org.odftoolkit.simple.form.Form
-
Create a date field in this form.
- createDateField(ControlContainer, FrameRectangle, String, String) - Method in class org.odftoolkit.simple.form.OOForm
-
Create a time field in this form.
- createDefaultTOC(Paragraph, boolean) - Method in class org.odftoolkit.simple.TextDocument
-
Create a new Table Of Content to this document before the reference paragraph.
- createDrawControl() - Method in interface org.odftoolkit.simple.draw.ControlContainer
-
Create an instance of control and and append it at the end of this container.
- createDrawControl() - Method in class org.odftoolkit.simple.text.Paragraph
-
End of Hyperlink support ***********
- createDrawControl() - Method in class org.odftoolkit.simple.TextDocument
-
- createFixedDateField(OdfElement) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create a fixed date field for the specific OdfElement, which displays the field created date.
- createFixedTimeField(OdfElement) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create a fixed time field for the specific OdfElement, which displays the field created time.
- createForm(String) - Method in class org.odftoolkit.simple.form.AbstractFormContainer
-
- createForm(String) - Method in interface org.odftoolkit.simple.form.FormContainer
-
create and add a form into this container.
- createForm(String, OfficeFormsElement) - Method in interface org.odftoolkit.simple.form.FormProvider
-
Create a form in a way that is implementation-independent.
- createForm(String, OfficeFormsElement) - Method in class org.odftoolkit.simple.form.OOFormProvider
-
Create a form in Apache Open Office way.
- createForm(String) - Method in class org.odftoolkit.simple.TextDocument
-
Create a form with specified name in this text document.
- createHiddenTextField(OdfElement, String, String) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Declare a hidden text field, which hides the text it contains when a specified condition is
true.
- createLabel(ControlContainer, FrameRectangle, String, String) - Method in interface org.odftoolkit.simple.form.Form
-
Create a label control in this form.
- createLabel(ControlContainer, FrameRectangle, String, String) - Method in class org.odftoolkit.simple.form.OOForm
-
- createListBox(ControlContainer, FrameRectangle, String, boolean, boolean) - Method in interface org.odftoolkit.simple.form.Form
-
Create a list box in this form.
- createListBox(ControlContainer, FrameRectangle, String, boolean, boolean) - Method in class org.odftoolkit.simple.form.OOForm
-
- createNextPageNumberField(OdfElement) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create a page number field for the specific OdfElement, which displays next page number.
- createNumericField(ControlContainer, FrameRectangle, String, String) - Method in interface org.odftoolkit.simple.form.Form
-
Create a numeric field in this form.
- createNumericField(ControlContainer, FrameRectangle, String, String) - Method in class org.odftoolkit.simple.form.OOForm
-
- createPageCountField(OdfElement) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create a page count field for the specific OdfElement, which displays page total count of this
document.
- createPatternField(ControlContainer, FrameRectangle, String, String) - Method in interface org.odftoolkit.simple.form.Form
-
Create a pattern field in this form.
- createPatternField(ControlContainer, FrameRectangle, String, String) - Method in class org.odftoolkit.simple.form.OOForm
-
- createPreviousPageNumberField(OdfElement) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create a page number field for the specific OdfElement, which displays previous page number.
- createRadioButton(ControlContainer, FrameRectangle, String, String, String) - Method in interface org.odftoolkit.simple.form.Form
-
Create a radio button in this form.
- createRadioButton(ControlContainer, FrameRectangle, String, String, String) - Method in class org.odftoolkit.simple.form.OOForm
-
- createReferenceField(OdfElement, String) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create a ReferenceField for the specific OdfElement.
- createSimpleVariableField(VariableContainer, String) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Declare a simple variable field.
- createSpanElement() - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
Create a span element for this text selection.
- createSubjectField(OdfElement) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create a subject field for the specific OdfElement, which displays the subject data of this
document.
- createTextBox(ControlContainer, FrameRectangle, String, String, boolean) - Method in interface org.odftoolkit.simple.form.Form
-
Create a textbox in this form.
- createTextBox(ControlContainer, FrameRectangle, String, String, boolean) - Method in class org.odftoolkit.simple.form.OOForm
-
- createTimeField(OdfElement) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create an automatically update time field for the specific OdfElement, which displays current
time.
- createTimeField(ControlContainer, FrameRectangle, String, String) - Method in interface org.odftoolkit.simple.form.Form
-
Create a time field in this form.
- createTimeField(ControlContainer, FrameRectangle, String, String) - Method in class org.odftoolkit.simple.form.OOForm
-
Create a time field in this form.
- createTitleField(OdfElement) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Create a title field for the specific OdfElement, which displays title data of this document.
- createTOCwithStyle(Paragraph, TOCStyle, boolean) - Method in class org.odftoolkit.simple.TextDocument
-
Create a new Table Of Content to this document before the reference paragraph.
- createUserVariableField(VariableContainer, String, String) - Static method in class org.odftoolkit.simple.common.field.Fields
-
Declare a user variable field.
- CurrencyField - Class in org.odftoolkit.simple.form
-
- cut() - Method in class org.odftoolkit.simple.common.navigation.FieldSelection
-
Delete the selection from the document the other matched selection in the same container
element will be updated automatically because the start index of the following selections will
be changed when the previous selection has been deleted.
- cut() - Method in class org.odftoolkit.simple.common.navigation.ImageSelection
-
Delete the selection from the document the other matched selection in the same container
element will be updated automatically because the start index of the following selections will
be changed when the previous selection has been deleted.
- cut() - Method in class org.odftoolkit.simple.common.navigation.ParagraphSelection
-
Delete the selection from the document the other matched selection in the same container
element will be updated automatically because the start index of the following selections will
be changed when the previous selection has been deleted.
- cut() - Method in class org.odftoolkit.simple.common.navigation.Selection
-
Cut current Selection
.
- cut() - Method in class org.odftoolkit.simple.common.navigation.TableSelection
-
Delete the selection from the document the other matched selection in the same container
element will be updated automatically because the start index of the following selections will
be changed when the previous selection has been deleted.
- cut() - Method in class org.odftoolkit.simple.common.navigation.TextDocumentSelection
-
Delete the selection from the document the other matched selection in the same container
element will be updated automatically because the start index of the following selections will
be changed when the previous selection has been deleted.
- cut() - Method in class org.odftoolkit.simple.common.navigation.TextSelection
-
Delete the selection from the document the other matched selection in the same container
element will be updated automatically because the start index of the following selections will
be changed when the previous selection has been deleted.