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 PdfDocument
PdfDocument.applyWatermark
(String html, int opacity, VerticalAlignment verticalAlignment) Adds a watermark to this PDF.final PdfDocument
PdfDocument.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 VerticalAlignment
Stamp_Converter.toProto
(VerticalAlignment input) -
Uses of VerticalAlignment in com.ironsoftware.ironpdf.stamp
Methods in com.ironsoftware.ironpdf.stamp that return VerticalAlignmentModifier and TypeMethodDescriptionfinal VerticalAlignment
Stamper.getVerticalAlignment()
Gets vertical alignment.static VerticalAlignment
Returns 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 void
Stamper.setVerticalAlignment
(VerticalAlignment value) Sets vertical alignment.