Share via


Style.LanguageIDFarEast Property 

Returns or sets an East Asian language for the specified object.

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

Usage

Dim style1 As Style

Dim returnValue As WdLanguageID
returnValue = style1.LanguageIDFarEast

Dim sampleValue As WdLanguageID
style1.LanguageIDFarEast = sampleValue

Syntax

Property LanguageIDFarEast() As WdLanguageID
WdLanguageID LanguageIDFarEast {get; set;}
property WdLanguageID^ LanguageIDFarEast{
    WdLanguageID^ get();
    Void set(WdLanguageID^);
}
public WdLanguageID get_LanguageIDFarEast();
public void set_LanguageIDFarEast(WdLanguageID);
function get LanguageIDFarEast() : WdLanguageID;
function set LanguageIDFarEast(WdLanguageID);

Remarks

Can be any WdLanguageID constant.

This is the recommended way to return or set the language of East Asian text in a document created in an East Asian version of Microsoft Word.

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

Reference

Style Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Style Members