convertersetting-ag凯发旗舰厅



com.spire.xls
class convertersetting

java.lang.object
  extended by com.spire.xls.convertersetting

public class convertersetting
extends java.lang.object

convert setting


constructor summary
convertersetting()
           
 
method summary
 boolean getsheetfittopage()
           
 boolean getsheetfittowidth()
           
 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
 void setsheetfittowidth(boolean fittowidth)
           
 
constructor detail

convertersetting

public convertersetting()
method detail

iscellautofit

public boolean iscellautofit()
indicates whether the width and height of the cells is automatically fitted by cell value. the default value is false.
returns:

iscellautofit

public void iscellautofit(boolean cellautofit)
indicates whether the width and height of the cells is automatically fitted by cell value. the default value is false.
parameters:
cellautofit -

getsheetfittopage

public boolean getsheetfittopage()
returns:
get a value indicates whether to one sheet context render to only one page

setsheetfittopage

public void setsheetfittopage(boolean fittopage)
sets a value indicating whether one sheet context is rendered to only one page
parameters:
fittopage -

getsheetfittowidth

public boolean getsheetfittowidth()

setsheetfittowidth

public void setsheetfittowidth(boolean fittowidth)

isrecalculateonconvert

public boolean isrecalculateonconvert()
identifies whether recalculate on convert.
returns:

isrecalculateonconvert

public void isrecalculateonconvert(boolean recalculateonconvert)
identifies whether recalculate on convert.
parameters:
recalculateonconvert -


网站地图