com.pdftools
Class NativeLibrary.ROTATEMODE

java.lang.Object
  extended by com.pdftools.NativeLibrary.ROTATEMODE
Enclosing class:
NativeLibrary

public static class NativeLibrary.ROTATEMODE
extends java.lang.Object


Field Summary
static int eRotateAttribute
           
static int eRotateLandscape
           
static int eRotateNone
           
static int eRotatePortrait
           
 
Constructor Summary
NativeLibrary.ROTATEMODE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eRotateNone

public static final int eRotateNone
See Also:
Constant Field Values

eRotateAttribute

public static final int eRotateAttribute
See Also:
Constant Field Values

eRotatePortrait

public static final int eRotatePortrait
See Also:
Constant Field Values

eRotateLandscape

public static final int eRotateLandscape
See Also:
Constant Field Values
Constructor Detail

NativeLibrary.ROTATEMODE

public NativeLibrary.ROTATEMODE()