AddBiDirectionalMarksWhenSavingTextFile Property

AddBiDirectionalMarksWhenSavingTextFile Property
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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

expression.AddBiDirectionalMarksWhenSavingTextFile

expression   Required. An expression that returns one of the objects in the Applies To list.

Remarks

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

For more information on using Word with right-to-left languages, see Word features for right-to-left languages.

Example

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

  Options.AddBiDirectionalMarksWhenSavingTextFile = True