[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Symbol

Class Symbol

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a symbol element in a body content.

public class Symbol : Text, IBrowsable<Text>
Inheritance
Symbol
Implements
Inherited Members

Properties

Character

Gets or sets the symbol character.

public char Character { get; set; }

Property Value

char

FontName

Gets or sets the font name used to display the Character.

public string FontName { get; set; }

Property Value

string

Value

Gets the text representation of the symbol.

public override string Value { get; set; }

Property Value

string

Remarks

Set is not supported.

Exceptions

IsReadOnlyException

Throws when set is called.

Methods

Split(int)

Splitting of a symbol is not supported.

public override Text Split(int position)

Parameters

position int

Returns

Text

Exceptions

ContentNotSplittableException

Throws always.