Modifier and Type | Method and Description |
---|---|
void |
CellsDocument.addModernWordArtWatermark(TextWatermark watermark)
Adds a rectangular shape with text inside to all worksheets of this
CellsDocument . |
void |
CellsWorksheet.addModernWordArtWatermark(TextWatermark watermark)
Adds a rectangular shape with text inside to this
CellsWorksheet . |
void |
CellsDocument.addModernWordArtWatermark(TextWatermark watermark,
CellsShapeSettings shapeSettings)
Adds a rectangular shape with text inside to all worksheets of this
CellsDocument . |
void |
CellsWorksheet.addModernWordArtWatermark(TextWatermark watermark,
CellsShapeSettings shapeSettings)
Adds a rectangular shape with text inside to this
CellsWorksheet . |
void |
CellsDocument.addTextWatermark(TextWatermark watermark,
CellsTextEffects effects)
Adds a text watermark to all worksheets of this
CellsDocument . |
void |
CellsWorksheet.addTextWatermark(TextWatermark watermark,
CellsTextEffects effects)
Adds a text watermark to this
CellsWorksheet . |
void |
CellsDocument.addTextWatermark(TextWatermark watermark,
CellsTextEffects effects,
CellsShapeSettings shapeSettings)
Adds a text watermark to all worksheets of this
CellsDocument . |
void |
CellsWorksheet.addTextWatermark(TextWatermark watermark,
CellsTextEffects effects,
CellsShapeSettings shapeSettings)
Adds a text watermark to this
CellsWorksheet . |
void |
SlidesBaseSlide.addTextWatermark(TextWatermark watermark,
SlidesTextEffects effects)
Adds a text watermark to the slide.
|
void |
SlidesDocument.addTextWatermark(TextWatermark watermark,
SlidesTextEffects effects)
Adds a text watermark to all slides of this
SlidesDocument . |
void |
SlidesBaseSlide.addTextWatermark(TextWatermark watermark,
SlidesTextEffects effects,
SlidesShapeSettings shapeSettings)
Adds a text watermark to the slide.
|
void |
SlidesDocument.addTextWatermark(TextWatermark watermark,
SlidesTextEffects effects,
SlidesShapeSettings shapeSettings)
Adds a text watermark to all slides of this
SlidesDocument . |
void |
WordsDocument.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects)
Adds a text watermark to all sections of this
WordsDocument . |
void |
WordsHeaderFooter.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects)
Adds a text watermark to this
WordsHeaderFooter . |
void |
WordsSection.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects)
Adds a text watermark to this
WordsSection . |
void |
WordsDocument.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects,
WordsShapeSettings shapeSettings)
Adds a text watermark to all sections of this
WordsDocument . |
void |
WordsHeaderFooter.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects,
WordsShapeSettings shapeSettings)
Adds a text watermark to this
WordsHeaderFooter . |
void |
WordsSection.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects,
WordsShapeSettings shapeSettings)
Adds a text watermark to this
WordsSection . |
Copyright © 2018. All rights reserved.