FitBVExplicitDestination

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

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
FitBVExplicitDestination(Page page, double left)Creates the instance and initializes it by DOM page object and left parameter.
FitBVExplicitDestination(Document document, int pageNumber, double left)Creates remote explicit destination.
FitBVExplicitDestination(int pageNumber, double left)Creates remote explicit destination.

Methods

MethodDescription
getLeft()Gets the horizontal coordinate left positioned at the left edge of the window.
toString()Converts the object state into string value.

FitBVExplicitDestination(Page page, double left)

public FitBVExplicitDestination(Page page, double left)

Creates the instance and initializes it by DOM page object and left parameter.

Parameters:

ParameterTypeDescription
pagePageDOM page object.
leftdoubleThe horizontal coordinate left positioned at the left edge of the window.

FitBVExplicitDestination(Document document, int pageNumber, double left)

public FitBVExplicitDestination(Document document, int pageNumber, double left)

Creates remote explicit destination.

Parameters:

ParameterTypeDescription
documentDocumentThe parent document that contains this object.
pageNumberintThe destination page number of remote document.
leftdoubleThe horizontal coordinate left positioned at the left edge of the window.

FitBVExplicitDestination(int pageNumber, double left)

public FitBVExplicitDestination(int pageNumber, double left)

Creates remote explicit destination.

Parameters:

ParameterTypeDescription
pageNumberintThe destination page number of remote document.
leftdoubleThe 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 FitBV 100”.

Returns: java.lang.String - String value representing object state.