Aspose::Words::Markup::StructuredDocumentTagCollection::GetById method
StructuredDocumentTagCollection::GetById method
Returns the structured document tag by identifier.
System::SharedPtr<Aspose::Words::Markup::IStructuredDocumentTag> Aspose::Words::Markup::StructuredDocumentTagCollection::GetById(int32_t id)
Parameter | Type | Description |
---|---|---|
id | int32_t | The structured document tag identifier. |
Remarks
Returns null if the structured document tag with the specified identifier cannot be found.
See Also
- Interface IStructuredDocumentTag
- Class StructuredDocumentTagCollection
- Namespace Aspose::Words::Markup
- Library Aspose.Words for C++