Uses of Enum Class
com.datalogics.PDFL.VerticalAlignment
Packages that use VerticalAlignment
-
Uses of VerticalAlignment in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return VerticalAlignmentModifier and TypeMethodDescriptionWatermarkParams.getVertAlign()Get the vertical alignment to be used when adding the watermark to a page.static VerticalAlignmentReturns the enum constant of this class with the specified name.static VerticalAlignment[]VerticalAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoidWatermarkParams.setVertAlign(VerticalAlignment v) The vertical alignment to be used when adding the watermark to a page.