[]
Represents a symbol element in a body content.
public class Symbol : Text, IBrowsable<Text>
Gets or sets the symbol character.
public char Character { get; set; }
Gets or sets the font name used to display the Character.
public string FontName { get; set; }
Gets the text representation of the symbol.
public override string Value { get; set; }
Set is not supported.
Throws when set is called.
Splitting of a symbol is not supported.
public override Text Split(int position)
position
intThrows always.