TextElement Class
Represents a base class for text elements such as runs, fields, line breaks and unknown text elements.
- Inheritance:
- System.ObjectTextElement
- Derived
Properties
ElementType
Gets the type of the text element.
public abstract TextElementType ElementType { get; }
Public MustOverride ReadOnly Property ElementType As TextElementType
Property Value
The type of the text element.
Format
Gets or sets the text formatting options.
Property Value
The text formatting options.
Parent
Gets the parent text paragraph or null if text element was deleted.
Property Value
The parent text paragraph or null if text element was deleted.