Class RtfExternalGraphic.FormatEMF
- java.lang.Object
-
- org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic.FormatBase
-
- org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic.FormatEMF
-
- Enclosing class:
- RtfExternalGraphic
private static class RtfExternalGraphic.FormatEMF extends RtfExternalGraphic.FormatBase
-
-
Constructor Summary
Constructors Modifier Constructor Description privateFormatEMF()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRtfTag()Get rtf tag.intgetType()Get image type.static booleanisFormat(byte[] data)-
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic.FormatBase
convert, determineFormat
-
-
-
-
Method Detail
-
isFormat
public static boolean isFormat(byte[] data)
-
getType
public int getType()
Description copied from class:RtfExternalGraphic.FormatBaseGet image type.- Overrides:
getTypein classRtfExternalGraphic.FormatBase- Returns:
- Image format class
-
getRtfTag
public java.lang.String getRtfTag()
Description copied from class:RtfExternalGraphic.FormatBaseGet rtf tag.- Overrides:
getRtfTagin classRtfExternalGraphic.FormatBase- Returns:
- Rtf tag for image format.
-
-