Class OdTextParagraph

Class OdTextParagraph

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

El párrafo del texto

[JsonObject(MemberSerialization.OptIn)]
public class OdTextParagraph : OdStyledObject

Inheritance

object OdObject OdGraphicObject OdStyledObject OdTextParagraph

Miembros heredados

OdStyledObject.Style ,y, OdStyledObject.Rectangle ,y, OdGraphicObject.AbsoluteCoordinates ,y, OdObject.parent ,y, OdObject.Parent ,y, OdObject.Items ,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

OdTextParagraph(OdObject)

Inicia una nueva instancia de la clase Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdTextParagraph.

public OdTextParagraph(OdObject parent)

Parameters

parent OdObject

El Padre.

Properties

Text

Obtenga o coloca el texto.

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

Valor de la propiedad

string

 Español