Font.NameFarEast Property
Returns or sets the Asian font name. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property NameFarEast As String
Get
Set
'Usage
Dim instance As Font
Dim value As String
value = instance.NameFarEast
instance.NameFarEast = value
string NameFarEast { get; set; }
Property Value
Type: System.String
Remarks
Use the Replace(String, String) method to change the font that’s applied to all text and that appears in the Font box on the Font tab.