Aspose::Words::Markup::StructuredDocumentTagRangeStart::AppendChild method

StructuredDocumentTagRangeStart::AppendChild method

Adds the specified node to the end of the stdContent range.

System::SharedPtr<Aspose::Words::Node> Aspose::Words::Markup::StructuredDocumentTagRangeStart::AppendChild(const System::SharedPtr<Aspose::Words::Node> &newChild)
ParameterTypeDescription
newChildconst System::SharedPtr<Aspose::Words::Node>&The node to add.

ReturnValue

The node added.

See Also