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 _
    Inherits _Font
'Usage
Dim instance As Font
[GuidAttribute("00020952-0000-0000-C000-000000000046")]
public interface Font : _Font

Remarks

This is a COM class interface that is required for COM interoperability. This interface defines no members of its own. You use this interface to access the members of the class interface from which this interface inherits. For information about the inherited interface, including a link to the members it defines, see the following topic: _Font.

Use the Font property to return the Font object.

You can use the New keyword to create a new, standalone Font object.

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

See Also

Reference

Font Members

Microsoft.Office.Interop.Word Namespace