Class OdTextSpan

Class OdTextSpan

Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.4.0)

The text span

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

Inheritance

object OdObject OdGraphicObject OdStyledObject OdTextSpan

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

OdTextSpan(OdObject)

Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdTextSpan class.

public OdTextSpan(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

Text

Gets or sets the text.

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

Property Value

string

 English