public class RtfListItem extends RtfContainer implements IRtfParagraphContainer
m_attrib, m_parent, m_writer| Constructor and Description |
|---|
RtfListItem(RtfList parent,
java.io.Writer w)
Create an RTF list item as a child of given container with default attributes
|
RtfListItem(RtfList parent,
java.io.Writer w,
RtfAttributes attr)
Create an RTF list item as a child of given container with given attributes
|
| Modifier and Type | Method and Description |
|---|---|
RtfParagraph |
newParagraph()
close current paragraph if any and start a new one with default attributes
|
RtfParagraph |
newParagraph(RtfAttributes attrs)
close current paragraph if any and start a new one
|
addChild, containsText, dump, getChildCount, getChildren, getOptions, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContentclose, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNSRtfListItem(RtfList parent, java.io.Writer w) throws java.io.IOException
java.io.IOExceptionRtfListItem(RtfList parent, java.io.Writer w, RtfAttributes attr) throws java.io.IOException
java.io.IOExceptionpublic RtfParagraph newParagraph(RtfAttributes attrs) throws java.io.IOException
newParagraph in interface IRtfParagraphContainerjava.io.IOExceptionpublic RtfParagraph newParagraph() throws java.io.IOException
newParagraph in interface IRtfParagraphContainerjava.io.IOException