|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.rtf.RtfElement
com.lowagie.text.rtf.text.RtfPhrase
com.lowagie.text.rtf.text.RtfParagraph
com.lowagie.text.rtf.list.RtfListItem
public class RtfListItem
The RtfListItem acts as a wrapper for a ListItem.
Field Summary |
---|
Fields inherited from class com.lowagie.text.rtf.text.RtfParagraph |
---|
PARAGRAPH |
Fields inherited from class com.lowagie.text.rtf.text.RtfPhrase |
---|
chunks, IN_TABLE, LINE_SPACING, PARAGRAPH_DEFAULTS |
Fields inherited from class com.lowagie.text.rtf.RtfElement |
---|
document, inHeader, inTable |
Fields inherited from interface com.lowagie.text.rtf.RtfBasicElement |
---|
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR |
Constructor Summary | |
---|---|
RtfListItem(RtfDocument doc,
ListItem listItem)
Constructs a RtfListItem for a ListItem belonging to a RtfDocument. |
Method Summary | |
---|---|
byte[] |
write()
Writes the content of this RtfListItem. |
Methods inherited from class com.lowagie.text.rtf.text.RtfParagraph |
---|
getIndentLeft, getIndentRight, setIndentLeft, setIndentRight, setKeepTogetherWithNext |
Methods inherited from class com.lowagie.text.rtf.text.RtfPhrase |
---|
setInHeader, setInTable, setRtfDocument |
Methods inherited from class com.lowagie.text.rtf.RtfElement |
---|
intToByteArray, isInTable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RtfListItem(RtfDocument doc, ListItem listItem)
doc
- The RtfDocument this RtfListItem belongs to.listItem
- The ListItem this RtfListItem is based on.Method Detail |
---|
public byte[] write()
write
in interface RtfBasicElement
write
in class RtfParagraph
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |