@OpenApiAll public final class RTFStackTable extends StackTable
Constructor and Description |
---|
RTFStackTable(java.lang.String tag)
Constructor.
|
RTFStackTable(java.lang.String tag,
java.lang.StringBuffer paragraphStyle)
Constructor.
|
RTFStackTable(java.lang.String tag,
java.lang.String value,
int pos)
Constructor for tag and its position.
|
RTFStackTable(java.lang.String tag,
java.lang.String value,
int pos,
java.lang.String[] attributeValueList)
Constructor for tag, its position and attributeList.
|
RTFStackTable(java.lang.String tag,
java.lang.String value,
int pos,
java.lang.String[] attributeValueList,
java.lang.StringBuffer paragraphStyle)
Constructor for tag, its position and attributeList.
|
RTFStackTable(java.lang.String tag,
java.lang.String value,
int pos,
java.lang.StringBuffer paragraphStyle)
Constructor for tag and its position.
|
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuffer |
getParagraphStyle()
Get paragraphStyle.
|
void |
setParagraphStyle(java.lang.StringBuffer paragraphStyle)
Set paragraphStyle.
|
getAttributeValueList, getPos, getTag, getValue, setAttributeValueList, setPos, setTag, setValue
public RTFStackTable(java.lang.String tag, java.lang.String value, int pos, java.lang.String[] attributeValueList, java.lang.StringBuffer paragraphStyle)
tag
- html tag name or attribute namevalue
- attribute valuepos
- position in stackattributeValueList
- Array of tag attributeparagraphStyle
- paragraph style (for paragraph tag such as p, div etc.)public RTFStackTable(java.lang.String tag, java.lang.String value, int pos, java.lang.StringBuffer paragraphStyle)
tag
- html tag name or attribute namevalue
- attribute valuepos
- position in stackparagraphStyle
- paragraph style (for paragraph tag such as p, div etc.)public RTFStackTable(java.lang.String tag, java.lang.StringBuffer paragraphStyle)
tag
- attribute name of html tagparagraphStyle
- paragraph style (for paragraph tag such as p, div etc.)public RTFStackTable(java.lang.String tag, java.lang.String value, int pos, java.lang.String[] attributeValueList)
tag
- html tag name or attribute namevalue
- attribute valuepos
- position in stackattributeValueList
- Array of tag attributepublic RTFStackTable(java.lang.String tag, java.lang.String value, int pos)
tag
- html tag name or attribute namevalue
- attribute valuepos
- position in stackpublic RTFStackTable(java.lang.String tag)
tag
- attribute name of html tagCopyright © 2010 - No Magic Asia