Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > WordApplication API > NamedStyle > Font

Font Property


C# Signature:

VB.NET Signature:


Description:

Returns a Font object that is a copy of this style's font. Some style types do not have character formatting. In these cases, this method returns null.

Font is a read only property.



Examples:

[csharp]
Font fnt = namedStyl.Font;
[vbnet]
Dim fnt As Font = namedStyl.Font


Getter

Signature:

public Font Font

Returns:

Font A Font object that is a copy of this style's font.



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.