WmfSetPolyFillMode

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

ConstructorDescription
WmfSetPolyFillMode()

Methods

MethodDescription
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:

ParameterTypeDescription
valueshort

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:

ParameterTypeDescription
valueint