[]
Gets or sets the Word/RTF bookmark at the specified index within the collection.
public virtual RtfBookmark this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index |
Type | Description |
---|---|
RtfBookmark | The bookmark for the Word/RTF document. |
Gets the Word/RTF bookmark at the specified name within the collection.
public virtual RtfBookmark this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name |
Type | Description |
---|---|
RtfBookmark | The bookmark for the Word/RTF document. |