Uses of Enum
com.itextpdf.kernel.pdf.PageResizer.ResizeType
Packages that use PageResizer.ResizeType
-
Uses of PageResizer.ResizeType in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PageResizer.ResizeTypeModifier and TypeMethodDescriptionstatic PageResizer.ResizeTypeReturns the enum constant of this type with the specified name.static PageResizer.ResizeType[]PageResizer.ResizeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.itextpdf.kernel.pdf with parameters of type PageResizer.ResizeTypeModifierConstructorDescriptionPageResizer(PageSize size, PageResizer.ResizeType type) Constructs a new PageResizer instance with the specified page size and resize type.