Class OdTextSpan

Class OdTextSpan

Il nome: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Assemblea: Aspose.Imaging.dll (25.4.0)

Il testo spagnolo

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

Inheritance

object OdObject OdGraphicObject OdStyledObject OdTextSpan

I membri ereditari

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)

Inizia una nuova instanza della classe Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdTextSpan.

public OdTextSpan(OdObject parent)

Parameters

parent OdObject

Il genitore .

Properties

Text

Ricevi o metti il testo.

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

Valore di proprietà

string

 Italiano