_Document.FormattingShowParagraph Property
Determines if Microsoft Word displays paragraph formatting in the Styles and Formatting task pane.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property FormattingShowParagraph As Boolean
Get
Set
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.FormattingShowParagraph
instance.FormattingShowParagraph = value
bool FormattingShowParagraph { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if Microsoft Word displays paragraph formatting in the Styles and Formatting task pane, and False if not. Set the property value to True or False to enable or disable the functionality.