Package com.itextpdf.text.pdf.codec.wmf
Class MetaObject
- java.lang.Object
-
- com.itextpdf.text.pdf.codec.wmf.MetaObject
-
-
Field Summary
Fields Modifier and Type Field Description static int
META_BRUSH
static int
META_FONT
static int
META_NOT_SUPPORTED
static int
META_PEN
int
type
-
Constructor Summary
Constructors Constructor Description MetaObject()
MetaObject(int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
-
-
-
Field Detail
-
META_NOT_SUPPORTED
public static final int META_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
META_PEN
public static final int META_PEN
- See Also:
- Constant Field Values
-
META_BRUSH
public static final int META_BRUSH
- See Also:
- Constant Field Values
-
META_FONT
public static final int META_FONT
- See Also:
- Constant Field Values
-
type
public int type
-
-