_ParagraphFormat Interface

Represents all the formatting for a paragraph.

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

Syntax

'Declaration
<GuidAttribute("00020953-0000-0000-C000-000000000046")> _
Public Interface _ParagraphFormat
'Usage
Dim instance As _ParagraphFormat
[GuidAttribute("00020953-0000-0000-C000-000000000046")]
public interface _ParagraphFormat

Remarks

Use the Format property to return the ParagraphFormat object for a paragraph or paragraphs. The ParagraphFormat property returns the ParagraphFormat object for a Selection, Range, Style, Find, or Replacement object.

You can make a standalone copy of an existing ParagraphFormat object by using the Duplicate property.

See Also

Reference

_ParagraphFormat Members

Microsoft.Office.Interop.Word Namespace