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 > StyleType

StyleType Property


C# Signature:

VB.NET Signature:


Description:

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.

StyleType is a read only property.



Examples:

[csharp]
NamedStyle.Type nsType = namedStyl.Type;
[vbnet]
Dim nsType As NamedStyle.Type = namedStyl.Type


Getter

Signature:

public NamedStyle.Type StyleType

Returns:

NamedStyle.Type A NamedStyle.Type object that represents the type of this style.



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.