Options.AutoFormatApplyOtherParas 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 styles are automatically applied to paragraphs that aren't headings or list items when Microsoft Word formats a document or range automatically.
public:
property bool AutoFormatApplyOtherParas { bool get(); void set(bool value); };
public bool AutoFormatApplyOtherParas { get; set; }
member this.AutoFormatApplyOtherParas : bool with get, set
Public Property AutoFormatApplyOtherParas As Boolean