Style.NameLocal Property (Microsoft.Office.Interop.Word)

Switch View :
ScriptFree
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)

Usage

Visual Basic
Dim style1 As Style

Dim returnValue As String
returnValue = style1.NameLocal

Dim sampleValue As String
style1.NameLocal = sampleValue

Syntax

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);
Remarks

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


Thread Safety

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

Development Platforms

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

Target Platforms

See Also