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
private class RtfListItem.RtfListItemParagraph extends RtfParagraph
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 Constructor Description RtfListItemParagraph(RtfListItem rli, RtfAttributes attrs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
writeRtfPrefix()
Overridden to write our attributes before our content-
Methods 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 Detail
-
RtfListItemParagraph
RtfListItemParagraph(RtfListItem rli, RtfAttributes attrs) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
writeRtfPrefix
protected void writeRtfPrefix() throws java.io.IOException
Description copied from class:RtfParagraph
Overridden to write our attributes before our content- Overrides:
writeRtfPrefix
in classRtfParagraph
- Throws:
java.io.IOException
- for I/O problems
-
-