Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfParagraph
-
Packages that use RtfParagraph Package Description org.apache.fop.render.rtf.rtflib.rtfdoc Independent subsystem (not specific to FOP) classes that are used to build RTF documents. -
-
Uses of RtfParagraph in org.apache.fop.render.rtf.rtflib.rtfdoc
Subclasses of RtfParagraph in org.apache.fop.render.rtf.rtflib.rtfdoc Modifier and Type Class Description private class
RtfListItem.RtfListItemParagraph
special RtfParagraph that writes list item setup code before its contentFields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfParagraph Modifier and Type Field Description private RtfParagraph
RtfAfterBeforeBase. para
private RtfParagraph
RtfListItem. paragraph
private RtfParagraph
RtfSection. paragraph
private RtfParagraph
RtfTableCell. paragraph
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfParagraph Modifier and Type Method Description RtfParagraph
IRtfParagraphContainer. newParagraph()
Close current paragraph, if any, and start a new one with default attributes.RtfParagraph
IRtfParagraphContainer. newParagraph(RtfAttributes attr)
Close current paragraph, if any, and start a new one with specified attributesRtfParagraph
RtfAfterBeforeBase. newParagraph()
RtfParagraph
RtfAfterBeforeBase. newParagraph(RtfAttributes attrs)
RtfParagraph
RtfListItem. newParagraph()
Close current paragraph if any and start a new one with default attributesRtfParagraph
RtfListItem. newParagraph(RtfAttributes attrs)
Close current paragraph if any and start a new oneRtfParagraph
RtfSection. newParagraph()
Close current paragraph if any and start a new one with default attributesRtfParagraph
RtfSection. newParagraph(RtfAttributes attrs)
Start a new paragraph after closing current paragraph, list and tableRtfParagraph
RtfTableCell. newParagraph()
Start a new paragraph with default attributes after closing current paragraph, list and tableRtfParagraph
RtfTableCell. newParagraph(RtfAttributes attrs)
Start a new paragraph after closing current current paragraph, list and tableMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfParagraph Modifier and Type Method Description (package private) boolean
RtfTableCell. paragraphNeedsPar(RtfParagraph p)
true if the "par" control word must be written for given RtfParagraph (which is not the case for the last non-empty paragraph of the cell)Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfParagraph Constructor Description RtfPageNumber(RtfParagraph parent, java.io.Writer w)
Create an RTF page number as a child of given paragraph, copying the paragraph attributesRtfPageNumberCitation(RtfParagraph parent, java.io.Writer w, java.lang.String id)
Create an RTF page number citation as a child of given paragraph, copying its attributes
-