xlspagesetup-ag凯发旗舰厅
com.spire.xls.core.spreadsheet
class xlspagesetup
java.lang.object
com.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.xlspagesetupbase
com.spire.xls.core.spreadsheet.xlspagesetup
- all implemented interfaces:
- ipagesetupbase
- direct known subclasses:
- pagesetup
public class xlspagesetup
- extends xlspagesetupbase
constructor summary |
xlspagesetup(java.lang.object parent)
sets application and parent fields. |
method summary |
int |
getdefaultrowheight()
gets or sets default row height. |
java.lang.string |
getprintarea()
returns or sets the range to be printed, as a string using a1-style
references in the language of the macro. |
java.lang.string |
getprinttitlecolumns()
returns or sets the columns that contain the cells to be repeated
on the left side of each page, as a string in a1-style notation
in the language of the macro. |
java.lang.string |
getprinttitlerows()
returns or sets the rows that contain the cells to be repeated at
the top of each page, as a string in a1-style notation in the
language of the macro. |
boolean |
isfittopage()
indicates whether fit to page mode is selected. |
void |
isfittopage(boolean value)
indicates whether fit to page mode is selected. |
boolean |
isprintgridlines()
true if cell gridlines are printed on the page. |
void |
isprintgridlines(boolean value)
true if cell gridlines are printed on the page. |
boolean |
isprintheadings()
true if row and column headings are printed with this page. |
void |
isprintheadings(boolean value)
true if row and column headings are printed with this page. |
boolean |
issummarycolumnright()
indicates whether summary columns will appear right of the detail in outlines. |
void |
issummarycolumnright(boolean value)
indicates whether summary columns will appear right of the detail in outlines. |
boolean |
issummaryrowbelow()
indicates whether summary rows will appear below detail in outlines. |
void |
issummaryrowbelow(boolean value)
indicates whether summary rows will appear below detail in outlines. |
void |
setdefaultrowheight(int value)
gets or sets default row height. |
void |
setprintarea(java.lang.string value)
returns or sets the range to be printed, as a string using a1-style
references in the language of the macro. |
void |
setprinttitlecolumns(java.lang.string value)
returns or sets the columns that contain the cells to be repeated
on the left side of each page, as a string in a1-style notation
in the language of the macro. |
void |
setprinttitlerows(java.lang.string value)
returns or sets the rows that contain the cells to be repeated at
the top of each page, as a string in a1-style notation in the
language of the macro. |
methods inherited from class com.spire.xls.core.spreadsheet.xlspagesetupbase |
getalignwithmargins, getautofirstpagenumber, getbackgoundimage, getblackandwhite, getbottommargin, getcenterfooter, getcenterfooterimage, getcenterfooterpictureheight, getcenterfooterpicturewidth, getcenterheader, getcenterheaderimage, getcenterheaderpictureheight, getcenterheaderpicturewidth, getcenterhorizontally, getcentervertically, getcopies, getdifferentfirst, getdifferentoddeven, getdraft, getevenfooterstring, getevenheaderstring, getfirstfooterstring, getfirstheaderstring, getfirstpagenumber, getfittopagestall, getfittopageswide, getfootermargininch, getfullfooterstring, getfullheaderstring, getheadermargininch, gethresolution, getleftfooter, getleftfooterimage, getleftfooterpictureheight, getleftfooterpicturewidth, getleftheader, getleftheaderimage, getleftheaderpictureheight, getleftheaderpicturewidth, getleftmargin, getoddfooterstring, getoddheaderstring, getorder, getorientation, getpageheight, getpagewidth, getpapersize, getprintcomments, getprinterrors, getprintnotes, getprintquality, getrightfooter, getrightfooterimage, getrightfooterpictureheight, getrightfooterpicturewidth, getrightheader, getrightheaderimage, getrightheaderpictureheight, getrightheaderpicturewidth, getrightmargin, getscalewithdoc, gettopmargin, getvresolution, getzoom, setalignwithmargins, setautofirstpagenumber, setbackgoundimage, setblackandwhite, setbottommargin, setcenterfooter, setcenterfooterimage, setcenterfooterpictureheight, setcenterfooterpicturewidth, setcenterheader, setcenterheaderimage, setcenterheaderimage, setcenterheaderpictureheight, setcenterheaderpicturewidth, setcenterhorizontally, setcentervertically, setcopies, setdifferentfirst, setdifferentoddeven, setdraft, setevenfooterstring, setevenheaderstring, setfirstfooterstring, setfirstheaderstring, setfirstpagenumber, setfittopagestall, setfittopageswide, setfootermargininch, setfullfooterstring, setfullheaderstring, setheadermargininch, sethresolution, setleftfooter, setleftfooterimage, setleftfooterpictureheight, setleftfooterpicturewidth, setleftheader, setleftheaderimage, setleftheaderimage, setleftheaderpictureheight, setleftheaderpicturewidth, setleftmargin, setoddfooterstring, setoddheaderstring, setorder, setorientation, setpapersize, setprintcomments, setprinterrors, setprintnotes, setprintquality, setrightfooter, setrightfooterimage, setrightfooterpictureheight, setrightfooterpicturewidth, setrightheader, setrightheaderimage, setrightheaderimage, setrightheaderpictureheight, setrightheaderpicturewidth, setrightmargin, setscalewithdoc, settopmargin, setvresolution, setzoom |
xlspagesetup
public xlspagesetup(java.lang.object parent)
- sets application and parent fields.
- parameters:
parent
- parent object for the page setup.
isprintgridlines
public boolean isprintgridlines()
- true if cell gridlines are printed on the page. applies only to
worksheets. read / write boolean.
isprintgridlines
public void isprintgridlines(boolean value)
- true if cell gridlines are printed on the page. applies only to
worksheets. read / write boolean.
isprintheadings
public boolean isprintheadings()
- true if row and column headings are printed with this page. applies
only to worksheets. read / write boolean.
isprintheadings
public void isprintheadings(boolean value)
- true if row and column headings are printed with this page. applies
only to worksheets. read / write boolean.
getprintarea
public java.lang.string getprintarea()
- returns or sets the range to be printed, as a string using a1-style
references in the language of the macro. read / write string.
setprintarea
public void setprintarea(java.lang.string value)
- returns or sets the range to be printed, as a string using a1-style
references in the language of the macro. read / write string.
getprinttitlecolumns
public java.lang.string getprinttitlecolumns()
- returns or sets the columns that contain the cells to be repeated
on the left side of each page, as a string in a1-style notation
in the language of the macro. read / write string.
setprinttitlecolumns
public void setprinttitlecolumns(java.lang.string value)
- returns or sets the columns that contain the cells to be repeated
on the left side of each page, as a string in a1-style notation
in the language of the macro. read / write string.
getprinttitlerows
public java.lang.string getprinttitlerows()
- returns or sets the rows that contain the cells to be repeated at
the top of each page, as a string in a1-style notation in the
language of the macro. read / write string.
setprinttitlerows
public void setprinttitlerows(java.lang.string value)
- returns or sets the rows that contain the cells to be repeated at
the top of each page, as a string in a1-style notation in the
language of the macro. read / write string.
issummaryrowbelow
public boolean issummaryrowbelow()
- indicates whether summary rows will appear below detail in outlines.
issummaryrowbelow
public void issummaryrowbelow(boolean value)
- indicates whether summary rows will appear below detail in outlines.
issummarycolumnright
public boolean issummarycolumnright()
- indicates whether summary columns will appear right of the detail in outlines.
issummarycolumnright
public void issummarycolumnright(boolean value)
- indicates whether summary columns will appear right of the detail in outlines.
isfittopage
public boolean isfittopage()
- indicates whether fit to page mode is selected.
isfittopage
public void isfittopage(boolean value)
- indicates whether fit to page mode is selected.
getdefaultrowheight
public int getdefaultrowheight()
- gets or sets default row height.
setdefaultrowheight
public void setdefaultrowheight(int value)
- gets or sets default row height.