_Font.StylisticSet Property

Definition

Gets or sets the stylistic set for the specified font.

public:
 property Microsoft::Office::Interop::Word::WdStylisticSet StylisticSet { Microsoft::Office::Interop::Word::WdStylisticSet get(); void set(Microsoft::Office::Interop::Word::WdStylisticSet value); };
public Microsoft.Office.Interop.Word.WdStylisticSet StylisticSet { get; set; }
member this.StylisticSet : Microsoft.Office.Interop.Word.WdStylisticSet with get, set
Public Property StylisticSet As WdStylisticSet

Property Value

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.

Applies to