Font.Subscript Property
Word Developer Reference |
True if the font is formatted as subscript. Read/write Long.
Syntax
expression.Subscript
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 Subscript property to True sets the Superscript property to False, and vice versa.
Example
This example inserts text at the beginning of the active document and formats the tenth character as subscript.
Visual Basic for Applications |
---|
|
This example checks the selected text for subscript formatting.
Visual Basic for Applications |
---|
|
See Also