public class RtfListItem extends RtfParagraph
PARAGRAPH
chunks, IN_TABLE, LINE_SPACING, PARAGRAPH_DEFAULTS
document, inHeader, inTable
CLOSE_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, setKeepTogetherWithNext
setInHeader, setInTable, setRtfDocument
intToByteArray, isInTable
public 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 RtfBasicElement
write
in class RtfParagraph