Java com.itextpdf.text.pdf SimpleBookmark fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf SimpleBookmark fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf SimpleBookmark.

The text is from its open source code.

Method

voideliminatePages(List> list, int pageRange[])
Removes the bookmark entries for a number of page ranges.
voidexportToXML(List> list, OutputStream out, String encoding, boolean onlyASCII)
Exports the bookmarks to XML.
voidexportToXML(List> list, Writer wrt, String encoding, boolean onlyASCII)
Exports the bookmarks to XML.
List>getBookmark(PdfReader reader)
Gets a List with the bookmarks.
voidshiftPageNumbers(List> list, int pageShift, int pageRange[])
For the pages in range add the pageShift to the page number.