Skip to content

PageElement::GetFirstChild method

Gets the first child of the page element.

Prototype

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

Return value

PageElement : PageElement of the first child, or null if no children present.