Package | Description |
---|---|
com.groupdocs.watermark.legacy |
The package provides legacy API classes for working with watermarks in a document of any supported type.
|
Modifier and Type | Method and Description |
---|---|
void |
CellsDocument.addTextWatermark(TextWatermark watermark,
CellsTextEffects effects)
Deprecated.
Adds a text watermark to all worksheets of this
CellsDocument . |
void |
CellsWorksheet.addTextWatermark(TextWatermark watermark,
CellsTextEffects effects)
Deprecated.
Adds a text watermark to this
CellsWorksheet . |
void |
CellsDocument.addTextWatermark(TextWatermark watermark,
CellsTextEffects effects,
CellsShapeSettings shapeSettings)
Deprecated.
Adds a text watermark to all worksheets of this
CellsDocument . |
void |
CellsWorksheet.addTextWatermark(TextWatermark watermark,
CellsTextEffects effects,
CellsShapeSettings shapeSettings)
Deprecated.
Adds a text watermark to this
CellsWorksheet . |