|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.xls.ConverterSetting
public class ConverterSetting
Convert setting
Constructor Summary | |
---|---|
ConverterSetting()
|
Method Summary | |
---|---|
boolean |
getSheetFitToPage()
|
boolean |
isCellAutoFit()
Indicates whether the width and height of the cells is automatically fitted by cell value. |
void |
isCellAutoFit(boolean cellAutoFit)
Indicates whether the width and height of the cells is automatically fitted by cell value. |
boolean |
isReCalculateOnConvert()
Identifies whether Recalculate on convert. |
void |
isReCalculateOnConvert(boolean recalculateOnConvert)
Identifies whether Recalculate on convert. |
void |
setSheetFitToPage(boolean fitToPage)
Sets a value indicating whether one sheet context is rendered to only one page |
Constructor Detail |
---|
public ConverterSetting()
Method Detail |
---|
public boolean isCellAutoFit()
public void isCellAutoFit(boolean cellAutoFit)
cellAutoFit
- public boolean getSheetFitToPage()
public void setSheetFitToPage(boolean fitToPage)
fitToPage
- public boolean isReCalculateOnConvert()
public void isReCalculateOnConvert(boolean recalculateOnConvert)
recalculateOnConvert
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |