FitVExplicitDestination

Inheritance: java.lang.Object, com.aspose.pdf.ExplicitDestination com.aspose.pdf.FitVExplicitDestination, com.aspose.pdf.ExplicitDestination, com.aspose.pdf.FitVExplicitDestination

All Implemented Interfaces: IAppointment

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

ConstructorDescription
FitVExplicitDestinationCreates remote explicit destination.
FitVExplicitDestinationCreates remote explicit destination.
FitVExplicitDestinationCreates 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 FitV 100”.

FitVExplicitDestination

Creates remote explicit destination.

FitVExplicitDestination

public FitVExplicitDestination(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.

FitVExplicitDestination

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 FitV 100”.

Returns: String value representing object state.