[]
Determines whether the Word/RTF bookmark is located within the collection.
public bool Contains(RtfBookmark obj)
Type | Name | Description |
---|---|---|
RtfBookmark | obj | The bookmark for the Word/RTF document. |
Type | Description |
---|---|
bool | true if contains, otherwise false. |
Determines whether the bookmark with name is located within the collection.
public bool Contains(string name)
Type | Name | Description |
---|---|---|
string | name | The text name of the bookmark. |
Type | Description |
---|---|
bool | True if contains, otherwise false. |