_Font.Subscript Property

Definition

True if the font is formatted as subscript. Returns True, False or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle. Read/write Integer.

public:
 property int Subscript { int get(); void set(int value); };
public int Subscript { get; set; }
member this.Subscript : int with get, set
Public Property Subscript As Integer

Property Value

Remarks

Setting the Subscript property to True sets the Superscript property to False, and vice versa.

Applies to