com.pdftools.expa
Class OutlineItem

java.lang.Object
  extended by com.pdftools.NativeLibrary
      extended by com.pdftools.expa.ExpaInitialize
          extended by com.pdftools.expa.OutlineItem

public class OutlineItem
extends ExpaInitialize


Nested Class Summary
 
Nested classes/interfaces inherited from class com.pdftools.expa.ExpaInitialize
ExpaInitialize.CONTENTOBJECT, ExpaInitialize.ORIENTATION, ExpaInitialize.Rectangle, ExpaInitialize.TransformMatrix
 
Nested classes/interfaces inherited from class com.pdftools.NativeLibrary
NativeLibrary.COLORCONVERSION, NativeLibrary.COLORSPACE, NativeLibrary.COMPRESSION, NativeLibrary.DITHERINGMODE, NativeLibrary.ERRORCODE, NativeLibrary.FONTTYPE, NativeLibrary.PERMISSION, NativeLibrary.RENDEREROPTION, NativeLibrary.RENDERINGMODE, NativeLibrary.ROTATEMODE, NativeLibrary.STRIPTYPE
 
Field Summary
 
Fields inherited from class com.pdftools.NativeLibrary
VERSION
 
Constructor Summary
OutlineItem()
           
 
Method Summary
 int getCount()
          get the number of children of the current outline.
 Destination getDest()
          get the destination.
 java.lang.String getTitle()
          get the title of the outline
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutlineItem

public OutlineItem()
Method Detail

getTitle

public java.lang.String getTitle()
get the title of the outline

Returns:
the title of the outline

getCount

public int getCount()
get the number of children of the current outline.

Returns:
the number of children of the current outline. A negative number means the child tree is not opened.

getDest

public Destination getDest()
get the destination.

Returns:
an interface to the destination