aspose.pdf
Class DestinationType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.DestinationType

public final class DestinationType
extends EnumerationBase

Enumerates the destination types for internal and external links.


Field Summary
static DestinationType FitBox
          Fits the box
static DestinationType FitHeight
          Fits the height
static DestinationType FitPage
          Fits the page.
static DestinationType FitWidth
          Fits the width.
static DestinationType Retain
          Retains the original type.
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FitBox

public static final DestinationType FitBox
Fits the box


FitHeight

public static final DestinationType FitHeight
Fits the height


FitWidth

public static final DestinationType FitWidth
Fits the width.


FitPage

public static final DestinationType FitPage
Fits the page.


Retain

public static final DestinationType Retain
Retains the original type.