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