Font.Superscript Property
Word Developer Reference |
True if the font is formatted as superscript. Read/write Long.
Syntax
expression.Superscript
expression An expression that returns a Font object.
Remarks
Returns True, False, or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle.
Setting the Superscript property to True sets the Subscript property to False, and vice versa.
Example
This example inserts text at the beginning of the active document and formats two characters in the fourth word as superscript.
Visual Basic for Applications |
---|
|
This example formats the selected text as superscript.
Visual Basic for Applications |
---|
|
See Also