Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic
Packages that use RtfExternalGraphic
Package
Description
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
-
Uses of RtfExternalGraphic in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfExternalGraphicModifier and TypeFieldDescriptionprivate RtfExternalGraphic
RtfAfterBeforeBase.externalGraphic
private RtfExternalGraphic
RtfParagraph.externalGraphic
private RtfExternalGraphic
RtfSection.externalGraphic
private RtfExternalGraphic
RtfTableCell.externalGraphic
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfExternalGraphicModifier and TypeMethodDescriptionIRtfExternalGraphicContainer.newImage()
Creates a new image on external graphic base.RtfAfterBeforeBase.newImage()
RtfParagraph.newImage()
Start a new external graphic after closing all other elementsRtfSection.newImage()
Start a new external graphic after closing current paragraph, list and tableRtfTableCell.newImage()
Start a new external graphic after closing current paragraph, list and tableRtfTextrun.newImage()
Inserts an image.