Class CdrParagraph

Class CdrParagraph

Nombre del espacio: Aspose.Imaging.FileFormats.Cdr.Objects Asamblea: Aspose.Imaging.dll (25.4.0)

El parágrafo del CDR

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

Inheritance

object DisposableObject CdrObject CdrGraphicObject CdrParagraph

Implements

IDisposable

Miembros heredados

CdrGraphicObject.Width ,y, CdrGraphicObject.Height ,y, CdrGraphicObject.BoundsInPixels ,y, CdrGraphicObject.ClipId ,y, CdrObject.Parent ,y, CdrObject.Document ,y, DisposableObject.Dispose() ,y, DisposableObject.ReleaseManagedResources() ,y, DisposableObject.ReleaseUnmanagedResources() ,y, DisposableObject.VerifyNotDisposed() ,y, DisposableObject.Disposed ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

CdrParagraph()

public CdrParagraph()

Properties

TextIndex

Obtenga o coloca el índice del texto.

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

Valor de la propiedad

int

Ver también

CdrObjectContainer

 Español