Programmer's Reference > WordApplication API > NamedStyle > Font
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
Font is a read only property.
[csharp]
Font fnt = namedStyl.Font;
[vbnet]
Dim fnt As Font = namedStyl.Font
public Font Font
Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.