Uses of Class
com.dynamicpdf.api.Input

Packages that use Input
Package
Description
 
  • Uses of Input in com.dynamicpdf.api

    Subclasses of Input in com.dynamicpdf.api
    Modifier and Type
    Class
    Description
    class 
    Represents a Dlex input.
    class 
     
    class 
    Represents a page input.
    class 
    Represents a pdf input.
    Methods in com.dynamicpdf.api that return types with arguments of type Input
    Modifier and Type
    Method
    Description
    Pdf.getInputs()
    Gets the inputs.
    Methods in com.dynamicpdf.api with parameters of type Input
    Modifier and Type
    Method
    Description
    OutlineList.add​(String text, Input input)
    Adds an Outline object to the outline list.
    OutlineList.add​(String text, Input input, int pageOffset)
    Adds an Outline object to the outline list.
    OutlineList.add​(String text, Input input, int pageOffset, PageZoom pageZoom)
    Adds an Outline object to the outline list.
    Constructors in com.dynamicpdf.api with parameters of type Input
    Modifier
    Constructor
    Description
     
    GoToAction​(Input input)
    Initializes a new instance of the GoToAction class using an input to create the PDF, page number, and a zoom option.
     
    GoToAction​(Input input, int pageOffset)
    Initializes a new instance of the GoToAction class using an input to create the PDF, page number, and a zoom option.
     
    GoToAction​(Input input, int pageOffset, PageZoom pageZoom)
    Initializes a new instance of the GoToAction class using an input to create the PDF, page number, and a zoom option.