Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Word Developer Reference |
Returns or sets a Font object that represents the character formatting of the specified object. Read/write.
Syntax
expression.Font
expression A variable that represents a Selection object.
Remarks
To set the Font property, specify an expression that returns a Font object.
Example
This example displays the font of the selected text.
Visual Basic for Applications |
---|
|
This example applies the character formatting of the selected text to the first paragraph in the active document.
Visual Basic for Applications |
---|
|
See Also