public class PrintOption extends Object implements Serializable
Constructor and Description |
---|
PrintOption() |
Modifier and Type | Method and Description |
---|---|
Double |
getBottomMargin() |
Integer |
getCopies() |
Double |
getFooterMargin() |
Double |
getHeaderMargin() |
Integer |
getHeight() |
Integer |
getHorizontalResolution() |
Double |
getLeftMargin() |
Integer |
getLimit() |
Integer |
getPageStart() |
ExcelPaperType |
getPaper() |
int[] |
getRepeat() |
Double |
getRightMargin() |
Integer |
getScale() |
Double |
getTopMargin() |
Integer |
getVerticalResolution() |
Integer |
getWidth() |
boolean |
isAutoLimit() |
boolean |
isColor() |
boolean |
isDraft() |
boolean |
isFit() |
boolean |
isHorizontallyCenter() |
boolean |
isLandScapePrint() |
boolean |
isNotes() |
boolean |
isPrintGridLines() |
boolean |
isPrintRowHeading() |
boolean |
isSetPrintOrientation() |
boolean |
isTopToBottom() |
boolean |
isUsePage() |
boolean |
isVerticallyCenter() |
void |
setAutoLimit(boolean autoLimit) |
void |
setBottomMargin(Double bottomMargin) |
void |
setColor(boolean color) |
void |
setCopies(Integer copies) |
void |
setDraft(boolean draft) |
void |
setFit(boolean fit) |
void |
setFooterMargin(Double footerMargin) |
void |
setHeaderMargin(Double headerMargin) |
void |
setHeight(Integer height) |
void |
setHorizontallyCenter(boolean horizontallyCenter) |
void |
setHorizontalResolution(Integer horizontalResolution) |
void |
setLandScapePrint(boolean landScapePrint) |
void |
setLeftMargin(Double leftMargin) |
void |
setLimit(Integer limit) |
void |
setNotes(boolean notes) |
void |
setPageStart(Integer pageStart) |
void |
setPaper(ExcelPaperType paper) |
void |
setPrintGridLines(boolean printGridLines) |
void |
setPrintRowHeading(boolean printRowHeading) |
void |
setRepeat(int[] repeat) |
void |
setRepeat(int rowEndIndex,
int columnEndIndex) |
void |
setRepeat(int rowStartIndex,
int rowEndIndex,
int columnStartIndex,
int columnEndIndex) |
void |
setRightMargin(Double rightMargin) |
void |
setScale(Integer scale) |
void |
setSetPrintOrientation(boolean setPrintOrientation) |
void |
setTopMargin(Double topMargin) |
void |
setTopToBottom(boolean topToBottom) |
void |
setUsePage(boolean usePage) |
void |
setVerticallyCenter(boolean verticallyCenter) |
void |
setVerticalResolution(Integer verticalResolution) |
void |
setWidth(Integer width) |
public boolean isPrintGridLines()
public void setPrintGridLines(boolean printGridLines)
public boolean isPrintRowHeading()
public void setPrintRowHeading(boolean printRowHeading)
public boolean isAutoLimit()
public void setAutoLimit(boolean autoLimit)
public ExcelPaperType getPaper()
public void setPaper(ExcelPaperType paper)
public boolean isColor()
public void setColor(boolean color)
public boolean isLandScapePrint()
public void setLandScapePrint(boolean landScapePrint)
public boolean isSetPrintOrientation()
public void setSetPrintOrientation(boolean setPrintOrientation)
public Integer getScale()
public void setScale(Integer scale)
public boolean isNotes()
public void setNotes(boolean notes)
public Integer getHorizontalResolution()
public void setHorizontalResolution(Integer horizontalResolution)
public Integer getVerticalResolution()
public void setVerticalResolution(Integer verticalResolution)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public boolean isUsePage()
public void setUsePage(boolean usePage)
public Integer getPageStart()
public void setPageStart(Integer pageStart)
public Integer getCopies()
public void setCopies(Integer copies)
public boolean isDraft()
public void setDraft(boolean draft)
public boolean isTopToBottom()
public void setTopToBottom(boolean topToBottom)
public boolean isFit()
public void setFit(boolean fit)
public boolean isHorizontallyCenter()
public void setHorizontallyCenter(boolean horizontallyCenter)
public boolean isVerticallyCenter()
public void setVerticallyCenter(boolean verticallyCenter)
public Integer getLimit()
public void setLimit(Integer limit)
public int[] getRepeat()
public void setRepeat(int[] repeat)
public void setRepeat(int rowEndIndex, int columnEndIndex)
public void setRepeat(int rowStartIndex, int rowEndIndex, int columnStartIndex, int columnEndIndex)
public Double getLeftMargin()
public void setLeftMargin(Double leftMargin)
public Double getRightMargin()
public void setRightMargin(Double rightMargin)
public Double getTopMargin()
public void setTopMargin(Double topMargin)
public Double getBottomMargin()
public void setBottomMargin(Double bottomMargin)
public Double getHeaderMargin()
public void setHeaderMargin(Double headerMargin)
public Double getFooterMargin()
public void setFooterMargin(Double footerMargin)
Copyright © 2024. All rights reserved.