Aspose::Words::Markup::StructuredDocumentTagCollection::GetByTitle method

StructuredDocumentTagCollection::GetByTitle method

Returns the first structured document tag encountered in the collection with the specified title.

System::SharedPtr<Aspose::Words::Markup::IStructuredDocumentTag> Aspose::Words::Markup::StructuredDocumentTagCollection::GetByTitle(const System::String &title)
ParameterTypeDescription
titleconst System::String&The title of structured document tag.

Remarks

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

See Also