ParagraphStyle.ParagraphFormat Property | ||
| Description: | Gets or sets the style's paragraph attributes. The property's value is an object of the type ParagraphFormat. | |
| Syntax: | [C#]
public ParagraphFormat ParagraphFormat { get; set; }
[Visual Basic]
Public Property ParagraphFormat() As ParagraphFormat
| |
| See also: | Stylesheet Programming, Graphical Overview. | |