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)
ParameterTypeDescription
idint32_tThe structured document tag identifier.

Remarks

Returns null if the structured document tag with the specified identifier cannot be found.

See Also