_Font Interface

Contains font attributes (font name, font size, color, and so on) for an object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020952-0000-0000-C000-000000000046")> _
Public Interface _Font
'Usage
Dim instance As _Font
[GuidAttribute("00020952-0000-0000-C000-000000000046")]
public interface _Font

Remarks

This interface is inherited by a COM class interface that is required for COM interoperability. To use the members defined by this interface, use the COM class interface that inherits this interface. For information about the COM class interface, including usage, remarks, and examples, see the following topic: Font.

Use the Font property to return the Font object.

You can use the New keyword to create a new, stand-alone Font object.

You can also duplicate a Font object by using the Duplicate property.

See Also

Reference

_Font Members

Microsoft.Office.Interop.Word Namespace