public final class FitVExplicitDestination 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 the page within the window. A null value for left specifies that the current value of that parameter is to be retained unchanged.
Constructor and Description |
---|
FitVExplicitDestination(Document document,
int pageNumber,
double left)
Deprecated.
|
FitVExplicitDestination(int pageNumber,
double left)
Creates remote explicit destination.
|
FitVExplicitDestination(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 FitVExplicitDestination(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 FitVExplicitDestination(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 FitVExplicitDestination(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 FitV 100".
toString
in interface IAppointment
toString
in class ExplicitDestination