FitVExplicitDestination
Inheritance: java.lang.Object, com.aspose.pdf.ExplicitDestination
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.
Constructors
Constructor | Description |
---|---|
FitVExplicitDestination(Page page, double left) | Creates the instance and initializes it by DOM page object and left parameter. |
FitVExplicitDestination(Document document, int pageNumber, double left) | Creates remote explicit destination. |
FitVExplicitDestination(int pageNumber, double left) | Creates remote explicit destination. |
Methods
Method | Description |
---|---|
getLeft() | Gets the horizontal coordinate left positioned at the left edge of the window. |
toString() | Converts the object state into string value. |
FitVExplicitDestination(Page page, double left)
public FitVExplicitDestination(Page page, double left)
Creates the instance and initializes it by DOM page object and left parameter.
Parameters:
Parameter | Type | Description |
---|---|---|
page | Page | DOM page object. |
left | double | The horizontal coordinate left positioned at the left edge of the window. |
FitVExplicitDestination(Document document, int pageNumber, double left)
public FitVExplicitDestination(Document document, int pageNumber, double left)
Creates remote explicit destination.
Parameters:
Parameter | Type | Description |
---|---|---|
document | Document | The parent document that contains this object. |
pageNumber | int | The destination page number of remote document. |
left | double | The horizontal coordinate left positioned at the left edge of the window. |
FitVExplicitDestination(int pageNumber, double left)
public FitVExplicitDestination(int pageNumber, double left)
Creates remote explicit destination.
Parameters:
Parameter | Type | Description |
---|---|---|
pageNumber | int | The destination page number of remote document. |
left | double | The horizontal coordinate left positioned at the left edge of the window. |
getLeft()
public double getLeft()
Gets the horizontal coordinate left positioned at the left edge of the window.
Returns: double - double value
toString()
public String toString()
Converts the object state into string value. Example: “1 FitV 100”.
Returns: java.lang.String - String value representing object state.