CdrText Class
Contents
[
Hide
]Summary: The cdr text
Module: aspose.imaging.fileformats.cdr.objects
Full Name: aspose.imaging.fileformats.cdr.objects.CdrText
Inheritance: CdrDictionaryItem
Constructors
Name | Description |
---|---|
CdrText() | Initializes a new instance of the CdrText class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
char_descriptors | byte | r/w | Initializes a new instance of the CdrText class. |
disposed | bool | r | Gets a value indicating whether this instance is disposed. |
document | CdrDocument | r/w | Gets or sets the document. |
id | int | r/w | Gets or sets the identifier. For legacy compatibility |
parent | CdrObjectContainer | r/w | Gets or sets the parent. |
style_id | int | r/w | Gets or sets the style identifier. |
styles | CdrStyle[] | r/w | Adds the text box. |
text | string | r/w | Gets or sets the CDR text boxes. |
Constructor: CdrText()
CdrText()
Initializes a new instance of the CdrText class.