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.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 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.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-2011 The Apache Software Foundation. All Rights Reserved.