public final class SpreadsheetWatermarkHeaderFooterOptions extends SpreadsheetWatermarkOptions
Represents options when adding the watermark to a Spreadsheet header/footer.
Constructor and Description |
---|
SpreadsheetWatermarkHeaderFooterOptions()
Initializes a new instance of the
SpreadsheetWatermarkHeaderFooterOptions 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.
|
public SpreadsheetWatermarkHeaderFooterOptions()
Initializes a new instance of the SpreadsheetWatermarkHeaderFooterOptions
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.