Package | Description |
---|---|
com.ironsoftware.ironpdf | |
com.ironsoftware.ironpdf.internal.staticapi | |
com.ironsoftware.ironpdf.stamp |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static VerticalAlignment |
Stamp_Converter.toProto(VerticalAlignment input) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Stamper.setVerticalAlignment(VerticalAlignment value)
Sets vertical alignment.
|
Copyright © 2022–2023 Iron Software. All rights reserved.