SpreadJS Documentation
PrintInfo type
Represents the information to use when printing a Sheet.
Syntax
var instance = new GcSpread.Sheets.PrintInfo();
function PrintInfo;
Inheritance Hierarchy

Object
   GcSpread.Sheets.PrintInfo

Constructors
 NameDescription
public ConstructorPrintInfo ConstructorRepresents the information to use when printing a Sheet.  
Top
Methods
 NameDescription
public MethodbestFitColumnsGets or sets whether column widths are adjusted to fit the longest text width for printing.  
public MethodbestFitRowsGets or sets whether row heights are adjusted to fit the tallest text height for printing.  
public MethodblackAndWhiteGets or sets whether to print in black and white.  
public MethodcenteringGets or sets how the printed page is centered.  
public MethodcolumnEndGets or sets the last column to print when printing a cell range.  
public MethodcolumnStartGets or sets the first column to print when printing a cell range.  
public MethodfirstPageNumberGets or sets the page number to print on the first page.  
public MethodfitPagesTallGets or sets the number of vertical pages to check when optimizing printing.  
public MethodfitPagesWideGets or sets the number of horizontal pages to check when optimizing the printing.  
public MethodfooterCenterGets or sets the text and format of the center footer on printed pages.  
public MethodfooterCenterImageGets or sets the image for the center section of the footer.  
public MethodfooterLeftGets or sets the text and format of the left footer on printed pages.  
public MethodfooterLeftImageGets or sets the image for the left section of the footer.  
public MethodfooterRightGets or sets the text and format of the right footer on printed pages.  
public MethodfooterRightImageGets or sets the image for the right section of the footer.  
public MethodheaderCenterGets or sets the text and format of the center header on printed pages.  
public MethodheaderCenterImageGets or sets the image for the center section of the header.  
public MethodheaderLeftGets or sets the text and format of the left header on printed pages.  
public MethodheaderLeftImageGets or sets the image for the left section of the header.  
public MethodheaderRightGets or sets the text and format of the right header on printed pages.  
public MethodheaderRightImageGets or sets the image for the right section of the header.  
public MethodmarginGets or sets the margins for printing, in hundredths of an inch.  
public MethodorientationGets or sets the page orientation used for printing.  
public MethodpageOrderGets or sets the order in which pages print.  
public MethodpageRangeGets or sets the page range for printing.  
public MethodpaperSizeGets or sets the paper size for printing.  
public MethodqualityFactorGets or sets the quality factor for printing.  
public MethodrepeatColumnEndGets or sets the last column of a range of columns to print on the left of each page.  
public MethodrepeatColumnStartGets or sets the first column of a range of columns to print on the left of each page.  
public MethodrepeatRowEndGets or sets the last row of a range of rows to print at the top of each page.  
public MethodrepeatRowStartGets or sets the first row of a range of rows to print at the top of each page.  
public MethodrowEndGets or sets the last row to print when printing a cell range.  
public MethodrowStartGets or sets the first row to print when printing a cell range.  
public MethodshowBorderGets or sets whether to print an outline border around the entire control.  
public MethodshowColumnHeaderGets or sets whether to print the column header.  
public MethodshowGridLineGets or sets whether to print the grid lines.  
public MethodshowRowHeaderGets or sets whether to print the row header.  
public MethoduseMaxGets or sets whether to print only rows and columns that contain data.  
public MethodzoomFactorGets or sets the zoom factor used for printing.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.