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 class
RtfListItem.RtfListItemLabel
special RtfTextrun that is used as list item labelFields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfTextrun Modifier and Type Field Description (package private) RtfTextrun
RtfFootnote. textrunInline
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfTextrun Modifier and Type Method Description RtfTextrun
IRtfTextrunContainer. getTextrun()
Returns the current RtfTextrun object.RtfTextrun
RtfAfterBeforeBase. getTextrun()
RtfTextrun
RtfFootnote. getTextrun()
RtfTextrun
RtfHyperLink. getTextrun()
RtfTextrun
RtfListItem. getTextrun()
Get the current textrun.RtfTextrun
RtfListItem.RtfListItemLabel. getTextrun()
Returns the current RtfTextrun object.RtfTextrun
RtfSection. getTextrun()
Returns the current RtfTextrun.RtfTextrun
RtfTableCell. getTextrun()
Returns the current RtfTextrun object.static RtfTextrun
RtfTextrun. 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.
-