Packageorg.purepdf.pdf
Classpublic class SimpleBookmark
InheritanceSimpleBookmark Inheritance Object



Public Methods
 MethodDefined By
  
SimpleBookmark
  
getBookmark(reader:PdfReader):Vector.<HashMap>
[static] Gets a List with the bookmarks.
SimpleBookmark
Constructor Detail
SimpleBookmark()Constructor
public function SimpleBookmark()



Method Detail
getBookmark()method
public static function getBookmark(reader:PdfReader):Vector.<HashMap>

Gets a List with the bookmarks. It returns null if the document doesn't have any bookmarks.

Parameters

reader:PdfReader — the document

Returns
Vector.<HashMap> — a List with the bookmarks or null if the document doesn't have any