[]
Represents a text element in a body content.
A Text belongs to a single Run, which determines its formatting. Derived classes include FieldCode, Break, Symbol, Tab and LastRenderedPageBreak.
public class Text : ContentObject, IBrowsable<Text>
Public Class Text
Inherits ContentObject
Implements IBrowsable(Of Text)
Name | Description |
---|---|
IsOMathText | Gets whether the text belongs to an Office Math zone. |
Next | Gets the next text content. |
ParentRun | Gets the content parent Run. |
PreserveSpace | Gets or sets a value indicating whether to preserve white spaces while displaying or saving content. |
Previous | Gets the previous text content. |
Value | Gets or sets the text content value. |
Name | Description |
---|---|
Split(int) | Splits the text content at a specified position. |
ToString() | Gets string representation of the content. |