ITextElement Interface
Interface for presenting text structure elements.

Namespace: Aspose.Pdf.LogicalStructure
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public interface ITextElement

The ITextElement type exposes the following members.

Properties
  NameDescription
Public propertyStructureTextState
Gets [T:/Aspose.Pdf.LogicalStructure.StructureTextState] object for text structure element.
Methods
  NameDescription
Public methodSetText
Appends text content to current text element.
See Also