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)

Usage

Public Class aragraphImplementation
    Implements Paragraph
End Class
Dim aragraphImplementation1 As New aragraphImplementation()

Syntax

Public Interface Paragraph
public interface Paragraph
public interface class Paragraph
public interface Paragraph
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Paragraph Members