Uses of Class
com.ironsoftware.ironpdf.stamp.VerticalAlignment
-
Packages that use VerticalAlignment Package Description com.ironsoftware.ironpdf com.ironsoftware.ironpdf.internal.staticapi com.ironsoftware.ironpdf.stamp -
-
Uses of VerticalAlignment in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf with parameters of type VerticalAlignment Modifier and Type Method Description PdfDocument
PdfDocument. applyWatermark(String html, int opacity, VerticalAlignment verticalAlignment)
Adds a watermark to this PDF.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 VerticalAlignment Modifier and Type Method Description static VerticalAlignmentP
Stamp_Converter. toProto(VerticalAlignment input)
-
Uses of VerticalAlignment in com.ironsoftware.ironpdf.stamp
Methods in com.ironsoftware.ironpdf.stamp that return VerticalAlignment Modifier and Type Method Description VerticalAlignment
Stamper. getVerticalAlignment()
Gets vertical alignment.static VerticalAlignment
VerticalAlignment. valueOf(String name)
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 VerticalAlignment Modifier and Type Method Description void
Stamper. setVerticalAlignment(VerticalAlignment value)
Sets vertical alignment.
-