GetByTag
StructuredDocumentTagCollection.GetByTag method
Returns the first structured document tag encountered in the collection with the specified tag.
public IStructuredDocumentTag GetByTag(string tag)
| Parameter | Type | Description |
|---|---|---|
| tag | String | The tag of the structured document tag. |
Remarks
Returns null if the structured document tag with the specified tag cannot be found.
See Also
- interface IStructuredDocumentTag
- class StructuredDocumentTagCollection
- namespace Aspose.Words.Markup
- assembly Aspose.Words