Classe OdTextParagraph
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) | Initialise une nouvelle instance de la classe OdTextParagraph. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtient ou définit une valeur indiquant si [absolute coordinates]. |
| éléments | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtient les éléments. |
| parent | OdObject | r | Obtient l’objet parent. |
| rectangle | RectangleF | r/w | Obtient ou définit le rectangle. |
| style | OdGraphicStyle | r/w | Obtient ou définit le style. |
| text | string | r/w | Obtient ou définit le texte. |
Constructor: OdTextParagraph(parent)
OdTextParagraph(parent)
Initialise une nouvelle instance de la classe OdTextParagraph.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| parent | OdObject | Le parent. |