Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfText
-
Packages that use RtfText 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 RtfText in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfText Modifier and Type Field Description protected RtfTextRtfHyperLink. mTextRtfTextprivate RtfTextRtfParagraph. textMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfText Modifier and Type Method Description RtfTextIRtfTextContainer. newText(java.lang.String str)Close current text run, if any, and start a new one with default attributesRtfTextIRtfTextContainer. newText(java.lang.String str, RtfAttributes attr)Close current text element, if any, and start a new oneRtfTextRtfHyperLink. newText(java.lang.String str)close current text run if any and start a new one with default attributesRtfTextRtfHyperLink. newText(java.lang.String str, RtfAttributes attr)close current text run if any and start a new oneRtfTextRtfParagraph. newText(java.lang.String str)Close current text run if any and start a new one with default attributesRtfTextRtfParagraph. newText(java.lang.String str, RtfAttributes attr)Close current text run if any and start a new oneMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfText Modifier and Type Method Description private voidWhitespaceCollapser. processText(RtfText txt)process one RtfText from our container
-