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 classRtfListItem.RtfListItemParagraphspecial 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 RtfParagraphRtfAfterBeforeBase. paraprivate RtfParagraphRtfListItem. paragraphprivate RtfParagraphRtfSection. paragraphprivate RtfParagraphRtfTableCell. paragraphMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfParagraph Modifier and Type Method Description RtfParagraphIRtfParagraphContainer. newParagraph()Close current paragraph, if any, and start a new one with default attributes.RtfParagraphIRtfParagraphContainer. newParagraph(RtfAttributes attr)Close current paragraph, if any, and start a new one with specified attributesRtfParagraphRtfAfterBeforeBase. newParagraph()RtfParagraphRtfAfterBeforeBase. newParagraph(RtfAttributes attrs)RtfParagraphRtfListItem. newParagraph()Close current paragraph if any and start a new one with default attributesRtfParagraphRtfListItem. newParagraph(RtfAttributes attrs)Close current paragraph if any and start a new oneRtfParagraphRtfSection. newParagraph()Close current paragraph if any and start a new one with default attributesRtfParagraphRtfSection. newParagraph(RtfAttributes attrs)Start a new paragraph after closing current paragraph, list and tableRtfParagraphRtfTableCell. newParagraph()Start a new paragraph with default attributes after closing current paragraph, list and tableRtfParagraphRtfTableCell. 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) booleanRtfTableCell. 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
-