Aspose::Words::Body::get_ParentSection method

Body::get_ParentSection method

Gets the parent section of this story.

System::SharedPtr<Aspose::Words::Section> Aspose::Words::Body::get_ParentSection()

Remarks

ParentSection is equivalent to ParentNode casted to Section.

See Also