[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Text

Text Class

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.

Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class Text : ContentObject, IBrowsable<Text>
Public Class Text
    Inherits ContentObject
    Implements IBrowsable(Of Text)

Properties

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.

Methods

Name Description
Split(int)

Splits the text content at a specified position.

ToString()

Gets string representation of the content.

See Also