com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class 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.

    • Constructor Detail

      • FitBVExplicitDestination

        public FitBVExplicitDestination(Page page,
                                        double left)

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

        Parameters:
        page - DOM page object.
        left - The horizontal coordinate left positioned at the left edge of the window.
      • FitBVExplicitDestination

        @Deprecated
        public FitBVExplicitDestination(Document document,
                                                     int pageNumber,
                                                     double left)
        Deprecated. 

        Creates remote explicit destination.

        Parameters:
        document - The parent document that contains this object.
        pageNumber - The destination page number of remote document.
        left - The horizontal coordinate left positioned at the left edge of the window.
      • FitBVExplicitDestination

        public FitBVExplicitDestination(int pageNumber,
                                        double left)

        Creates remote explicit destination.

        Parameters:
        pageNumber - The destination page number of remote document.
        left - The horizontal coordinate left positioned at the left edge of the window.
    • Method Detail

      • getLeft

        public double getLeft()

        Gets the horizontal coordinate left positioned at the left edge of the window.

        Returns:
        double value