java.lang.Object
org.jfor.jfor.rtflib.rtfdoc.RtfElement
org.jfor.jfor.rtflib.rtfdoc.RtfContainer
org.jfor.jfor.rtflib.rtfdoc.RtfBookmarkContainerImpl
org.jfor.jfor.rtflib.rtfdoc.RtfParagraph
org.jfor.jfor.rtflib.rtfdoc.RtfListItem.RtfListItemParagraph
- All Implemented Interfaces:
- IRtfBookmarkContainer, IRtfExternalGraphicContainer, IRtfHyperLinkContainer, IRtfPageBreakContainer, IRtfPageNumberCitationContainer, IRtfPageNumberContainer, IRtfTextContainer
- Enclosing class:
- RtfListItem
- private class RtfListItem.RtfListItemParagraph
- extends RtfParagraph
special RtfParagraph that writes list item setup code before its content
| Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfParagraph |
|
| Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfContainer |
|
|
Method Summary |
protected void |
writeRtfPrefix()
overridden to write our attributes before our content |
| Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfParagraph |
getText, getTextAttributes, getTextContainerAttributes, newHyperLink, newImage, newLineBreak, newPageBreak, newPageNumber, newPageNumberCitation, newText, newText, okToWriteRtf, setKeepn, setResetProperties, writeRtfSuffix |
| Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfContainer |
addChild, containsText, dump, getChildCount, getChildren, getOptions, isEmpty, setChildren, setOptions, toString, writeRtfContent |
| Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement |
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeStarControlWord, writeStarControlWordNS |
RtfListItem.RtfListItemParagraph
RtfListItem.RtfListItemParagraph(RtfListItem rli,
RtfAttributes attrs)
throws java.io.IOException
writeRtfPrefix
protected void writeRtfPrefix()
throws java.io.IOException
- Description copied from class:
RtfParagraph
- overridden to write our attributes before our content
- Overrides:
writeRtfPrefix in class RtfParagraph