HeaderFooter.Paragraphs Property | ||
| Description: | Gets a collection of all paragraphs the header or footer contains. The property value is an object of the type ParagraphCollection. | |
| Syntax: | [C#]
public ParagraphCollection Paragraphs { get; }
[Visual Basic]
Public ReadOnly Property Paragraphs() As ParagraphCollection
| |
| Limitations: | Read only. | |
| Introduced: | 15.0 | |
| See also: | Headers and Footers, Graphical Overview. | |