Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun
-
Packages that use RtfTextrun 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 RtfTextrun in org.apache.fop.render.rtf.rtflib.rtfdoc
Subclasses of RtfTextrun in org.apache.fop.render.rtf.rtflib.rtfdoc Modifier and Type Class Description classRtfListItem.RtfListItemLabelspecial RtfTextrun that is used as list item labelMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfTextrun Modifier and Type Method Description RtfTextrunIRtfTextrunContainer. getTextrun()Returns the current RtfTextrun object.RtfTextrunRtfFootnote. getTextrun()RtfTextrunRtfHyperLink. getTextrun()RtfTextrunRtfListItem. getTextrun()Get the current textrun.RtfTextrunRtfListItem.RtfListItemLabel. getTextrun()Returns the current RtfTextrun object.RtfTextrunRtfSection. getTextrun()Returns the current RtfTextrun.RtfTextrunRtfTableCell. getTextrun()Returns the current RtfTextrun object.static RtfTextrunRtfTextrun. getTextrun(RtfContainer container, java.io.Writer writer, RtfAttributes attrs)Adds a new RtfTextrun to the given container if necessary, and returns it.Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfTextrun Constructor Description RtfHyperLink(RtfTextrun parent, java.io.Writer writer, RtfAttributes attr)A constructor.
-