[]
Gets or sets the name of the font.
When getting, returns NameAscii by default. If HintType is ComplexScript returns NameBi. If HintType is 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 Font property.
public string Name { get; set; }
Public Property Name As String