Paragraph.BaseLineAlignment Property
Word Developer Reference |
Returns or sets a WdBaselineAlignment constant that represents the vertical position of fonts on a line. Read/write.
Syntax
expression.BaseLineAlignment
expression Required. A variable that represents a Paragraph object.
Example
This example sets Microsoft Word to automatically adjust the baseline font alignment in the active document.
Visual Basic for Applications |
---|
|
See Also