Options.AutoFormatReplaceSymbols Property
Definition
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 two consecutive hyphens (--) are replaced by an en dash (–) or an em dash (— ) when Microsoft Word formats a document or range automatically.
public:
property bool AutoFormatReplaceSymbols { bool get(); void set(bool value); };
public bool AutoFormatReplaceSymbols { get; set; }
member this.AutoFormatReplaceSymbols : bool with get, set
Public Property AutoFormatReplaceSymbols As Boolean