Packageorg.purepdf.codecs.wmf
Classpublic class MetaObject
InheritanceMetaObject Inheritance Object
Subclasses MetaBrush, MetaFont, MetaPen



Public Properties
 PropertyDefined By
  type : int
[read-only]
MetaObject
Protected Properties
 PropertyDefined By
  _type : int = 0
MetaObject
Public Constants
 ConstantDefined By
  META_BRUSH : int = 2
[static]
MetaObject
  META_FONT : int = 3
[static]
MetaObject
  META_NOT_SUPPORTED : int = 0
[static]
MetaObject
  META_PEN : int = 1
[static]
MetaObject
Property Detail
_typeproperty
protected var _type:int = 0

typeproperty 
type:int  [read-only]


Implementation
    public function get type():int
Constant Detail
META_BRUSHConstant
public static const META_BRUSH:int = 2

META_FONTConstant 
public static const META_FONT:int = 3

META_NOT_SUPPORTEDConstant 
public static const META_NOT_SUPPORTED:int = 0

META_PENConstant 
public static const META_PEN:int = 1