Udostępnij za pośrednictwem


Font2.NameComplexScript Property

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

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

value = instance.NameComplexScript

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

Property Value

Type: System.String
String

See Also

Reference

Font2 Interface

Font2 Members

Microsoft.Office.Core Namespace