Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / NameOther Property

In This Topic
    NameOther Property
    In This Topic
    Gets or sets the font used for characters with character codes from 128 through 255.

    In an Office Math zone this property takes into account the OMathOptions.Font property.

    Syntax
    'Declaration
     
    Public Property NameOther As System.String
    public System.string NameOther {get; set;}
    See Also