Share via


DropCap.FontName Property 

Returns or sets the name of the font for the dropped capital letter.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim dropCap1 As DropCap

Dim returnValue As String
returnValue = dropCap1.FontName

Dim sampleValue As String
dropCap1.FontName = sampleValue

Syntax

Property FontName() As String
string FontName {get; set;}
property String^ FontName{
    String^ get();
    Void set(String^);
}
public System.String get_FontName();
public void set_FontName(System.String);
function get FontName() : String;
function set FontName(String);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

DropCap Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

DropCap Members