|
iText 9.1.0 API
|
A Pen object of the WMF format. More...
Public Member Functions |
|
| MetaPen () | |
| Creates a MetaPen object. More... |
|
| virtual void | Init (InputMeta @in) |
| Initializes a MetaPen object. More... |
|
| virtual int | GetStyle () |
| Get the style of the MetaPen. More... |
|
| virtual int | GetPenWidth () |
| Get the width of the MetaPen. More... |
|
| virtual Color | GetColor () |
| Get the color of the MetaPen. More... |
|
Public Member Functions inherited from iText.Kernel.Pdf.Canvas.Wmf.MetaObject |
|
| MetaObject () | |
| Creates a new MetaObject. More... |
|
| MetaObject (int type) | |
| Creates a MetaObject with a type. More... |
|
| virtual int | GetObjectType () |
| Get the type of this MetaObject. More... |
|
Static Public Attributes |
|
| const int | PS_SOLID = 0 |
| const int | PS_DASH = 1 |
| const int | PS_DOT = 2 |
| const int | PS_DASHDOT = 3 |
| const int | PS_DASHDOTDOT = 4 |
| const int | PS_NULL = 5 |
| const int | PS_INSIDEFRAME = 6 |
Static Public Attributes inherited from iText.Kernel.Pdf.Canvas.Wmf.MetaObject |
|
| const int | META_NOT_SUPPORTED = 0 |
| const int | META_PEN = 1 |
| const int | META_BRUSH = 2 |
| const int | META_FONT = 3 |
A Pen object of the WMF format.
A Pen object of the WMF format. Holds the color, style and width information of the pen.
|
inline |
Creates a MetaPen object.
|
inlinevirtual |
Get the color of the MetaPen.
|
inlinevirtual |
Get the width of the MetaPen.
|
inlinevirtual |
Get the style of the MetaPen.