Options.AddBiDirectionalMarksWhenSavingTextFile Property

Word Developer Reference

True if Microsoft Word adds bidirectional control characters when saving a document as a text file. Read/write Boolean.

Syntax

expression.AddBiDirectionalMarksWhenSavingTextFile

expression   A variable that represents a Options object.

Remarks

Saving text files with bidirectional control characters preserves right-to-left and left-to-right properties and the order of neutral characters.

Example

This example sets Word to add bidirectional control characters when saving a document as a text file.

Visual Basic for Applications
  Options.AddBiDirectionalMarksWhenSavingTextFile = True

See Also