OdEndPath

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject

public class OdEndPath extends OdGraphicObject

The enhanced end path

Constructors

ConstructorDescription
OdEndPath(OdObject parent)Initializes a new instance of the OdEndPath class.

Methods

MethodDescription
getFill()Gets or sets a value indicating whether this OdEndPath is fill.
setFill(boolean value)Gets or sets a value indicating whether this OdEndPath is fill.

OdEndPath(OdObject parent)

public OdEndPath(OdObject parent)

Initializes a new instance of the OdEndPath class.

Parameters:

ParameterTypeDescription
parentOdObjectThe parent.

getFill()

public boolean getFill()

Gets or sets a value indicating whether this OdEndPath is fill.

Returns: boolean - true if fill; otherwise, false.

setFill(boolean value)

public void setFill(boolean value)

Gets or sets a value indicating whether this OdEndPath is fill.

Parameters:

ParameterTypeDescription
valuebooleantrue if fill; otherwise, false.