java.lang.Objectcom.aspose.words.Watermark
public class Watermark
Property Getters/Setters Summary | ||
---|---|---|
int | getType() | |
Gets the watermark type. The value of the property is WatermarkType integer constant. |
Method Summary | ||
---|---|---|
void | remove() | |
Removes the watermark. | ||
void | setImage(java.awt.image.BufferedImage image) | |
Adds Image watermark into the document. | ||
void | setImage(java.awt.image.BufferedImage image, ImageWatermarkOptions options) | |
Adds Image watermark into the document. | ||
void | setText(java.lang.String text) | |
Adds Text watermark into the document. | ||
void | setText(java.lang.String text, TextWatermarkOptions options) | |
Adds Text watermark into the document. |
Property Getters/Setters Detail |
---|
getType | |
public int getType() |
Method Detail |
---|
remove | |
public void remove() |
setImage | |
public void setImage(java.awt.image.BufferedImage image) throws java.lang.Exception |
image
- Image that is displayed as a watermark.setImage | |
public void setImage(java.awt.image.BufferedImage image, ImageWatermarkOptions options) throws java.lang.Exception |
image
- Image that is displayed as a watermark.options
- Defines additional options for the image watermark.setText | |
public void setText(java.lang.String text) |
text
- Text that is displayed as a watermark.setText | |
public void setText(java.lang.String text, TextWatermarkOptions options) |
text
- Text that is displayed as a watermark.options
- Defines additional options for the text watermark.