Options.AddBiDirectionalMarksWhenSavingTextFile Property

Definition

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

public:
 property bool AddBiDirectionalMarksWhenSavingTextFile { bool get(); void set(bool value); };
public bool AddBiDirectionalMarksWhenSavingTextFile { get; set; }
member this.AddBiDirectionalMarksWhenSavingTextFile : bool with get, set
Public Property AddBiDirectionalMarksWhenSavingTextFile As Boolean

Property Value

Remarks

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

Applies to