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 class
RtfExternalGraphic.FormatBMP
private static class
RtfExternalGraphic.FormatEMF
private static class
RtfExternalGraphic.FormatGIF
private static class
RtfExternalGraphic.FormatJPG
private static class
RtfExternalGraphic.FormatPNG
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfExternalGraphic.FormatBase Modifier and Type Field Description private RtfExternalGraphic.FormatBase
RtfExternalGraphic. imageformat
The image formatMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfExternalGraphic.FormatBase Modifier and Type Method Description RtfExternalGraphic.FormatBase
RtfExternalGraphic.FormatBase. convert(RtfExternalGraphic.FormatBase format, byte[] data)
Convert image data if necessary - for example when format is not supported by rtf.static RtfExternalGraphic.FormatBase
RtfExternalGraphic.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.FormatBase
RtfExternalGraphic.FormatBase. convert(RtfExternalGraphic.FormatBase format, byte[] data)
Convert image data if necessary - for example when format is not supported by rtf.
-