Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun
Packages that use RtfTextrun
Package
Description
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.rtfdocModifier and TypeClassDescriptionclassspecial RtfTextrun that is used as list item labelMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfTextrunModifier and TypeMethodDescriptionIRtfTextrunContainer.getTextrun()Returns the current RtfTextrun object.RtfFootnote.getTextrun()RtfHyperLink.getTextrun()RtfListItem.getTextrun()Get the current textrun.RtfListItem.RtfListItemLabel.getTextrun()Returns the current RtfTextrun object.RtfSection.getTextrun()Returns the current RtfTextrun.RtfTableCell.getTextrun()Returns the current RtfTextrun object.static RtfTextrunRtfTextrun.getTextrun(RtfContainer container, 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 RtfTextrunModifierConstructorDescriptionRtfHyperLink(RtfTextrun parent, Writer writer, RtfAttributes attr) A constructor.