Selection.ParagraphFormat Property
Returns or sets a ParagraphFormat object that represents the paragraph settings for the specified selection.
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 Selection
Dim value As ParagraphFormat
value = instance.ParagraphFormat
instance.ParagraphFormat = value
ParagraphFormat ParagraphFormat { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.ParagraphFormat