Table of Contents

Class OdTextSpan

Namespace
Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly
Aspose.Imaging.dll

The text span

public class OdTextSpan : OdStyledObject
Inheritance
OdTextSpan
Inherited Members

Constructors

OdTextSpan(OdObject)

Initializes a new instance of the OdTextSpan class.

public OdTextSpan(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

Text

Gets or sets the text.

public string Text { get; set; }

Property Value

string

The text.