OdEndPath
Contents
[
Hide
]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
| Constructor | Description |
|---|---|
| OdEndPath(OdObject parent) | Initializes a new instance of the OdEndPath class. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| parent | OdObject | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | true if fill; otherwise, false. |