Uses of Enum
com.itextpdf.kernel.pdf.PageResizer.VerticalAnchorPoint
Packages that use PageResizer.VerticalAnchorPoint
-
Uses of PageResizer.VerticalAnchorPoint in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PageResizer.VerticalAnchorPointModifier and TypeMethodDescriptionPageResizer.getVerticalAnchorPoint()Retrieves the vertical anchor point of the PageResizer.Returns the enum constant of this type with the specified name.static PageResizer.VerticalAnchorPoint[]PageResizer.VerticalAnchorPoint.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.kernel.pdf with parameters of type PageResizer.VerticalAnchorPointModifier and TypeMethodDescriptionvoidPageResizer.setVerticalAnchorPoint(PageResizer.VerticalAnchorPoint anchorPoint) Sets the vertical anchor point, which determines how the vertical alignment is handled (e.g., TOP, CENTER, BOTTOM).