com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

Uses of Interface
com.aspose.pdf.IAppointment

  • Packages that use IAppointment 
    Package Description
    com.aspose.pdf
    The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library which are either directly in it like Document or indirectly through several subpackages.
    com.aspose.pdf.nameddestinations
    The com.aspose.pdf.nameddestinations package provides classes which describes Named Destinations.
    • Uses of IAppointment in com.aspose.pdf

      Classes in com.aspose.pdf that implement IAppointment 
      Modifier and Type Class and Description
      class  CustomExplicitDestination
      Represents custom explicit destination.
      class  ExplicitDestination
      Represents the base class for explicit destinations in PDF document.
      class  FitBExplicitDestination
      Represents explicit destination that displays the page with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically.
      class  FitBHExplicitDestination
      Represents explicit destination that displays the page with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window.
      class  FitBVExplicitDestination
      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.
      class  FitExplicitDestination
      Represents explicit destination that displays the page with its contents magnified just enough to fit the entire page within the window both horizontally and vertically.
      class  FitHExplicitDestination
      Represents explicit destination that displays the page with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page within the window.
      class  FitRExplicitDestination
      Represents explicit destination that displays the page with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and topentirely within the window both horizontally and vertically.
      class  FitVExplicitDestination
      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.
      class  GoToAction
      Represents a go-to action that changes the view to a specified destination (page, location, and magnification factor).
      class  GoToRemoteAction
      Represents a remote go-to action that is similar to an ordinary go-to action but jumps to a destination in another PDF file instead of the current file.
      class  GoToURIAction
      Represents a URI action causes a URI to be resolved.
      class  HideAction
      Represents a hide action that hides or shows one or more annotations on the screen by setting or clearing their Hidden flags.
      class  ImportDataAction
      Upon invocation of an import-data action, Forms Data Format (FDF) data shall be imported into the document’s interactive form from a specified file.
      class  JavascriptAction
      Class representing javascript action.
      class  LaunchAction
      Represents a launch action that launches an application or opens or prints a document.
      class  NamedAction
      Represents named actions that PDF viewer applications are expected to support.
      class  NamedDestination
      Instead of being defined directly with the explicit syntax, a destination may be referred to indirectly by means of a name object or a byte string.
      class  PdfAction
      Represents Action in PDF document
      class  RenditionAction
      A rendition action that controls the playing of multimedia content.
      class  SubmitFormAction
      Class which describes submit-form action.
      class  XYZExplicitDestination
      Represents explicit destination that displays the page with the coordinates (left, top) positioned at the upper-left corner of the window and the contents of the page magnified by the factor zoom.
      Methods in com.aspose.pdf that return IAppointment 
      Modifier and Type Method and Description
      static IAppointment DestinationFactory.create(com.aspose.pdf.engine.data.IPdfPrimitive destination)
      Creates IAppointment object
      IAppointment GoToAction.getDestination()
      Gets the destination to jump to.
      IAppointment GoToRemoteAction.getDestination()
      Gets the destination to jump to.
      IAppointment LinkAnnotation.getDestination()
      Get a destination to be displayed when the annotation is activated.
      IAppointment OutlineItemCollection.getDestination()
      Gets the destination for this outline item.
      IAppointment Document.getOpenAction()
      Gets action performed at document opening.
      IAppointment IDocument.getOpenAction()
      Gets action performed at document opening.
      Methods in com.aspose.pdf with parameters of type IAppointment 
      Modifier and Type Method and Description
      static com.aspose.pdf.engine.data.IPdfPrimitive DestinationFactory.create(com.aspose.pdf.engine.data.ITrailerable trailer, IAppointment destination)
      Creates IPdfPrimitive object
      void GoToAction.setDestination(IAppointment value)
      Sets the destination to jump to.
      void GoToRemoteAction.setDestination(IAppointment value)
      Sets the destination to jump to.
      void LinkAnnotation.setDestination(IAppointment value)
      Set a destination to be displayed when the annotation is activated.
      void OutlineItemCollection.setDestination(IAppointment value)
      Sets the destination for this outline item.
      void Document.setOpenAction(IAppointment value)
      Sets action performed at document opening.
      void IDocument.setOpenAction(IAppointment value)
      Sets action performed at document opening.
    • Uses of IAppointment in com.aspose.pdf.nameddestinations

      Methods in com.aspose.pdf.nameddestinations that return IAppointment 
      Modifier and Type Method and Description
      IAppointment INamedDestinationCollection.get_Item(String name)
      Gets destination by its name.
      IAppointment NamedDestinationCollection.get_Item(String name)
      Gets or sets appointment by its name.
      Methods in com.aspose.pdf.nameddestinations with parameters of type IAppointment 
      Modifier and Type Method and Description
      void INamedDestinationCollection.add(String name, IAppointment appointment)
      Adds new named destination.
      void NamedDestinationCollection.add(String name, IAppointment appointment)
      Add new named destination.
      void INamedDestinationCollection.set_Item(String name, IAppointment value)
      Sets destination by its name.
      void NamedDestinationCollection.set_Item(String name, IAppointment value)
      Gets or sets appointment by its name.