OdTextParagraph Class
Summary: The text paragraph
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdTextParagraph
Inheritance: OdStyledObject
Constructors
Name | Description |
---|---|
OdTextParagraph(parent) | Initializes a new instance of the OdTextParagraph class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. |
items | list[OdObject] | r | Gets the items. |
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. |
text | string | r/w | Gets or sets the text. |
Constructor: OdTextParagraph(parent)
OdTextParagraph(parent)
Initializes a new instance of the OdTextParagraph class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |