OdEndPath Class
Summary: The enhanced end path
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdEndPath
Inheritance: OdGraphicObject
Constructors
Name | Description |
---|---|
OdEndPath(parent) | Initializes a new instance of the OdEndPath class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. |
fill | bool | r/w | Gets or sets a value indicating whether this OdEndPath is fill. |
items | list[OdObject] | r | Gets the items. |
parent | OdObject | r | Gets the parent object. |
Constructor: OdEndPath(parent)
OdEndPath(parent)
Initializes a new instance of the OdEndPath class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |