Class OdTextParagraph
Class OdTextParagraph
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.2.0)
The text paragraph
[JsonObject(MemberSerialization.OptIn)]
public class OdTextParagraph : OdStyledObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdStyledObject ← OdTextParagraph
Inherited Members
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)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdTextParagraph class.
public OdTextParagraph(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
Text
Gets or sets the text.
[JsonProperty]
public string Text { get; set; }