SpreadsheetSettings

public final class SpreadsheetSettings

Merged view of SpreadsheetSettings, combining immutable defaults, SDK overrides, and document overrides. Property writes automatically target the appropriate level (document if available, otherwise SDK).

Constructors

Link copied to clipboard
public void SpreadsheetSettings()

Functions

Link copied to clipboard
public final float getBottomMarginOverride()
Gets the BottomMarginOverride property.
Link copied to clipboard
public final boolean getHalfTransparentHeaderFooter()
Gets the HalfTransparentHeaderFooter property.
Link copied to clipboard
public final float getLeftMarginOverride()
Gets the LeftMarginOverride property.
Link copied to clipboard
public final float getMaximumContentHeightPerSheet()
Gets the MaximumContentHeightPerSheet property.
Link copied to clipboard
public final float getMaximumContentWidthPerSheet()
Gets the MaximumContentWidthPerSheet property.
Link copied to clipboard
public final float getMaximumPageHeight()
Gets the MaximumPageHeight property.
Link copied to clipboard
public final float getMaximumPageWidth()
Gets the MaximumPageWidth property.
Link copied to clipboard
public final float getPageHeightOverride()
Gets the PageHeightOverride property.
Link copied to clipboard
public final float getPageWidthOverride()
Gets the PageWidthOverride property.
Link copied to clipboard
public final boolean getRenderOnlyPrintArea()
Gets the RenderOnlyPrintArea property.
Link copied to clipboard
public final boolean getRenderSheetHeadersAndFooters()
Gets the RenderSheetHeadersAndFooters property.
Link copied to clipboard
public final float getRightMarginOverride()
Gets the RightMarginOverride property.
Link copied to clipboard
public final boolean getSplitSheetsIntoPages()
Gets the SplitSheetsIntoPages property.
Link copied to clipboard
public final float getTopMarginOverride()
Gets the TopMarginOverride property.
Link copied to clipboard
public final void setBottomMarginOverride(float value)
Sets the BottomMarginOverride property.
Link copied to clipboard
public final void setHalfTransparentHeaderFooter(boolean value)
Sets the HalfTransparentHeaderFooter property.
Link copied to clipboard
public final void setLeftMarginOverride(float value)
Sets the LeftMarginOverride property.
Link copied to clipboard
public final void setMaximumContentHeightPerSheet(float value)
Sets the MaximumContentHeightPerSheet property.
Link copied to clipboard
public final void setMaximumContentWidthPerSheet(float value)
Sets the MaximumContentWidthPerSheet property.
Link copied to clipboard
public final void setMaximumPageHeight(float value)
Sets the MaximumPageHeight property.
Link copied to clipboard
public final void setMaximumPageWidth(float value)
Sets the MaximumPageWidth property.
Link copied to clipboard
public final void setPageHeightOverride(float value)
Sets the PageHeightOverride property.
Link copied to clipboard
public final void setPageWidthOverride(float value)
Sets the PageWidthOverride property.
Link copied to clipboard
public final void setRenderOnlyPrintArea(boolean value)
Sets the RenderOnlyPrintArea property.
Link copied to clipboard
public final void setRenderSheetHeadersAndFooters(boolean value)
Sets the RenderSheetHeadersAndFooters property.
Link copied to clipboard
public final void setRightMarginOverride(float value)
Sets the RightMarginOverride property.
Link copied to clipboard
public final void setSplitSheetsIntoPages(boolean value)
Sets the SplitSheetsIntoPages property.
Link copied to clipboard
public final void setTopMarginOverride(float value)
Sets the TopMarginOverride property.