Options.AddBiDirectionalMarksWhenSavingTextFile Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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); };
C#
public bool AddBiDirectionalMarksWhenSavingTextFile { get; set; }
member this.AddBiDirectionalMarksWhenSavingTextFile : bool with get, set
Public Property AddBiDirectionalMarksWhenSavingTextFile As Boolean
Saving text files with bidirectional control characters preserves right-to-left and left-to-right properties and the order of neutral characters.
Product | Versions |
---|---|
Word primary interop assembly | Latest |