Compatibility.UseFarEastLayout Property

Do Not Bypass East Asian/Complex Script Layout Code.Represents the element tag in schema: w:useFELayout

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property UseFarEastLayout As UseFarEastLayout
    Get
    Set
'Usage
Dim instance As Compatibility
Dim value As UseFarEastLayout

value = instance.UseFarEastLayout

instance.UseFarEastLayout = value
public UseFarEastLayout UseFarEastLayout { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace