Uses of Enum
com.ironsoftware.ironpdf.stamp.VerticalAlignment
Package
Description
-
Uses of VerticalAlignment in com.ironsoftware.ironpdf
Modifier 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
Modifier and TypeMethodDescriptionstatic VerticalAlignment
Stamp_Converter.toProto
(VerticalAlignment input) -
Uses of VerticalAlignment in com.ironsoftware.ironpdf.stamp
Modifier 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.Modifier and TypeMethodDescriptionfinal void
Stamper.setVerticalAlignment
(VerticalAlignment value) Sets vertical alignment.