Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

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; }
{signature}{signature:</pre></td></tr></tbody></table>
} Public
Signature
vb.net
vb.net

<p>Public ReadOnly Property StyleType() As Type
{signature}
{example}{code:csharp|title=C#}Type</p>
Example
Code Block
csharp
csharp
titleC#


          NamedStyle.Type nsType = namedStyl.Type;
        
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}


          Dim nsType As NamedStyle.Type = namedStyl.Type
        
{code} {example}