UseFELayout Element (Microsoft Word)

Specifies whether the document uses East Asian layout settings.

Contained In

WordCompatibility

Remarks

If <w:UseFELayout/> is specified, the document was created on an East Asian system or the Word Web settings require that the document be saved with East Asian encoding.

This element is used only when East Asian language support is installed and enabled.

Example

 <w:WordDocument>
  <w:PunctuationKerning/>
  <w:PrintTwoOnOne/>
  <w:Compatibility>
   <w:UseFELayout/>
  </w:Compatibility>
  <w:NoLineBreaksAfter Lang="JA">([\{ŁĄ‘“</w:NoLineBreaksAfter>
  <w:NoLineBreaksBefore Lang="JA">!%),.:;?]}˘°’”‰&#8242;&#8243;</w:NoLineBreaksBefore>
 </w:WordDocument>