public class WatermarkTextOptions extends WatermarkOptions
| Constructor and Description |
|---|
WatermarkTextOptions(String text) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor()
Watermark font color if text watermark is applied
|
com.aspose.ms.System.Drawing.Color |
getColorInternal() |
String |
getHexColor() |
String |
getText()
Watermark text
|
Font |
getWatermarkFont()
Watermark font if text watermark is applied
|
void |
setColor(Color value)
Watermark font color if text watermark is applied
|
void |
setText(String value)
Watermark text
|
void |
setWatermarkFont(Font watermarkFont)
Sets Watermark font if text watermark is applied
|
deepClone, getBackground, getHeight, getLeft, getRotationAngle, getTop, getTransparency, getWidth, isAutoAlign, setAutoAlign, setBackground, setHeight, setLeft, setRotationAngle, setTop, setTransparency, setWidthequals, equals, hashCode, op_Equality, op_Inequalitypublic WatermarkTextOptions(String text)
public final String getText()
Watermark text
public final void setText(String value)
Watermark text
public Font getWatermarkFont()
public void setWatermarkFont(Font watermarkFont)
watermarkFont - fontpublic final Color getColor()
Watermark font color if text watermark is applied
public com.aspose.ms.System.Drawing.Color getColorInternal()
public final void setColor(Color value)
Watermark font color if text watermark is applied
public String getHexColor()
Copyright © 2025. All rights reserved.