Document.FormattingShowParagraph Property

Definition

Gets or sets a value that indicates whether Microsoft Office Word displays paragraph formatting in the Styles and Formatting task pane.

public:
 property bool FormattingShowParagraph { bool get(); void set(bool value); };
public bool FormattingShowParagraph { get; set; }
member this.FormattingShowParagraph : bool with get, set
Public Property FormattingShowParagraph As Boolean

Property Value

true if Microsoft Office Word displays paragraph formatting in the Styles and Formatting task pane; otherwise, false.

Applies to