|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ipagesetupbase
method summary | |
---|---|
boolean |
getautofirstpagenumber()
indicates whether firstpagenumber is set to auto or not. |
com.spire.ms.system.drawing.image |
getbackgoundinnerimage()
gets / sets background image. |
boolean |
getblackandwhite()
true if elements of the document will be printed in black and white. |
double |
getbottommargin()
returns or sets the size of the bottom margin, in inches. |
java.lang.string |
getcenterfooter()
returns or sets the center part of the footer. |
java.awt.image.bufferedimage |
getcenterfooterimage()
gets / set image for center part of the footer. |
java.lang.string |
getcenterheader()
returns or sets the center part of the header. |
java.awt.image.bufferedimage |
getcenterheaderimage()
gets / set image for center part of the header. |
boolean |
getcenterhorizontally()
true if the sheet is centered horizontally on the page when it is printed. |
boolean |
getcentervertically()
true if the sheet is centered vertically on the page when it is printed. |
int |
getcopies()
number of copies to print. |
boolean |
getdraft()
true if the sheet will be printed without graphics. |
int |
getfirstpagenumber()
returns or sets the first page number that will be used when this sheet is printed. |
double |
getfootermargininch()
returns or sets the distance from the bottom of the page to the footer, in inches. |
double |
getheadermargininch()
returns or sets the distance from the top of the page to the header, in inches. |
java.lang.string |
getleftfooter()
returns or sets the left part of the footer. |
java.awt.image.bufferedimage |
getleftfooterimage()
gets / set image for left part of the footer. |
java.lang.string |
getleftheader()
returns or sets the left part of the header. |
java.awt.image.bufferedimage |
getleftheaderimage()
gets / set image for left part of the header. |
double |
getleftmargin()
returns or sets the size of the left margin, in inches. |
ordertype |
getorder()
returns or sets the order that microsoft excel uses to number pages when printing a large worksheet. |
pageorientationtype |
getorientation()
portrait or landscape printing mode. |
papersizetype |
getpapersize()
returns or sets the size of the paper. |
printcommenttype |
getprintcomments()
returns or sets the way comments are printed with the sheet. |
printerrorstype |
getprinterrors()
sets or returns an excelprinterrors constant specifying the type of print error displayed. |
boolean |
getprintnotes()
true if cell notes are printed as end notes with the sheet. |
int |
getprintquality()
returns or sets the print quality. |
java.lang.string |
getrightfooter()
returns or sets the right part of the footer. |
java.awt.image.bufferedimage |
getrightfooterimage()
gets / set image for right part of the footer. |
java.lang.string |
getrightheader()
returns or sets the right part of the header. |
java.awt.image.bufferedimage |
getrightheaderimage()
gets / set image for right part of the header. |
double |
getrightmargin()
returns or sets the size of the right margin, in inches. |
double |
gettopmargin()
returns or sets the size of the top margin, in inches. |
int |
getzoom()
returns or sets a percentage (between 10 and 400 percent) by which microsoft excel will scale the worksheet for printing. |
void |
setautofirstpagenumber(boolean value)
indicates whether firstpagenumber is set to auto or not. |
void |
setbackgoundinnerimage(com.spire.ms.system.drawing.image value)
gets / sets background image. |
void |
setblackandwhite(boolean value)
true if elements of the document will be printed in black and white. |
void |
setbottommargin(double value)
returns or sets the size of the bottom margin, in inches. |
void |
setcenterfooter(java.lang.string value)
returns or sets the center part of the footer. |
void |
setcenterfooterimage(java.awt.image.bufferedimage value)
gets / set image for center part of the footer. |
void |
setcenterheader(java.lang.string value)
returns or sets the center part of the header. |
void |
setcenterheaderimage(java.awt.image.bufferedimage value)
gets / set image for center part of the header. |
void |
setcenterhorizontally(boolean value)
true if the sheet is centered horizontally on the page when it is printed. |
void |
setcentervertically(boolean value)
true if the sheet is centered vertically on the page when it is printed. |
void |
setcopies(int value)
number of copies to print. |
void |
setdraft(boolean value)
true if the sheet will be printed without graphics. |
void |
setfirstpagenumber(int value)
returns or sets the first page number that will be used when this sheet is printed. |
void |
setfootermargininch(double value)
returns or sets the distance from the bottom of the page to the footer, in inches. |
void |
setheadermargininch(double value)
returns or sets the distance from the top of the page to the header, in inches. |
void |
setleftfooter(java.lang.string value)
returns or sets the left part of the footer. |
void |
setleftfooterimage(java.awt.image.bufferedimage value)
gets / set image for left part of the footer. |
void |
setleftheader(java.lang.string value)
returns or sets the left part of the header. |
void |
setleftheaderimage(java.awt.image.bufferedimage value)
gets / set image for left part of the header. |
void |
setleftmargin(double value)
returns or sets the size of the left margin, in inches. |
void |
setorder(ordertype value)
returns or sets the order that microsoft excel uses to number pages when printing a large worksheet. |
void |
setorientation(pageorientationtype value)
portrait or landscape printing mode. |
void |
setpapersize(papersizetype value)
returns or sets the size of the paper. |
void |
setprintcomments(printcommenttype value)
returns or sets the way comments are printed with the sheet. |
void |
setprinterrors(printerrorstype value)
sets or returns an excelprinterrors constant specifying the type of print error displayed. |
void |
setprintnotes(boolean value)
true if cell notes are printed as end notes with the sheet. |
void |
setprintquality(int value)
returns or sets the print quality. |
void |
setrightfooter(java.lang.string value)
returns or sets the right part of the footer. |
void |
setrightfooterimage(java.awt.image.bufferedimage value)
gets / set image for right part of the footer. |
void |
setrightheader(java.lang.string value)
returns or sets the right part of the header. |
void |
setrightheaderimage(java.awt.image.bufferedimage value)
gets / set image for right part of the header. |
void |
setrightmargin(double value)
returns or sets the size of the right margin, in inches. |
void |
settopmargin(double value)
returns or sets the size of the top margin, in inches. |
void |
setzoom(int value)
returns or sets a percentage (between 10 and 400 percent) by which microsoft excel will scale the worksheet for printing. |
method detail |
---|
boolean getautofirstpagenumber()
void setautofirstpagenumber(boolean value)
boolean getblackandwhite()
void setblackandwhite(boolean value)
double getbottommargin()
void setbottommargin(double value)
java.lang.string getcenterfooter()
void setcenterfooter(java.lang.string value)
java.awt.image.bufferedimage getcenterfooterimage()
void setcenterfooterimage(java.awt.image.bufferedimage value)
java.lang.string getcenterheader()
void setcenterheader(java.lang.string value)
java.awt.image.bufferedimage getcenterheaderimage()
void setcenterheaderimage(java.awt.image.bufferedimage value)
boolean getcenterhorizontally()
void setcenterhorizontally(boolean value)
boolean getcentervertically()
void setcentervertically(boolean value)
int getcopies()
void setcopies(int value)
boolean getdraft()
void setdraft(boolean value)
int getfirstpagenumber()
void setfirstpagenumber(int value)
double getfootermargininch()
void setfootermargininch(double value)
double getheadermargininch()
void setheadermargininch(double value)
java.lang.string getleftfooter()
void setleftfooter(java.lang.string value)
java.awt.image.bufferedimage getleftfooterimage()
void setleftfooterimage(java.awt.image.bufferedimage value)
java.lang.string getleftheader()
void setleftheader(java.lang.string value)
java.awt.image.bufferedimage getleftheaderimage()
void setleftheaderimage(java.awt.image.bufferedimage value)
double getleftmargin()
void setleftmargin(double value)
ordertype getorder()
void setorder(ordertype value)
pageorientationtype getorientation()
void setorientation(pageorientationtype value)
papersizetype getpapersize()
void setpapersize(papersizetype value)
printcommenttype getprintcomments()
void setprintcomments(printcommenttype value)
printerrorstype getprinterrors()
void setprinterrors(printerrorstype value)
boolean getprintnotes()
void setprintnotes(boolean value)
int getprintquality()
void setprintquality(int value)
java.lang.string getrightfooter()
void setrightfooter(java.lang.string value)
java.awt.image.bufferedimage getrightfooterimage()
void setrightfooterimage(java.awt.image.bufferedimage value)
java.lang.string getrightheader()
void setrightheader(java.lang.string value)
java.awt.image.bufferedimage getrightheaderimage()
void setrightheaderimage(java.awt.image.bufferedimage value)
double getrightmargin()
void setrightmargin(double value)
double gettopmargin()
void settopmargin(double value)
int getzoom()
void setzoom(int value)
com.spire.ms.system.drawing.image getbackgoundinnerimage()
void setbackgoundinnerimage(com.spire.ms.system.drawing.image value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |