Programmer's Reference > WordApplication API > NamedStyle > BuiltInStyleName
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.
NamedStyle.BuiltIn
UserDefined
BuiltInStyleName is a read only property.
[csharp]
NamedStyle.BuiltIn builtInStyle = namedStyl.BuiltInStyleName;
[vbnet]
Dim builtInStyle As NamedStyle.BuiltIn = namedStyl.BuiltInStyleName
public NamedStyle.BuiltIn BuiltInStyleName
Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.