public final class SpreadsheetWatermarkShapeOptions extends SpreadsheetWatermarkBaseOptions
Represents options when adding shape watermark to a Spreadsheet worksheet.
Constructor and Description |
---|
SpreadsheetWatermarkShapeOptions()
Initializes a new instance of the
SpreadsheetWatermarkShapeOptions class. |
Modifier and Type | Method and Description |
---|---|
ISpreadsheetWatermarkEffects |
getEffects()
Gets or sets a value of
SpreadsheetImageEffects or
SpreadsheetTextEffects for effects that should be applied to the watermark. |
int |
getWorksheetIndex()
Gets the index of worksheet to add the watermark to.
|
void |
setEffects(ISpreadsheetWatermarkEffects value)
Gets or sets a value of
SpreadsheetImageEffects or
SpreadsheetTextEffects for effects that should be applied to the watermark. |
void |
setWorksheetIndex(int value)
Sets the index of worksheet to add the watermark to.
|
getAlternativeText, getName, isLocked, setAlternativeText, setLocked, setName
public SpreadsheetWatermarkShapeOptions()
Initializes a new instance of the SpreadsheetWatermarkShapeOptions
class.
public final int getWorksheetIndex()
Gets the index of worksheet to add the watermark to.
public final void setWorksheetIndex(int value)
Sets the index of worksheet to add the watermark to.
value
- The index of worksheet to add the watermark to.public final ISpreadsheetWatermarkEffects getEffects()
Gets or sets a value of SpreadsheetImageEffects
or
SpreadsheetTextEffects
for effects that should be applied to the watermark.
public final void setEffects(ISpreadsheetWatermarkEffects value)
Gets or sets a value of SpreadsheetImageEffects
or
SpreadsheetTextEffects
for effects that should be applied to the watermark.
Copyright © 2020. All rights reserved.