
Gets or sets the formatting attributes of the selected paragraphs. The property's value is an object of the type ParagraphFormat.
[C#]
public ParagraphFormat ParagraphFormat { get; set; }
[Visual Basic]
Public Property ParagraphFormat() As ParagraphFormat
Runtime only.