[]
Gets or sets the style at the specified name within the collection.
public RtfStyle this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name |
| Type | Description |
|---|---|
| RtfStyle | The Word/RTF style object. |
Gets or sets the style at the specified index within the collection.
public RtfStyle this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| RtfStyle | The Word/RTF style object. |