Class RtfListItem.RtfListItemParagraph
java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfBookmarkContainerImpl
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfParagraph
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListItem.RtfListItemParagraph
- All Implemented Interfaces:
IRtfBookmarkContainer
,IRtfExternalGraphicContainer
,IRtfHyperLinkContainer
,IRtfPageBreakContainer
,IRtfPageNumberCitationContainer
,IRtfPageNumberContainer
,IRtfTextContainer
- Enclosing class:
- RtfListItem
special RtfParagraph that writes list item setup code before its content
-
Field Summary
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Overridden to write our attributes before our contentMethods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfParagraph
getText, getTextAttributes, getTextContainerAttributes, newHyperLink, newImage, newLineBreak, newPageBreak, newPageNumber, newPageNumberCitation, newText, newText, okToWriteRtf, setKeepn, setResetProperties, writeRtfSuffix
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfBookmarkContainerImpl
newBookmark
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
addChild, containsText, dump, findChildren, getChildCount, getChildren, getOptions, isEmpty, setChildren, setOptions, toString, writeRtfContent
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeStarControlWord, writeStarControlWordNS
-
Constructor Details
-
RtfListItemParagraph
RtfListItemParagraph(RtfListItem rli, RtfAttributes attrs) throws IOException - Throws:
IOException
-
-
Method Details
-
writeRtfPrefix
Description copied from class:RtfParagraph
Overridden to write our attributes before our content- Overrides:
writeRtfPrefix
in classRtfParagraph
- Throws:
IOException
- for I/O problems
-