Programmer's Reference > WordApplication API > NamedStyle > StyleType
Returns a NamedStyle.Type object that represents the type of this style. Word 2003 supports four style types: Character, Paragraph, Table, and List. Older versions support fewer than this.
NamedStyle.Type
StyleType is a read only property.
[csharp]
NamedStyle.Type nsType = namedStyl.Type;
[vbnet]
Dim nsType As NamedStyle.Type = namedStyl.Type
public NamedStyle.Type StyleType
Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.