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 | 获取项目。 |
| 图层 | 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:
| 参数 | Type | Description |
|---|---|---|
| parent | OdObject | 父对象。 |