public final class SpreadsheetBackgroundWatermarkOptions extends SpreadsheetWatermarkOptions
Represents options when adding the watermark as a background to a Spreadsheet worksheet.
Constructor and Description |
---|
SpreadsheetBackgroundWatermarkOptions()
Initializes a new instance of the
SpreadsheetBackgroundWatermarkOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getBackgroundHeight()
Gets the desired height of the background image in pixels.
|
int |
getBackgroundWidth()
Get or sets the desired width of the background image in pixels.
|
int |
getWorksheetIndex()
Get or sets the index of worksheet to add the watermark to.
|
void |
setBackgroundHeight(int value)
Sets the desired height of the background image in pixels.
|
void |
setBackgroundWidth(int value)
Get or sets the desired width of the background image in pixels.
|
void |
setWorksheetIndex(int value)
Get or sets the index of worksheet to add the watermark to.
|
public SpreadsheetBackgroundWatermarkOptions()
Initializes a new instance of the SpreadsheetBackgroundWatermarkOptions
class.
public final int getWorksheetIndex()
Get or sets the index of worksheet to add the watermark to.
public final void setWorksheetIndex(int value)
Get or sets the index of worksheet to add the watermark to.
public final int getBackgroundWidth()
Get or sets the desired width of the background image in pixels.
public final void setBackgroundWidth(int value)
Get or sets the desired width of the background image in pixels.
public final int getBackgroundHeight()
Gets the desired height of the background image in pixels.
public final void setBackgroundHeight(int value)
Sets the desired height of the background image in pixels.
value
- The desired height of the background image in pixels.Copyright © 2020. All rights reserved.