Class CdrText

Class CdrText

Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The cdr text

[JsonObject(MemberSerialization.OptIn)]
public class CdrText : CdrDictionaryItem, IDisposable

Inheritance

objectDisposableObjectCdrObjectCdrDictionaryItemCdrText

Implements

IDisposable

Inherited Members

CdrDictionaryItem.Id, CdrObject.Parent, CdrObject.Document, DisposableObject.Dispose(), DisposableObject.ReleaseManagedResources(), DisposableObject.ReleaseUnmanagedResources(), DisposableObject.VerifyNotDisposed(), DisposableObject.Disposed, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

CdrText()

[JsonConstructor]
public CdrText()

Properties

CharDescriptors

Initializes a new instance of the Aspose.Imaging.FileFormats.Cdr.Objects.CdrText class.

[Obsolete]
[JsonProperty]
public byte[] CharDescriptors { get; set; }

Property Value

byte[]

StyleId

Gets or sets the style identifier.

[Obsolete]
[JsonProperty]
public int StyleId { get; set; }

Property Value

int

Styles

Adds the text box.

[Obsolete]
[JsonProperty]
public CdrStyle[] Styles { get; set; }

Property Value

CdrStyle[]

Text

Gets or sets the CDR text boxes.

[Obsolete]
[JsonProperty]
public string Text { get; set; }

Property Value

string

See Also

CdrObjectContainer