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