Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic.FormatBase
-
Packages that use RtfExternalGraphic.FormatBase 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.FormatBase in org.apache.fop.render.rtf.rtflib.rtfdoc
Subclasses of RtfExternalGraphic.FormatBase in org.apache.fop.render.rtf.rtflib.rtfdoc Modifier and Type Class Description private static classRtfExternalGraphic.FormatBMPprivate static classRtfExternalGraphic.FormatEMFprivate static classRtfExternalGraphic.FormatGIFprivate static classRtfExternalGraphic.FormatJPGprivate static classRtfExternalGraphic.FormatPNGFields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfExternalGraphic.FormatBase Modifier and Type Field Description private RtfExternalGraphic.FormatBaseRtfExternalGraphic. imageformatThe image formatMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfExternalGraphic.FormatBase Modifier and Type Method Description RtfExternalGraphic.FormatBaseRtfExternalGraphic.FormatBase. convert(RtfExternalGraphic.FormatBase format, byte[] data)Convert image data if necessary - for example when format is not supported by rtf.static RtfExternalGraphic.FormatBaseRtfExternalGraphic.FormatBase. determineFormat(byte[] data)Determine image file format.Methods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfExternalGraphic.FormatBase Modifier and Type Method Description RtfExternalGraphic.FormatBaseRtfExternalGraphic.FormatBase. convert(RtfExternalGraphic.FormatBase format, byte[] data)Convert image data if necessary - for example when format is not supported by rtf.
-