OpenStructTreeCursor

Tagged PDF, structure repair

Opis

Otvorí nepriehľadný kurzor na jednu položku z najnovšieho depth-first snapshotu stromu štruktúry. Kurzor sa viaže na objekt štruktúrneho elementu, nie na jeho aktuálny sploštený index, takže zostáva na tom istom elemente po normalizácii, preusporiadaní alebo zmene rodiča

Syntax

Delphi

Function TPDFlib.OpenStructTreeCursor(ItemIndex: Integer): Integer;

ActiveX

Function PDFlib::OpenStructTreeCursor(ItemIndex As Long) As Long

DLL

int DLOpenStructTreeCursor(int InstanceID, int ItemIndex);

Parameters

ItemIndexOne-based item index from StructTreeItemCount

Return values

Kladné cursor ID, alebo 0, keď položka chýba

Poznámky

The cursor is valid only while its document remains open and the element remains reachable. Release it with CloseStructTreeCursor