|
||||||||
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.TR
This class creates a <TR> object.
Fields inherited from class org.apache.ecs.MultiPartElement |
v_element |
Fields inherited from class org.apache.ecs.Element |
attribute_filter,
case_type,
codeset,
element,
end_element,
end_modifier,
end_modifier_defined,
filter,
filter_attribute_state,
filter_state,
NO_ATTRIBUTE_VALUE,
start_modifier,
start_modifier_defined,
VERSION |
Constructor Summary | |
TR()
Basic Constructor use set* methods. |
|
TR(boolean close)
Basic Constructor use set* methods. |
Method Summary | |
(package private) void |
Private initializer. |
TR |
addElement(Element element)
Adds an Element to the element. |
TR |
addElement(java.lang.String element)
Adds an Element to the element. |
TR |
setAlign(java.lang.String align)
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface |
TR |
setBgColor(java.lang.String color)
Sets the BGCOLOR="" attribute |
TR |
setChar(java.lang.String character)
Sets the CHAR="" attribute. |
TR |
setCharOff(int char_off)
Sets the CHAROFF="" attribute. |
TR |
setCharOff(java.lang.String char_off)
Sets the CHAROFF="" attribute. |
TR |
setVAlign(java.lang.String valign)
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface |
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.ElementAttributes |
setClass,
setDir,
setID,
setLang,
setStyle,
setTitle |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
Constructor Detail |
public TR()
public TR(boolean close)
close.
- Print the closing tag or not.Method Detail |
void()
public TR setAlign(java.lang.String align)
align
- Sets the ALIGN="" attributepublic TR setVAlign(java.lang.String valign)
align
- Sets the ALIGN="" attributepublic TR setChar(java.lang.String character)
character
- the character to use for alignment.public TR 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 TR 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 TR setBgColor(java.lang.String color)
color
- sets the background color of the cell.public TR addElement(Element element)
element
- Adds an Element to the element.public TR 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 |