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 private
FormatEMF()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRtfTag()
Get rtf tag.int
getType()
Get image type.static boolean
isFormat(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.FormatBase
Get image type.- Overrides:
getType
in classRtfExternalGraphic.FormatBase
- Returns:
- Image format class
-
getRtfTag
public java.lang.String getRtfTag()
Description copied from class:RtfExternalGraphic.FormatBase
Get rtf tag.- Overrides:
getRtfTag
in classRtfExternalGraphic.FormatBase
- Returns:
- Rtf tag for image format.
-
-