|
THPDFDocOutlineObject.InsertBefore
|
Top Previous Next |
|
Inserts a sibling outline item before the current item
Delphi syntax: function InsertBefore( Sibling: THPDFDocOutlineObject; Title: AnsiString; X: Single= 0; Y: Single= 0 ): THPDFDocOutlineObject;
Description Inserts a sibling outline item before the current item Updates sibling pointers in the outline tree
See also: THPDFDocOutlineObject |