Paragraph Interface

Represents a single paragraph in a selection, range, or document.

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

Syntax

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

Remarks

The Paragraph object is a member of the Paragraphs collection. The Paragraphs collection includes all the paragraphs in a selection, range, or document.

Use Paragraphs(index), where index is the index number, to return a single Paragraph object.

Use the Add, InsertParagraph, InsertParagraphAfter, or InsertParagraphBefore method to add a new, blank paragraph to a document.

See Also

Reference

Paragraph Members

Microsoft.Office.Interop.Word Namespace