Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets a ParagraphFormat object that represents the formatting of the specified paragraph or paragraphs.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Format As ParagraphFormat
Get
Set
'Usage
Dim instance As Paragraph
Dim value As ParagraphFormat
value = instance.Format
instance.Format = value
ParagraphFormat Format { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.ParagraphFormat