|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Destination.ModeEnum | |
---|---|
org.pdfclown.documents.interaction.navigation.document | Features that allow a PDF viewer application to present the user with an interactive, global overview of a document [PDF:1.6:8.2]. |
Uses of Destination.ModeEnum in org.pdfclown.documents.interaction.navigation.document |
---|
Methods in org.pdfclown.documents.interaction.navigation.document that return Destination.ModeEnum | |
---|---|
Destination.ModeEnum |
Destination.getMode()
Gets the destination mode. |
static Destination.ModeEnum |
Destination.ModeEnum.valueOf(PdfName name)
|
static Destination.ModeEnum |
Destination.ModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Destination.ModeEnum[] |
Destination.ModeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.pdfclown.documents.interaction.navigation.document with parameters of type Destination.ModeEnum | |
---|---|
void |
Destination.setMode(Destination.ModeEnum value)
|
Constructors in org.pdfclown.documents.interaction.navigation.document with parameters of type Destination.ModeEnum | |
---|---|
Destination(Document context,
Object page,
Destination.ModeEnum mode,
Object location,
Double zoom)
Creates a new destination within the given document context. |
|
LocalDestination(Page page,
Destination.ModeEnum mode,
Object location,
Double zoom)
|
|
RemoteDestination(Document context,
int pageIndex,
Destination.ModeEnum mode,
Object location,
Double zoom)
|
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |