|
com.aspose.pdf.elements
Class DestinationType
java.lang.Object
com.aspose.pdf.elements.DestinationType
public class DestinationType - extends java.lang.Object
Enumerates the destination types for internal and external links.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
|