Gets or sets the far east locale id .

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public short LocaleIdFarEast { get; set; }
Public Property LocaleIdFarEast As Short
	Get
	Set
public:
property short LocaleIdFarEast {
	short get ();
	void set (short value);
}
member LocaleIdFarEast : int16 with get, set

Property Value

Int16
The far east locale id .

See Also