Uses of Class
com.github.jhonnymertz.wkhtmltopdf.wrapper.page.PageType
-
Packages that use PageType Package Description com.github.jhonnymertz.wkhtmltopdf.wrapper com.github.jhonnymertz.wkhtmltopdf.wrapper.page -
-
Uses of PageType in com.github.jhonnymertz.wkhtmltopdf.wrapper
Methods in com.github.jhonnymertz.wkhtmltopdf.wrapper with parameters of type PageType Modifier and Type Method Description voidPdf. addPage(String source, PageType type)Deprecated.Use the specific type method to a better semantic -
Uses of PageType in com.github.jhonnymertz.wkhtmltopdf.wrapper.page
Methods in com.github.jhonnymertz.wkhtmltopdf.wrapper.page that return PageType Modifier and Type Method Description PageTypePage. getType()static PageTypePageType. valueOf(String name)Returns the enum constant of this type with the specified name.static PageType[]PageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.jhonnymertz.wkhtmltopdf.wrapper.page with parameters of type PageType Modifier and Type Method Description voidPage. setType(PageType type)Constructors in com.github.jhonnymertz.wkhtmltopdf.wrapper.page with parameters of type PageType Constructor Description Page(String source, PageType type)
-