OdPath Class
Contents
[
Hide
]Summary: The open document object path
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdPath
Inheritance: OdStyledObject
Constructors
Name | Description |
---|---|
OdPath(parent) | Initializes a new instance of the OdPath class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. |
data | string | r/w | Gets or sets the data. |
enhanced_path | OdGraphicObject[] | r/w | Gets or sets the enhanced path. |
items | list[OdObject] | r | Gets the items. |
layer | string | r/w | Gets or sets the layer. |
parent | OdObject | r | Gets the parent object. |
rectangle | RectangleF | r/w | Gets or sets the rectangle. |
style | OdGraphicStyle | r/w | Gets or sets the style. |
style_name | string | r/w | Gets or sets the name of the style. |
text_style_name | string | r/w | Gets or sets the name of the text style. |
Constructor: OdPath(parent)
OdPath(parent)
Initializes a new instance of the OdPath class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |