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

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

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.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.
ListgetBookmark(PdfReader reader)
Gets a List with the bookmarks.
ListimportFromXML(InputStream in)
Import the bookmarks from XML.
ListimportFromXML(Reader in)
Import the bookmarks from XML.
voidshiftPageNumbers(List list, int pageShift, int pageRange[])
For the pages in range add the pageShift to the page number.