'Declaration Public Property Name As System.String
public System.string Name {get; set;}
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.
'Declaration Public Property Name As System.String
public System.string Name {get; set;}