Uses of Enum
com.ironsoftware.ironpdf.stamp.VerticalAlignment
Packages that use VerticalAlignment
Package
Description
-
Uses of VerticalAlignment in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionfinal PdfDocumentPdfDocument.applyWatermark(String html, int opacity, VerticalAlignment verticalAlignment) Adds a watermark to this PDF.final PdfDocumentPdfDocument.applyWatermark(String html, int opacity, VerticalAlignment verticalAlignment, HorizontalAlignment horizontalAlignment) Adds a watermark to this PDF. -
Uses of VerticalAlignment in com.ironsoftware.ironpdf.internal.staticapi
Methods in com.ironsoftware.ironpdf.internal.staticapi with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionstatic VerticalAlignmentStamp_Converter.toProto(VerticalAlignment input) -
Uses of VerticalAlignment in com.ironsoftware.ironpdf.stamp
Methods in com.ironsoftware.ironpdf.stamp that return VerticalAlignmentModifier and TypeMethodDescriptionfinal VerticalAlignmentStamper.getVerticalAlignment()Gets vertical alignment.static VerticalAlignmentReturns the enum constant of this type with the specified name.static VerticalAlignment[]VerticalAlignment.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ironsoftware.ironpdf.stamp with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionfinal voidStamper.setVerticalAlignment(VerticalAlignment value) Sets vertical alignment.