Paragraph.Format Property

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

See Also

Reference

Paragraph Interface

Paragraph Members

Microsoft.Office.Interop.Word Namespace