Interface ITextElement

ITextElement interface

Interface for presenting text structure elements.

public interface ITextElement

Properties

NameDescription
StructureTextState { get; }Gets StructureTextState object for text structure element.

Methods

NameDescription
SetText(string)Appends text content to current text element.

See Also