|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.poi.hssf.usermodel.HSSFPrintSetup
Used to modify the print setup. *
* Paper size constants have been added for the ones I have access * to. They follow as:
* public final short LETTER_PAPERSIZE = 1;
* public final short LEGAL_PAPERSIZE = 5;
* public final short EXECUTIVE_PAPERSIZE = 7;
* public final short A4_PAPERSIZE = 9;
* public final short A5_PAPERSIZE = 11;
* public final short ENVELOPE_10_PAPERSIZE = 20;
* public final short ENVELOPE_DL_PAPERSIZE = 27;
* public final short ENVELOPE_CS_PAPERSIZE = 28;
* public final short ENVELOPE_MONARCH_PAPERSIZE = 37;
*
* @author Shawn Laubach (slaubach at apache dot org)
Field Summary | |
short |
A4_PAPERSIZE
|
short |
A5_PAPERSIZE
|
short |
ENVELOPE_10_PAPERSIZE
|
short |
ENVELOPE_CS_PAPERSIZE
|
short |
ENVELOPE_DL_PAPERSIZE
|
short |
ENVELOPE_MONARCH_PAPERSIZE
|
short |
EXECUTIVE_PAPERSIZE
|
short |
LEGAL_PAPERSIZE
|
short |
LETTER_PAPERSIZE
|
Constructor Summary | |
protected |
HSSFPrintSetup(PrintSetupRecord printSetupRecord)
Constructor. |
Method Summary | |
short |
getCopies()
Returns the number of copies. |
boolean |
getDraft()
Returns the draft mode. |
short |
getFitHeight()
Returns the number of pages high to fit the sheet in. |
short |
getFitWidth()
Returns the number of pages wide to fit sheet in. |
double |
getFooterMargin()
Returns the footer margin. |
double |
getHeaderMargin()
Returns the header margin. |
short |
getHResolution()
Returns the horizontal resolution. |
boolean |
getLandscape()
Returns the landscape mode. |
boolean |
getLeftToRight()
Returns the left to right print order. |
boolean |
getNoColor()
Returns the black and white setting. |
boolean |
getNoOrientation()
Returns the no orientation. |
boolean |
getNotes()
Returns the print notes. |
short |
getOptions()
Returns the bit flags for the options. |
short |
getPageStart()
Returns the page start. |
short |
getPaperSize()
Returns the paper size. |
short |
getScale()
Returns the scale. |
boolean |
getUsePage()
Returns the use page numbers. |
boolean |
getValidSettings()
Returns the valid settings. |
short |
getVResolution()
Returns the vertical resolution. |
void |
setCopies(short copies)
Sets the number of copies. |
void |
setDraft(boolean d)
Set whether it is in draft mode * @param d draft |
void |
setFitHeight(short height)
Set the number of pages high to fit the sheet in * @param height the number of pages |
void |
setFitWidth(short width)
Set the number of pages wide to fit the sheet in * @param width the number of pages |
void |
setFooterMargin(double footermargin)
Sets the footer margin. |
void |
setHeaderMargin(double headermargin)
Sets the header margin. |
void |
setHResolution(short resolution)
Sets the horizontal resolution. |
void |
setLandscape(boolean ls)
Set whether to print in landscape * @param ls landscape |
void |
setLeftToRight(boolean ltor)
Set whether to go left to right or top down in ordering * @param ltor left to right |
void |
setNoColor(boolean mono)
Set whether it is black and white * @param mono Black and white |
void |
setNoOrientation(boolean orientation)
Set no orientation. |
void |
setNotes(boolean printnotes)
Print the include notes * @param printnotes print the notes |
void |
setOptions(short options)
Sets the options flags. |
void |
setPageStart(short start)
Set the page numbering start. |
void |
setPaperSize(short size)
Set the paper size. |
void |
setScale(short scale)
Set the scale. |
void |
setUsePage(boolean page)
Set whether to use page start * @param page Use page start |
void |
setValidSettings(boolean valid)
Valid settings. |
void |
setVResolution(short resolution)
Sets the vertical resolution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final short LETTER_PAPERSIZE
public final short LEGAL_PAPERSIZE
public final short EXECUTIVE_PAPERSIZE
public final short A4_PAPERSIZE
public final short A5_PAPERSIZE
public final short ENVELOPE_10_PAPERSIZE
public final short ENVELOPE_DL_PAPERSIZE
public final short ENVELOPE_CS_PAPERSIZE
public final short ENVELOPE_MONARCH_PAPERSIZE
Constructor Detail |
protected HSSFPrintSetup(PrintSetupRecord printSetupRecord)
Method Detail |
public void setPaperSize(short size)
public void setScale(short scale)
public void setPageStart(short start)
public void setFitWidth(short width)
public void setFitHeight(short height)
public void setOptions(short options)
public void setLeftToRight(boolean ltor)
public void setLandscape(boolean ls)
public void setValidSettings(boolean valid)
public void setNoColor(boolean mono)
public void setDraft(boolean d)
public void setNotes(boolean printnotes)
public void setNoOrientation(boolean orientation)
public void setUsePage(boolean page)
public void setHResolution(short resolution)
public void setVResolution(short resolution)
public void setHeaderMargin(double headermargin)
public void setFooterMargin(double footermargin)
public void setCopies(short copies)
public short getPaperSize()
public short getScale()
public short getPageStart()
public short getFitWidth()
public short getFitHeight()
public short getOptions()
public boolean getLeftToRight()
public boolean getLandscape()
public boolean getValidSettings()
public boolean getNoColor()
public boolean getDraft()
public boolean getNotes()
public boolean getNoOrientation()
public boolean getUsePage()
public short getHResolution()
public short getVResolution()
public double getHeaderMargin()
public double getFooterMargin()
public short getCopies()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |