Share via


Font.NameComplexScript Property

Returns or sets the complex script font name. Used for mixed language text. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property NameComplexScript As String
    Get
    Set
'Usage
Dim instance As Font
Dim value As String

value = instance.NameComplexScript

instance.NameComplexScript = value
string NameComplexScript { get; set; }

Property Value

Type: System.String

Remarks

When you have a right-to-left language setting specified, this property is equivalent to the Complex scripts font list in the Font dialog box (Font tab). When you have an Asian language setting specified, this property is equivalent to the Asian text font list in the Font dialog box (Font tab).

See Also

Reference

Font Interface

Font Members

Microsoft.Office.Interop.PowerPoint Namespace