_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 fontImplementation
    Implements _Font
End Class
Dim fontImplementation1 As New fontImplementation()

Syntax

Public Interface _Font
public interface _Font
public interface class _Font
public interface _Font
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.

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