|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.read.biff.SetupRecord
Contains the page set up for a sheet
Field Summary | |
private byte[] |
data
The raw data |
private int |
fitHeight
The fit height |
private int |
fitWidth
The fit width |
private double |
footerMargin
The footer margin |
private double |
headerMargin
The header margin |
private int |
horizontalPrintResolution
The horizontal print resolution |
private int |
pageStart
The page start |
private int |
paperSize
The paper size |
private boolean |
portraitOrientation
The orientation flag |
private int |
scaleFactor
The scale factor |
private int |
verticalPrintResolution
The vertical print resolution |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
(package private) |
SetupRecord(Record t)
Constructor which creates this object from the binary data |
Method Summary | |
int |
getFitHeight()
Accessor for the fit height. |
int |
getFitWidth()
Accessor for the fit width. |
double |
getFooterMargin()
Accessor for the footer. |
double |
getHeaderMargin()
Accessor for the header. |
int |
getHorizontalPrintResolution()
The horizontal print resolution. |
int |
getPageStart()
Accessor for the page height. |
int |
getPaperSize()
Accessor for the paper size. |
int |
getScaleFactor()
Accessor for the scale factor. |
int |
getVerticalPrintResolution()
Accessor for the vertical print resolution. |
boolean |
isPortrait()
Accessor for the orientation. |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Field Detail |
private byte[] data
private boolean portraitOrientation
private double headerMargin
private double footerMargin
private int paperSize
private int scaleFactor
private int pageStart
private int fitWidth
private int fitHeight
private int horizontalPrintResolution
private int verticalPrintResolution
Constructor Detail |
SetupRecord(Record t)
t
- the recordMethod Detail |
public boolean isPortrait()
public double getHeaderMargin()
public double getFooterMargin()
public int getPaperSize()
public int getScaleFactor()
public int getPageStart()
public int getFitWidth()
public int getFitHeight()
public int getHorizontalPrintResolution()
public int getVerticalPrintResolution()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |