Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfParagraph
Packages that use RtfParagraph
Package
Description
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.rtfdocModifier and TypeClassDescriptionprivate class
special RtfParagraph that writes list item setup code before its contentFields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfParagraphModifier and TypeFieldDescriptionprivate 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 RtfParagraphModifier and TypeMethodDescriptionIRtfParagraphContainer.newParagraph()
Close current paragraph, if any, and start a new one with default attributes.IRtfParagraphContainer.newParagraph
(RtfAttributes attr) Close current paragraph, if any, and start a new one with specified attributesRtfAfterBeforeBase.newParagraph()
RtfAfterBeforeBase.newParagraph
(RtfAttributes attrs) RtfListItem.newParagraph()
Close current paragraph if any and start a new one with default attributesRtfListItem.newParagraph
(RtfAttributes attrs) Close current paragraph if any and start a new oneRtfSection.newParagraph()
Close current paragraph if any and start a new one with default attributesRtfSection.newParagraph
(RtfAttributes attrs) Start a new paragraph after closing current paragraph, list and tableRtfTableCell.newParagraph()
Start a new paragraph with default attributes after closing current paragraph, list and tableRtfTableCell.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 RtfParagraphModifier and TypeMethodDescription(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 RtfParagraphModifierConstructorDescription(package private)
RtfPageNumber
(RtfParagraph parent, Writer w) Create an RTF page number as a child of given paragraph, copying the paragraph attributes(package private)
RtfPageNumberCitation
(RtfParagraph parent, Writer w, String id) Create an RTF page number citation as a child of given paragraph, copying its attributes