org.apache.ecs.rtf
Class Row

java.lang.Object
  extended by org.apache.ecs.GenericElement
      extended by org.apache.ecs.ElementAttributes
          extended by org.apache.ecs.ConcreteElement
              extended by org.apache.ecs.rtf.RTFElement
                  extended by org.apache.ecs.rtf.Row
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Attributes, Element, ElementRegistry
Direct Known Subclasses:
TableHeader

public class Row
extends RTFElement

See Also:
Serialized Form

Field Summary
static int TWIPS
           
private  float TWIPS_USED
           
 
Fields inherited from class org.apache.ecs.GenericElement
tabLevel
 
Fields inherited from interface org.apache.ecs.Attributes
NO_ATTRIBUTE_VALUE
 
Fields inherited from interface org.apache.ecs.Element
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE
 
Constructor Summary
Row()
          Default Constructor.
 
Method Summary
 java.lang.String createEndTag()
          Create the end element for output.
 int getSize(java.lang.String width)
          Get the cellx sizing based on percentage.
 
Methods inherited from class org.apache.ecs.rtf.RTFElement
createStartTag, get
 
Methods inherited from class org.apache.ecs.ConcreteElement
addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, keys, output, output, output, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry
 
Methods inherited from class org.apache.ecs.ElementAttributes
addAttribute, addAttribute, addAttribute, addAttribute, attributes, getAttribute, getAttributeEqualitySign, getAttributeFilter, getAttributeFilterState, getAttributeQuote, getAttributeQuoteChar, hasAttribute, removeAttribute, setAttributeEqualitySign, setAttributeFilter, setAttributeFilterState, setAttributeQuote, setAttributeQuoteChar, setClass, setDir, setID, setLang, setStyle, setTitle
 
Methods inherited from class org.apache.ecs.GenericElement
alterCase, getBeginEndModifier, getBeginEndModifierDefined, getBeginStartModifier, getBeginStartModifierDefined, getCase, getCodeSet, getElementHashEntry, getElementType, getEndEndModifier, getEndEndModifierDefined, getEndStartModifier, getEndStartModifierDefined, getEndTagChar, getFilter, getFilterState, getNeedClosingTag, getNeedLineBreak, getPrettyPrint, getStartTagChar, getTabLevel, getTagPosition, getTagText, getVersion, putTabs, putTabs, removeBeginEndModifier, removeBeginStartModifier, removeEndEndModifier, removeEndStartModifier, setBeginEndModifier, setBeginModifier, setBeginModifier, setBeginStartModifier, setCase, setCodeSet, setElementType, setEndEndModifier, setEndModifier, setEndModifier, setEndStartModifier, setEndTagChar, setFilter, setFilterState, setNeedClosingTag, setPrettyPrint, setStartTagChar, setTabLevel, setTagPosition, setTagText, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TWIPS

public static final int TWIPS
See Also:
Constant Field Values

TWIPS_USED

private float TWIPS_USED
Constructor Detail

Row

public Row()
Default Constructor.

Method Detail

getSize

public int getSize(java.lang.String width)
Get the cellx sizing based on percentage.


createEndTag

public java.lang.String createEndTag()
Create the end element for output.

Overrides:
createEndTag in class RTFElement


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