public class RtfListItem extends RtfParagraph
PARAGRAPHchunks, IN_TABLE, LINE_SPACING, PARAGRAPH_DEFAULTSdocument, inHeader, inTableCLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR| Constructor and Description |
|---|
RtfListItem(RtfDocument doc,
ListItem listItem)
Constructs a RtfListItem for a ListItem belonging to a RtfDocument.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
write()
Writes the content of this RtfListItem.
|
getIndentLeft, getIndentRight, setIndentLeft, setIndentRight, setKeepTogetherWithNextsetInHeader, setInTable, setRtfDocumentintToByteArray, isInTablepublic RtfListItem(RtfDocument doc, ListItem listItem)
doc - The RtfDocument this RtfListItem belongs to.listItem - The ListItem this RtfListItem is based on.public byte[] write()
write in interface RtfBasicElementwrite in class RtfParagraph