Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic
-
Packages that use RtfExternalGraphic 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 RtfExternalGraphic in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfExternalGraphic Modifier and Type Field Description private RtfExternalGraphicRtfAfterBeforeBase. externalGraphicprivate RtfExternalGraphicRtfParagraph. externalGraphicprivate RtfExternalGraphicRtfSection. externalGraphicprivate RtfExternalGraphicRtfTableCell. externalGraphicMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfExternalGraphic Modifier and Type Method Description RtfExternalGraphicIRtfExternalGraphicContainer. newImage()Creates a new image on external graphic base.RtfExternalGraphicRtfAfterBeforeBase. newImage()RtfExternalGraphicRtfParagraph. newImage()Start a new external graphic after closing all other elementsRtfExternalGraphicRtfSection. newImage()Start a new external graphic after closing current paragraph, list and tableRtfExternalGraphicRtfTableCell. newImage()Start a new external graphic after closing current paragraph, list and tableRtfExternalGraphicRtfTextrun. newImage()Inserts an image.
-