See: Description
Class | Description |
---|---|
PDDestination |
This represents a destination in a PDF document.
|
PDNamedDestination |
This represents a destination to a page by referencing it with a name.
|
PDPageDestination |
This represents a destination to a page, see subclasses for specific parameters.
|
PDPageFitDestination |
This represents a destination to a page and the page contents will be magnified to just
fit on the screen.
|
PDPageFitHeightDestination |
This represents a destination to a page at a x location and the height is magnified
to just fit on the screen.
|
PDPageFitRectangleDestination |
This represents a destination to a page at a y location and the width is magnified
to just fit on the screen.
|
PDPageFitWidthDestination |
This represents a destination to a page at a y location and the width is magnified
to just fit on the screen.
|
PDPageXYZDestination |
This represents a destination to a page at an x,y coordinate with a zoom setting.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.