CdrStyle Class
Contents
[
Hide
]Summary: The cdr style
Module: aspose.imaging.fileformats.cdr.objects
Full Name: aspose.imaging.fileformats.cdr.objects.CdrStyle
Inheritance: CdrDictionaryItem
Constructors
| Name | Description |
|---|---|
| CdrStyle() | Initializes a new instance of the CdrStyle class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| align | int | r/w | Gets or sets the align. |
| charset | int | r/w | Gets or sets the character set. |
| disposed | bool | r | Gets a value indicating whether this instance is disposed. |
| document | CdrDocument | r/w | Gets or sets the document. |
| fill | CdrFill | r/w | Gets or sets the fill. |
| first_indent | float | r/w | Gets or sets the first indent. |
| font_name | string | r/w | Gets or sets the name of the font. |
| font_size | float | r/w | Gets or sets the size of the font. |
| font_weight | int | r/w | Gets or sets the font weight. |
| id | int | r/w | Gets or sets the identifier. |
| left_indent | float | r/w | Gets or sets the left indent. |
| out_line | CdrOutline | r/w | Gets or sets the out line. |
| parent | CdrObjectContainer | r/w | Gets or sets the parent. |
| parent_id | int | r/w | Gets or sets the parent identifier. |
| right_indent | float | r/w | Gets or sets the right indent. |
Methods
| Name | Description |
|---|---|
| copy() | Copies this instance. |
Constructor: CdrStyle()
CdrStyle()
Initializes a new instance of the CdrStyle class
Method: copy()
copy()
Copies this instance.
Returns
| Type | Description |
|---|---|
| CdrStyle | The current style copy |