public final class SpreadsheetWatermarkModernWordArtOptions extends SpreadsheetWatermarkBaseOptions
Represents options when adding modern word art watermark to a Spreadsheet worksheet.
Constructor and Description |
---|
SpreadsheetWatermarkModernWordArtOptions()
Initializes a new instance of the
SpreadsheetWatermarkModernWordArtOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getWorksheetIndex()
Gets the index of worksheet to add the watermark to.
|
void |
setWorksheetIndex(int value)
Sets the index of worksheet to add the watermark to.
|
getAlternativeText, getName, isLocked, setAlternativeText, setLocked, setName
public SpreadsheetWatermarkModernWordArtOptions()
Initializes a new instance of the SpreadsheetWatermarkModernWordArtOptions
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.Copyright © 2020. All rights reserved.