|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.ecs.Element | +--org.apache.ecs.ElementAttributes | +--org.apache.ecs.MultiPartElement | +--org.apache.ecs.TBody
This class creates a <TBODY> object.
Fields inherited from class org.apache.ecs.MultiPartElement |
v_element |
Fields inherited from class org.apache.ecs.ElementAttributes |
attribute_filter,
end_modifier,
end_modifier_defined,
filter_attribute_state,
NO_ATTRIBUTE_VALUE,
start_modifier,
start_modifier_defined |
Fields inherited from class org.apache.ecs.Element |
case_type,
codeset,
element,
end_element,
filter,
filter_state,
position,
VERSION |
Constructor Summary | |
TBody()
|
Method Summary | |
(package private) void |
private initializer. |
TBody |
addElement(Element element)
Adds an Element to the element. |
TBody |
addElement(java.lang.String element)
Adds an Element to the element. |
TBody |
setAlign(java.lang.String align)
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface |
TBody |
setChar(java.lang.String character)
Sets the CHAR="" attribute. |
TBody |
setCharOff(int char_off)
Sets the CHAROFF="" attribute. |
TBody |
setCharOff(java.lang.String char_off)
Sets the CHAROFF="" attribute. |
TBody |
setSpan(int span)
Sets the SPAN="" attribute. |
TBody |
setSpan(java.lang.String span)
Sets the SPAN="" attribute. |
TBody |
setVAlign(java.lang.String valign)
Sets the VALIGN="" attribute convience variables are provided in the AlignType interface |
TBody |
setWidth(int width)
Supplies user agents with a recommended cell width. |
TBody |
setWidth(java.lang.String width)
Supplies user agents with a recommended cell width. |
Methods inherited from class org.apache.ecs.MultiPartElement |
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
output,
output,
registryHasElement,
registryHasElement,
removeElementFromRegistry,
removeElementFromRegistry |
Methods inherited from class org.apache.ecs.Element |
alterCase,
getCase,
getCodeSet,
getElementHashEntry,
getElementType,
getFilter,
getFilterState,
getNeedClosingTag,
getTagPosition,
getVersion,
setCase,
setCodeSet,
setElementType,
setFilter,
setFilterState,
setNeedClosingTag,
setTagPosition,
toString,
toString |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
Constructor Detail |
public TBody()
Method Detail |
void()
public TBody setSpan(java.lang.String span)
span
- sets the SPAN="" attribute.public TBody setSpan(int span)
span
- sets the SPAN="" attribute.public TBody setWidth(int width)
width
- how many pixels to make cellpublic TBody setWidth(java.lang.String width)
width
- how many pixels to make cellpublic TBody setAlign(java.lang.String align)
align
- Sets the ALIGN="" attributepublic TBody setVAlign(java.lang.String valign)
valign
- Sets the ALIGN="" attributepublic TBody setChar(java.lang.String character)
character
- the character to use for alignment.public TBody setCharOff(int char_off)
char_off
- When present this attribute specifies the offset
of the first occurrence of the alignment character on each line.public TBody setCharOff(java.lang.String char_off)
char_off
- When present this attribute specifies the offset
of the first occurrence of the alignment character on each line.public TBody addElement(Element element)
element
- Adds an Element to the element.public TBody addElement(java.lang.String element)
element
- Adds an Element to the element.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |