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, writeRtfContent
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
RtfListItem(RtfList parent, java.io.Writer w) throws java.io.IOException
java.io.IOException
RtfListItem(RtfList parent, java.io.Writer w, RtfAttributes attr) throws java.io.IOException
java.io.IOException
public RtfParagraph newParagraph(RtfAttributes attrs) throws java.io.IOException
newParagraph
in interface IRtfParagraphContainer
java.io.IOException
public RtfParagraph newParagraph() throws java.io.IOException
newParagraph
in interface IRtfParagraphContainer
java.io.IOException