Font Object
Word Developer Reference |
Contains font attributes (such as font name, font size and color) for an object.
Remarks
Use the Font property to return the Font object. The following instruction applies bold formatting to the selection.
Visual Basic for Applications |
---|
|
The following example formats the first paragraph in the active document as 24point Arial and italic.
Visual Basic for Applications |
---|
|
The following example changes the formatting of the Heading 2 style in the active document to Arial and bold.
Visual Basic for Applications |
---|
|
You can use the New keyword to create a new, stand-alone Font object. The following example creates a Font object, sets some formatting properties, and then applies the Font object to the first paragraph in the active document.
Visual Basic for Applications |
---|
|
You can also duplicate a Font object by using the Duplicate property. The following example creates a new character style with the character formatting from the selection and italic formatting. The formatting of the selection is not changed.
Visual Basic for Applications |
---|
|
See Also