Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

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.

Signature
C#
C#

 public Type StyleType{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property StyleType() As Type
Example
Code Block
csharp
csharp
titleC#
            NamedStyle.Type nsType = namedStyl.Type;
        
Code Block
vb.net
vb.net
titlevb.net
            Dim nsType As NamedStyle.Type = namedStyl.Type