WdStylisticSet Enumeration

Specifies the stylistic set to apply to the font.

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

Syntax

'Declaration
Public Enumeration WdStylisticSet
'Usage
Dim instance As WdStylisticSet
public enum WdStylisticSet

Members

Member name Description
wdStylisticSetDefault Default stylistic set for the specified font.
wdStylisticSet01 First stylistic set for the specified font.
wdStylisticSet02 Second stylistic set for the specified font.
wdStylisticSet03 Third stylistic set for the specified font.
wdStylisticSet04 Fourth stylistic set for the specified font.
wdStylisticSet05 Fifth stylistic set for the specified font.
wdStylisticSet06 Sixth stylistic set for the specified font.
wdStylisticSet07 Seventh stylistic set for the specified font.
wdStylisticSet08 Eighth stylistic set for the specified font.
wdStylisticSet09 Ninth stylistic set for the specified font.
wdStylisticSet10 Tenth stylistic set for the specified font.
wdStylisticSet11 Eleventh stylistic set for the specified font.
wdStylisticSet12 Twelfth stylistic set for the specified font.
wdStylisticSet13 Thirteenth stylistic set for the specified font.
wdStylisticSet14 Fourtheenth stylistic set for the specified font.
wdStylisticSet15 Fifthteenth stylistic set for the specified font.
wdStylisticSet16 Sixteenth stylistic set for the specified font.
wdStylisticSet17 Seventeenth stylistic set for the specified font.
wdStylisticSet18 Eighteenth stylistic set for the specified font.
wdStylisticSet19 Nineteenth stylistic set for the specified font.
wdStylisticSet20 Twentieth stylistic set for the specified font.

Remarks

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. 20 stylistic sets are possible per font.

Note

Not all OpenType fonts provide stylistic sets. Setting a font's StylisticSet property to a WdStylisticSet constant that is not provided by the font has no effect.

See Also

Reference

Microsoft.Office.Interop.Word Namespace