Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
Office 2003
Style Interface
Style Properties
 NameLocal Property
Collapse All/Expand All Collapse All
Other versions are also available for the following:
Word Primary Interop Assembly Reference 
Style.NameLocal Property 
Returns the name of a built-in style in the language of the user. Read/write String.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Visual Basic
Dim style1 As Style

Dim returnValue As String
returnValue = style1.NameLocal

Dim sampleValue As String
style1.NameLocal = sampleValue
Visual Basic
Property NameLocal() As String
C#
string NameLocal {get; set;}
C++
property String^ NameLocal{
	String^ get();
	Void set(String^);
}
J#
public System.String get_NameLocal();
public void set_NameLocal(System.String);
JScript
function get NameLocal() : String;
function set NameLocal(String);

Setting this property renames a user-defined style or adds an alias to a built-in style.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker