Page::GetRootPageElement method¶
Returns the root page element for this page.
Prototype¶
PageElement GetRootPageElement()
PageElement GetRootPageElement() throws IGRException;
def GetRootPageElement(self) -> PageElement
PageElement GetRootPageElement()
Return value¶
PageElement
: PageElement representing the root of the page.