Class CdrParagraph

Class CdrParagraph

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

The cdr Paragraph

[JsonObject(MemberSerialization.OptIn)]
public class CdrParagraph : CdrGraphicObject, IDisposable

Inheritance

objectDisposableObjectCdrObjectCdrGraphicObjectCdrParagraph

Implements

IDisposable

Inherited Members

CdrGraphicObject.Width, CdrGraphicObject.Height, CdrGraphicObject.BoundsInPixels, CdrGraphicObject.ClipId, 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

CdrParagraph()

public CdrParagraph()

Properties

TextIndex

Gets or sets the index of the text.

[JsonProperty]
public int TextIndex { get; set; }

Property Value

int

See Also

CdrObjectContainer