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)

Usage

Public Class ontImplementation
    Implements Font
End Class
Dim ontImplementation1 As New ontImplementation()

Syntax

Public Interface Font
    Inherits _Font
public interface Font : _Font
public interface class Font : public _Font
public interface Font implements _Font
public interface Font implements _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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Font Members