public final class FitBVExplicitDestination extends ExplicitDestination
Represents explicit destination that displays the page with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of its bounding box within the window. A null value for left specifies that the current value of that parameter is to be retained unchanged.
Constructor and Description |
---|
FitBVExplicitDestination(Document document,
int pageNumber,
double left)
Deprecated.
|
FitBVExplicitDestination(int pageNumber,
double left)
Creates remote explicit destination.
|
FitBVExplicitDestination(Page page,
double left)
Creates the instance and initializes it by DOM page object and left parameter.
|
Modifier and Type | Method and Description |
---|---|
double |
getLeft()
Gets the horizontal coordinate left positioned at the left edge of the window.
|
String |
toString()
Converts the object state into string value.
|
createDestination, createDestination, createDestination, createDestination, getPage, getPageNumber
public FitBVExplicitDestination(Page page, double left)
Creates the instance and initializes it by DOM page object and left parameter.
page
- DOM page object.left
- The horizontal coordinate left positioned at the left edge of the window.@Deprecated public FitBVExplicitDestination(Document document, int pageNumber, double left)
Creates remote explicit destination.
document
- The parent document that contains this object.pageNumber
- The destination page number of remote document.left
- The horizontal coordinate left positioned at the left edge of the window.public FitBVExplicitDestination(int pageNumber, double left)
Creates remote explicit destination.
pageNumber
- The destination page number of remote document.left
- The horizontal coordinate left positioned at the left edge of the window.public double getLeft()
Gets the horizontal coordinate left positioned at the left edge of the window.
public String toString()
Converts the object state into string value. Example: "1 FitBV 100".
toString
in interface IAppointment
toString
in class ExplicitDestination