Interface IPageSetupBase
- Namespace
- Spire.Xls.Core.Interfaces
- Assembly
- Spire.XLS.dll
public interface IPageSetupBase : IExcelApplication
- Inherited Members
-
Properties
AutoFirstPageNumber
bool AutoFirstPageNumber { get; set; }
Property Value
- bool
BackgoundImage
SKBitmap BackgoundImage { get; set; }
Property Value
- SKBitmap
BlackAndWhite
bool BlackAndWhite { get; set; }
Property Value
- bool
BottomMargin
double BottomMargin { get; set; }
Property Value
- double
string CenterFooter { get; set; }
Property Value
- string
SKBitmap CenterFooterImage { get; set; }
Property Value
- SKBitmap
string CenterHeader { get; set; }
Property Value
- string
SKBitmap CenterHeaderImage { get; set; }
Property Value
- SKBitmap
CenterHorizontally
bool CenterHorizontally { get; set; }
Property Value
- bool
CenterVertically
bool CenterVertically { get; set; }
Property Value
- bool
Copies
Property Value
- int
Draft
Property Value
- bool
FirstPageNumber
int FirstPageNumber { get; set; }
Property Value
- int
double FooterMarginInch { get; set; }
Property Value
- double
double HeaderMarginInch { get; set; }
Property Value
- double
string LeftFooter { get; set; }
Property Value
- string
SKBitmap LeftFooterImage { get; set; }
Property Value
- SKBitmap
string LeftHeader { get; set; }
Property Value
- string
SKBitmap LeftHeaderImage { get; set; }
Property Value
- SKBitmap
LeftMargin
double LeftMargin { get; set; }
Property Value
- double
Order
OrderType Order { get; set; }
Property Value
- OrderType
Orientation
PageOrientationType Orientation { get; set; }
Property Value
- PageOrientationType
PaperSize
PaperSizeType PaperSize { get; set; }
Property Value
- PaperSizeType
PrintCommentType PrintComments { get; set; }
Property Value
- PrintCommentType
PrintErrors
PrintErrorsType PrintErrors { get; set; }
Property Value
- PrintErrorsType
PrintNotes
bool PrintNotes { get; set; }
Property Value
- bool
PrintQuality
int PrintQuality { get; set; }
Property Value
- int
string RightFooter { get; set; }
Property Value
- string
SKBitmap RightFooterImage { get; set; }
Property Value
- SKBitmap
string RightHeader { get; set; }
Property Value
- string
SKBitmap RightHeaderImage { get; set; }
Property Value
- SKBitmap
RightMargin
double RightMargin { get; set; }
Property Value
- double
TopMargin
double TopMargin { get; set; }
Property Value
- double
Zoom
Property Value
- int