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.addModernWordArtWatermark(TextWatermark watermark)
Deprecated.
Adds a rectangular shape with text inside to all worksheets of this
CellsDocument . |
void |
CellsWorksheet.addModernWordArtWatermark(TextWatermark watermark)
Deprecated.
Adds a rectangular shape with text inside 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)
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 . |
void |
SlidesBaseSlide.addTextWatermark(TextWatermark watermark,
SlidesTextEffects effects)
Deprecated.
Adds a text watermark to the slide.
|
void |
SlidesDocument.addTextWatermark(TextWatermark watermark,
SlidesTextEffects effects)
Deprecated.
Adds a text watermark to all slides of this
SlidesDocument . |
void |
SlidesBaseSlide.addTextWatermark(TextWatermark watermark,
SlidesTextEffects effects,
SlidesShapeSettings shapeSettings)
Deprecated.
Adds a text watermark to the slide.
|
void |
SlidesDocument.addTextWatermark(TextWatermark watermark,
SlidesTextEffects effects,
SlidesShapeSettings shapeSettings)
Deprecated.
Adds a text watermark to all slides of this
SlidesDocument . |
void |
WordsDocument.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects)
Deprecated.
Adds a text watermark to all sections of this
WordsDocument . |
void |
WordsHeaderFooter.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects)
Deprecated.
Adds a text watermark to this
WordsHeaderFooter . |
void |
WordsSection.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects)
Deprecated.
Adds a text watermark to this
WordsSection . |
void |
WordsDocument.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects,
WordsShapeSettings shapeSettings)
Deprecated.
Adds a text watermark to all sections of this
WordsDocument . |
void |
WordsHeaderFooter.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects,
WordsShapeSettings shapeSettings)
Deprecated.
Adds a text watermark to this
WordsHeaderFooter . |
void |
WordsSection.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects,
WordsShapeSettings shapeSettings)
Deprecated.
Adds a text watermark to this
WordsSection . |