Skip to content

Commit

Permalink
OutlineItem: improve docs for *page_index*
Browse files Browse the repository at this point in the history
amending d59ad6e
  • Loading branch information
mara004 committed Aug 27, 2022
1 parent 265ebe9 commit 2583618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pypdfium2/_helpers/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class OutlineItem:
If :data:`True`, child items shall be hidden by default.
page_index (int | None):
Zero-based index of the page the bookmark points to.
May be :data:`None` if the bookmark has no target page (or it could not be determined).
view_mode (int):
A view mode constant (``PDFDEST_VIEW_...``) defining how the coordinates of *view_pos* shall be interpreted.
view_pos (typing.Sequence[float]):
Expand Down

0 comments on commit 2583618

Please sign in to comment.