[]
Gets or sets the ParagraphObject at the specified index.
public ParagraphObject this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index | The index in the current collection. |
| Type | Description |
|---|---|
| ParagraphObject | The ParagraphObject at the specified index. |