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

ConstructorDescription
FitBVExplicitDestinationCreates remote explicit destination.
FitBVExplicitDestinationCreates remote explicit destination.
FitBVExplicitDestinationCreates the instance and initializes it by DOM page object and left parameter.

Methods

MethodDescription
getLeftGets the horizontal coordinate left positioned at the left edge of the window.
toStringConverts 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:

ParameterTypeDescription
pageNumberThe destination page number of remote document.
leftThe 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.