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 RtfElement
attrib, parent, writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidOverridden to write our attributes before our contentMethods inherited from class RtfParagraph
getText, getTextAttributes, getTextContainerAttributes, newHyperLink, newImage, newLineBreak, newPageBreak, newPageNumber, newPageNumberCitation, newText, newText, okToWriteRtf, setKeepn, setResetProperties, writeRtfSuffixMethods inherited from class RtfBookmarkContainerImpl
newBookmarkMethods inherited from class RtfContainer
addChild, containsText, dump, findChildren, getChildCount, getChildren, getOptions, isEmpty, setChildren, setOptions, toString, writeRtfContentMethods inherited from class 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:RtfParagraphOverridden to write our attributes before our content- Overrides:
writeRtfPrefixin classRtfParagraph- Throws:
IOException- for I/O problems
-