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