com.aspose.pdf.elements
Class DestinationType

java.lang.Object
  extended by com.aspose.pdf.elements.DestinationType

public class DestinationType
extends java.lang.Object

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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Retain

public static final DestinationType Retain
Retains the original type.


FitPage

public static final DestinationType FitPage
Fits the page.


FitWidth

public static final DestinationType FitWidth
Fits the width.


FitHeight

public static final DestinationType FitHeight
Fits the height.


FitBox

public static final DestinationType FitBox
Fits the box.