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

BuiltInStyleName Property


C# Signature:

VB.NET Signature:


Description:

Returns a NamedStyle.BuiltIn object that represents the culture-independent name of this style. This is only useful for built-in styles that come with Word. Any custom styles will return UserDefined.

BuiltInStyleName is a read only property.



Examples:

[csharp]
NamedStyle.BuiltIn builtInStyle = namedStyl.BuiltInStyleName;
[vbnet]
Dim builtInStyle As NamedStyle.BuiltIn = namedStyl.BuiltInStyleName


Getter

Signature:

public NamedStyle.BuiltIn BuiltInStyleName

Returns:

NamedStyle.BuiltIn A NamedStyle.BuiltIn object that represents the culture-independent name of this style.



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.