_Font.StylisticSet Property

Gets or sets the stylistic set for the specified font.

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

Syntax

'Declaration
Property StylisticSet As WdStylisticSet
    Get
    Set
'Usage
Dim instance As _Font
Dim value As WdStylisticSet

value = instance.StylisticSet

instance.StylisticSet = value
WdStylisticSet StylisticSet { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdStylisticSet
The stylistic set.

Remarks

Read/write WdStylisticSet. Some OpenType fonts provide stylistic sets. A stylistic set defines a set of characters within the font that are intended to be used together, usually for the purpose of visual harmony, such as in headings.

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace