_Font.Superscript Property

Definition

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

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

Property Value

Remarks

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

Applies to