Uses of Class
org.odftoolkit.simple.Component

Packages that use Component
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
org.odftoolkit.simple.common.field Provide convenient methods to manipulate Fields in ODF text document. 
org.odftoolkit.simple.draw Provide high level methods to manipulate draw frame and text box. 
org.odftoolkit.simple.form   
org.odftoolkit.simple.presentation Provide high level methods to ODF presentation documents. 
org.odftoolkit.simple.table Provide convenient methods to manipulate table in ODF text and spreadsheet document. 
org.odftoolkit.simple.text Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section. 
 

Uses of Component in org.odftoolkit.simple
 

Methods in org.odftoolkit.simple that return Component
protected static Component Component.getComponentByElement(OdfElement element)
          Get the component instance by the element instance.
 

Methods in org.odftoolkit.simple that return types with arguments of type Component
protected  IdentityHashMap<OdfElement,Component> Document.getComponentMap()
          Return the component repository of this document.
 

Methods in org.odftoolkit.simple with parameters of type Component
protected static void Component.registerComponent(Component component, OdfElement element)
          Register component to the map repository
 

Uses of Component in org.odftoolkit.simple.common.field
 

Subclasses of Component in org.odftoolkit.simple.common.field
 class AuthorField
          An AuthorField represents the initials of the author or the full name of the author of a document.
 class ChapterField
          ChapterField is placed inside a header or footer, it displays the current chapter name or number on every page.
 class ConditionField
          ConditionField specifies a condition for display of one text string or another.
 class DateField
          DateField displays a date, by default this is the current date.
 class Field
          This is the abstract class of all kinds of fields.
 class PageCountField
          A PageCountField displays the total number of pages in a document.
 class PageNumberField
          A PageNumberField displays the current page number of pages in a document.
 class ReferenceField
          A ReferenceField refers to a field that appears in another location in a document.
 class SubjectField
          A SubjectField displays the subject value contained by the document meta data.
 class TimeField
          TimeField displays a time, by default this is the current time.
 class TitleField
          A TitleField displays the title value contained by the document meta data.
 class VariableField
          ODF document can contain variables, which are processed or displayed as VariableFields.
 

Uses of Component in org.odftoolkit.simple.draw
 

Subclasses of Component in org.odftoolkit.simple.draw
 class Control
          This class represents control object, a shape that is linked to a control inside an form.
 class Frame
          This class presents frame object.
 class Image
          This class provides method to add/remove/get images.
 class Textbox
          This class provides method to set the content, properties and style of text box.
 

Uses of Component in org.odftoolkit.simple.form
 

Subclasses of Component in org.odftoolkit.simple.form
 class Button
          This class represents the form control of Button, provides methods to get/set the form properties and the style formatting of this control.
 class CheckBox
          This class represents the form control of Check Box, provides methods to get/set the form properties and the style formatting of this control.
 class ComboBox
          This class represents the form control of Combo Box, provides methods to get/set the form properties and the style formatting of this control.
 class CurrencyField
           
 class FormControl
          This class represents the form control, which provides the methods to get/set the control properties and style and layout properties of its binding drawing shape.
 class Label
          This class represents the form control of Label, provides methods to get/set the form properties and the style formatting of this control.
 class ListBox
          This class represents the form control of List Box, provides methods to get/set the form properties and the style formatting of this control.
 class NumericField
           
 class OOForm
          This class implements the interface of Form according to the implementation of OpenOffice.org.
 class PatternField
           
 class RadioButton
          This class represents the form control of radio button, provides methods to get/set the form properties and the style formatting of this control.
 class TextBox
          This class represents the form control of Text Box, provides methods to get/set the form properties and the style formatting of this control.
 

Uses of Component in org.odftoolkit.simple.presentation
 

Subclasses of Component in org.odftoolkit.simple.presentation
 class Notes
          Notes represents the presentation notes feature of the ODF document.
 class Slide
          Slide represents the presentation slide feature of the ODF document.
 

Uses of Component in org.odftoolkit.simple.table
 

Subclasses of Component in org.odftoolkit.simple.table
 class Cell
          Cell represents table cell feature in ODF document.
 class Column
          Column represents table column feature in ODF document.
 class Row
          Row represents table row feature in ODF document.
 class Table
          Table represents the table feature in ODF spreadsheet and text documents.
 

Uses of Component in org.odftoolkit.simple.text
 

Subclasses of Component in org.odftoolkit.simple.text
 class Footer
          This class represents footer definition in text document.
 class Header
          This class represents header definition in text document.
 class Paragraph
          This class presents paragraph element in ODF document.
 class Section
          This class represents section definition in text document.
 class Span
          This class represents the application of a style to the character data of a portion of text.
 class TextHyperlink
          This class represents a text hyperlink in ODF document.
 



Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.