Document.Paragraphs Property

Definition

Gets a Paragraphs collection that represents all the paragraphs in the document.

public:
 property Microsoft::Office::Interop::Word::Paragraphs ^ Paragraphs { Microsoft::Office::Interop::Word::Paragraphs ^ get(); };
public Microsoft.Office.Interop.Word.Paragraphs Paragraphs { get; }
member this.Paragraphs : Microsoft.Office.Interop.Word.Paragraphs
Public ReadOnly Property Paragraphs As Paragraphs

Property Value

A Paragraphs collection that represents all the paragraphs in the document.

Applies to