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#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public Type StyleType{ get; }
</pre></td></tr></tbody></table>
Signature
vb.net
vb.net
Public <p>Public ReadOnly Property StyleType() As Type</p>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