Class OdTextParagraph
Class OdTextParagraph
Nome do espaço: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Assembleia: Aspose.Imaging.dll (25.4.0)
O parágrafo do texto
[JsonObject(MemberSerialization.OptIn)]
public class OdTextParagraph : OdStyledObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdStyledObject ← OdTextParagraph
Membros herdados
OdStyledObject.Style , OdStyledObject.Rectangle , OdGraphicObject.AbsoluteCoordinates , OdObject.parent , OdObject.Parent , OdObject.Items , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
OdTextParagraph(OdObject)
Inicia uma nova instância da classe Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdTextParagraph.
public OdTextParagraph(OdObject parent)
Parameters
parent
OdObject
E o pai.
Properties
Text
Receba ou coloca o texto.
[JsonProperty]
public string Text { get; set; }