Class RtfExternalGraphic.FormatJPG
java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic.FormatBase
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic.FormatJPG
- Enclosing class:
RtfExternalGraphic
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic.FormatBase
convert, determineFormat
-
Constructor Details
-
FormatJPG
private FormatJPG()
-
-
Method Details
-
isFormat
public static boolean isFormat(byte[] data) -
getType
public int getType()Description copied from class:RtfExternalGraphic.FormatBase
Get image type.- Overrides:
getType
in classRtfExternalGraphic.FormatBase
- Returns:
- Image format class
-
getRtfTag
Description copied from class:RtfExternalGraphic.FormatBase
Get rtf tag.- Overrides:
getRtfTag
in classRtfExternalGraphic.FormatBase
- Returns:
- Rtf tag for image format.
-