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

In This Topic
    Name Property (FontBase)
    In This Topic
    Gets or sets the name of the font.

    When getting, returns NameAscii by default. If HintType is FontHintType.ComplexScript returns NameBi. If HintType is FontHintType.EastAsia returns NameFarEast.

    When setting, sets NameAscii, NameBi, NameFarEast and NameOther to the specified value.

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

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