Font.NameOther Property
Returns or sets the font used for characters whose character set numbers are greater than 127. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property NameOther As String
Get
Set
'Usage
Dim instance As Font
Dim value As String
value = instance.NameOther
instance.NameOther = value
string NameOther { get; set; }
Property Value
Type: System.String
Remarks
In the U.S. English version of Microsoft PowerPoint, this property is read-only and the default value is Times New Roman. Use the Replace(String, String) method to change a font in a presentation. The NameOther property setting is the same as the NameAscii property setting except when the NameAscii property is set to "Use FE Font."