Uses of Enum Class
com.datalogics.PDFL.HorizontalAlignment
Packages that use HorizontalAlignment
-
Uses of HorizontalAlignment in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return HorizontalAlignmentModifier and TypeMethodDescriptionRedaction.getAlign()Get the horizontal alignment for the redaction text.WatermarkParams.getHorizAlign()Get the horizontal alignment to be used when adding the watermark to a page.FreeTextAnnotation.getQuadding()A code specifiying the form of quadding (justification) to be used in displaying the annotation's text.WatermarkTextParams.getTextAlign()Set the alignment to be used when justifying a text-based watermark.static HorizontalAlignmentReturns the enum constant of this class with the specified name.static HorizontalAlignment[]HorizontalAlignment.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 HorizontalAlignmentModifier and TypeMethodDescriptionvoidRedaction.setAlign(HorizontalAlignment halign) Sets the horizontal alignment for the redaction text.voidWatermarkParams.setHorizAlign(HorizontalAlignment h) The horizontal alignment to be used when adding the watermark to a page.voidFreeTextAnnotation.setQuadding(HorizontalAlignment quadding) A code specifiying the form of quadding (justification) to be used in displaying the annotation's text.voidWatermarkTextParams.setTextAlign(HorizontalAlignment h) The alignment to be used when justifying a text-based watermark.