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.addImageWatermark(ImageWatermark watermark,
CellsImageEffects effects,
CellsShapeSettings shapeSettings)
Deprecated.
Adds an image watermark to all worksheets of this
CellsDocument . |
void |
CellsWorksheet.addImageWatermark(ImageWatermark watermark,
CellsImageEffects effects,
CellsShapeSettings shapeSettings)
Deprecated.
Adds an image watermark to this
CellsWorksheet . |
void |
CellsDocument.addModernWordArtWatermark(TextWatermark watermark,
CellsShapeSettings shapeSettings)
Deprecated.
Adds a rectangular shape with text inside to all worksheets of this
CellsDocument . |
void |
CellsWorksheet.addModernWordArtWatermark(TextWatermark watermark,
CellsShapeSettings shapeSettings)
Deprecated.
Adds a rectangular shape with text inside 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 . |
void |
CellsDocument.addWatermark(Watermark watermark,
CellsShapeSettings shapeSettings)
Deprecated.
Adds a watermark to all worksheets of this
CellsDocument . |
void |
CellsWorksheet.addWatermark(Watermark watermark,
CellsShapeSettings shapeSettings)
Deprecated.
Adds a watermark to this
CellsWorksheet . |