Options.AutoFormatReplacePlainTextEmphasis 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 manual emphasis characters are replaced with character formatting when Microsoft Word formats a document or range automatically. For example, "bold" is changed to "bold" and "underline" is changed to "underline."
public:
property bool AutoFormatReplacePlainTextEmphasis { bool get(); void set(bool value); };
public bool AutoFormatReplacePlainTextEmphasis { get; set; }
member this.AutoFormatReplacePlainTextEmphasis : bool with get, set
Public Property AutoFormatReplacePlainTextEmphasis As Boolean