فئة OdTextSpan
Summary: The text span
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdTextSpan
Inheritance: OdStyledObject
Constructors
| Name | الوصف |
|---|---|
| OdTextSpan(parent) | يُنشئ مثيلاً جديدًا من الفئة OdTextSpan. |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| absolute_coordinates | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كانت [absolute coordinates]. |
| العناصر | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | يحصل على العناصر. |
| parent | OdObject | r | يحصل على الكائن الأب. |
| rectangle | RectangleF | r/w | يحصل أو يعيّن المستطيل. |
| style | OdGraphicStyle | r/w | الحصول أو تعيين النمط. |
| text | string | r/w | يحصل أو يضبط النص. |
Constructor: OdTextSpan(parent)
OdTextSpan(parent)
يُنشئ مثيلاً جديدًا من الفئة OdTextSpan.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| parent | OdObject | الأب. |