WmfSetPolyFillMode
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfSetPolyFillMode extends WmfObject
The set poly fill mode.
Constructors
Constructor | Description |
---|---|
WmfSetPolyFillMode() |
Methods
Method | Description |
---|---|
getPolyFillMode() | Gets or sets the poly fill mode. |
setPolyFillMode(short value) | Gets or sets the poly fill mode. |
getReserved() | Gets or sets the reserved. |
setReserved(int value) | Gets or sets the reserved. |
WmfSetPolyFillMode()
public WmfSetPolyFillMode()
getPolyFillMode()
public short getPolyFillMode()
Gets or sets the poly fill mode.
Value: The poly fill mode.
Returns: short
setPolyFillMode(short value)
public void setPolyFillMode(short value)
Gets or sets the poly fill mode.
Value: The poly fill mode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
getReserved()
public int getReserved()
Gets or sets the reserved.
Value: The reserved.
Returns: int
setReserved(int value)
public void setReserved(int value)
Gets or sets the reserved.
Value: The reserved.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |