StructuredDocumentTagCollection class
StructuredDocumentTagCollection class
A collection of IStructuredDocumentTag instances that represent the structured document tags in the specified range.
To learn more, visit the Structured Document Tags or Content Control documentation article.
Properties
Name | Description |
---|
count | Returns the number of structured document tags in the collection. |
this[] | |
Methods
Name | Description |
---|
getById(id) | Returns the structured document tag by identifier. |
getByTag(tag) | Returns the first structured document tag encountered in the collection with the specified tag. |
getByTitle(title) | Returns the first structured document tag encountered in the collection with the specified title. |
remove(id) | Removes the structured document tag with the specified identifier. |
removeAt(index) | Removes a structured document tag at the specified index. |
See Also