Uses of Class
org.apache.ecs.rtf.RTFElement

Packages that use RTFElement
org.apache.ecs.rtf   
 

Uses of RTFElement in org.apache.ecs.rtf
 

Subclasses of RTFElement in org.apache.ecs.rtf
 class Alignment
           
 class Author
           
 class BackGroundColor
           
 class Bold
           
 class BorderBottom
           
 class BorderLeft
           
 class BorderRight
           
 class BorderStyle
           
 class BorderTop
           
 class Category
           
 class Cell
           
 class CellDef
           
 class Centered
           
 class ColorGroup
           
 class ColorTbl
           
 class Comment
           
 class Doccomm
           
 class Field
           
 class FieldResult
           
 class FieldType
           
 class FontSize
           
 class Footer
           
 class ForeGroundColor
           
 class Header
           
 class Indent
           
 class Info
           
 class Justified
           
 class Keywords
           
 class Left
           
 class Manager
           
 class Operator
           
 class PageBreak
           
 class PageNumber
           
 class Paragraph
           
 class Right
           
 class Row
           
 class RTF
           
 class Subject
           
 class Table
           
 class TableDef
           
 class TableHeader
           
 class Title
           
 class Version
           
 

Fields in org.apache.ecs.rtf declared as RTFElement
private  RTFElement Alignment.type
           
 

Methods in org.apache.ecs.rtf with parameters of type RTFElement
 Bold Bold.addElement(java.lang.String hashcode, RTFElement element)
          Adds an Element to the element.
 Bold Bold.addElement(RTFElement element)
          Adds an Element to the element.
 Footer Footer.addElement(RTFElement element)
           
 Paragraph Paragraph.addElement(java.lang.String hashcode, RTFElement element)
          Adds an Element to the element.
 Paragraph Paragraph.addElement(RTFElement element)
          Adds an Element to the element.
 BackGroundColor BackGroundColor.addElement(java.lang.String hashcode, RTFElement element)
          Adds an Element to the element.
 BackGroundColor BackGroundColor.addElement(RTFElement element)
          Adds an Element to the element.
 FontSize FontSize.addElement(java.lang.String hashcode, RTFElement element)
          Adds an Element to the element.
 FontSize FontSize.addElement(RTFElement element)
          Adds an Element to the element.
 Info Info.addElement(java.lang.String hashcode, RTFElement element)
          Adds an Element to the element.
 Info Info.addElement(RTFElement element)
          Adds an Element to the element.
 RTF RTF.addElement(java.lang.String hashcode, RTFElement element)
          Adds an Element to the element.
 RTF RTF.addElement(RTFElement element)
          Adds an Element to the element.
 Justified Justified.addElement(RTFElement element)
           
 Header Header.addElement(RTFElement element)
           
 Centered Centered.addElement(RTFElement element)
           
 RTFDocument RTFDocument.addElement(RTFElement element)
           
 RTFDocument RTFDocument.addElement(java.lang.String key, RTFElement element)
           
 Right Right.addElement(RTFElement element)
           
 Left Left.addElement(RTFElement element)
           
 ForeGroundColor ForeGroundColor.addElement(java.lang.String hashcode, RTFElement element)
          Adds an Element to the element.
 ForeGroundColor ForeGroundColor.addElement(RTFElement element)
          Adds an Element to the element.
 

Constructors in org.apache.ecs.rtf with parameters of type RTFElement
Bold(RTFElement element)
          Instantiate a new Bold element with this Element.
Paragraph(RTFElement element)
           
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.