Style.ParagraphFormat Property

Returns or sets a ParagraphFormat object that represents the paragraph settings for the specified style. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ParagraphFormat As ParagraphFormat
    Get
    Set
'Usage
Dim instance As Style
Dim value As ParagraphFormat

value = instance.ParagraphFormat

instance.ParagraphFormat = value
ParagraphFormat ParagraphFormat { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.ParagraphFormat

See Also

Reference

Style Interface

Style Members

Microsoft.Office.Interop.Word Namespace