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)
Parameter | Type | Description |
---|---|---|
newChild | const System::SharedPtr<Aspose::Words::Node>& | The node to add. |
ReturnValue
The node added.
See Also
- Class Node
- Class StructuredDocumentTagRangeStart
- Namespace Aspose::Words::Markup
- Library Aspose.Words for C++