An instance of the Paragraph
public class ParagraphCollection : ICollection, IEnumerable
Public Class ParagraphCollection
Implements ICollection
Implements IEnumerable
Introduced: 15.0.
Method | Description |
---|---|
Copy |
Copies the elements of the collection to an array, starting at a particular index. |
Get |
Returns an enumerator that can be used to iterate through the collection. |
Get |
Gets a particular paragraph from the collection. |
Property | Description |
---|---|
Count | Gets the number of elements contained in the collection. |
Item | Gets a paragraph from the collection. |