Options.AutoFormatReplaceQuotes 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 straight quotation marks are automatically changed to smart (curly) quotation marks when Microsoft Word formats a document or range automatically.
public:
property bool AutoFormatReplaceQuotes { bool get(); void set(bool value); };
public bool AutoFormatReplaceQuotes { get; set; }
member this.AutoFormatReplaceQuotes : bool with get, set
Public Property AutoFormatReplaceQuotes As Boolean