Uses of Class
com.dynamicpdf.api.Input
Packages that use Input
-
Uses of Input in com.dynamicpdf.api
Subclasses of Input in com.dynamicpdf.apiModifier and TypeClassDescriptionclass
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 InputMethods in com.dynamicpdf.api with parameters of type InputModifier and TypeMethodDescriptionAdds anOutline
object to the outline list.Adds anOutline
object to the outline list.Adds anOutline
object to the outline list.Constructors in com.dynamicpdf.api with parameters of type InputModifierConstructorDescriptionGoToAction(Input input)
Initializes a new instance of theGoToAction
class using an input to create the PDF, page number, and a zoom option.GoToAction(Input input, int pageOffset)
Initializes a new instance of theGoToAction
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 theGoToAction
class using an input to create the PDF, page number, and a zoom option.