[]
Gets or sets the style at the specified name within the collection.
public RtfStyle this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As RtfStyle
| 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; }
Public Default Property Item(index As Integer) As RtfStyle
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| RtfStyle | The Word/RTF style object. |