Gets the printing page setup for this [SpreadsheetWorksheet](../../com.groupdocs.watermark.contents/spreadsheetworksheet).
Returns:SpreadsheetPageSetup - The printing page setup for this [SpreadsheetWorksheet](../../com.groupdocs.watermark.contents/spreadsheetworksheet).
getContentAreaWidth()
public final double getContentAreaWidth()
Gets the width of the content area in points.
Returns:
double - The width of the content area in points.
getContentAreaWidthPx()
public final int getContentAreaWidthPx()
Gets the width of the content area in pixels.
Returns:
int - The width of the content area in pixels.
getContentAreaHeight()
public final double getContentAreaHeight()
Gets the height of the content area in points.
Returns:
double - The height of the content area in points.
getContentAreaHeightPx()
public final int getContentAreaHeightPx()
Gets the height of the content area in pixels.
Returns:
int - The height of the content area in pixels.
getShapes()
public final SpreadsheetShapeCollection getShapes()
Gets the collection of all shapes of this [SpreadsheetWorksheet](../../com.groupdocs.watermark.contents/spreadsheetworksheet).
Returns:SpreadsheetShapeCollection - The collection of all shapes of this [SpreadsheetWorksheet](../../com.groupdocs.watermark.contents/spreadsheetworksheet).
getAttachments()
public final SpreadsheetAttachmentCollection getAttachments()
Gets the collection of all attachments of this [SpreadsheetWorksheet](../../com.groupdocs.watermark.contents/spreadsheetworksheet).
Returns:SpreadsheetAttachmentCollection - The collection of all attachments of this [SpreadsheetWorksheet](../../com.groupdocs.watermark.contents/spreadsheetworksheet).
getCharts()
public final SpreadsheetChartCollection getCharts()
Gets the collection of all charts of this [SpreadsheetWorksheet](../../com.groupdocs.watermark.contents/spreadsheetworksheet).
Returns:SpreadsheetChartCollection - The collection of all charts of this [SpreadsheetWorksheet](../../com.groupdocs.watermark.contents/spreadsheetworksheet).
getBackgroundImage()
public final SpreadsheetWatermarkableImage getBackgroundImage()
Gets the background image of this [SpreadsheetWorksheet](../../com.groupdocs.watermark.contents/spreadsheetworksheet).
Returns:SpreadsheetWatermarkableImage - The background image of this [SpreadsheetWorksheet](../../com.groupdocs.watermark.contents/spreadsheetworksheet) or null if the worksheet has no background image.
The background image of this [SpreadsheetWorksheet](../../com.groupdocs.watermark.contents/spreadsheetworksheet) or null if the background image should be removed.
getHeadersFooters()
public final SpreadsheetHeaderFooterCollection getHeadersFooters()
Gets the collection of worksheet headers and footers.