Skip to content

PageElement::GetNextSibling method

Gets the next sibling of the page element.

Prototype

PageElement GetNextSibling()
PageElement GetNextSibling() throws IGRException;
def GetNextSibling(self) -> PageElement
PageElement GetNextSibling()

Return value

PageElement : PageElement of the next sibling child, or null if last item.