pdftablelayoutformat-ag凯发旗舰厅



com.spire.pdf.tables
class pdftablelayoutformat

java.lang.object
  extended by com.spire.pdf.graphics.pdftextlayout
      extended by com.spire.pdf.tables.pdftablelayoutformat

public class pdftablelayoutformat
extends pdftextlayout

represents the parameters for light table layout.


constructor summary
pdftablelayoutformat()
          initializes a new instance of the class.
pdftablelayoutformat(pdftextlayout baseformat)
          initializes a new instance of the class.
 
method summary
 int getendcolumnindex()
          gets or sets the end column index.
 int getstartcolumnindex()
          gets or sets the start column index.
 void setendcolumnindex(int value)
           
 void setstartcolumnindex(int value)
           
 
methods inherited from class com.spire.pdf.graphics.pdftextlayout
getbreak, getlayout, getpaginatebounds, setbreak, setlayout, setpaginatebounds
 
constructor detail

pdftablelayoutformat

public pdftablelayoutformat()
initializes a new instance of the class.

pdftablelayoutformat

public pdftablelayoutformat(pdftextlayout baseformat)
initializes a new instance of the class.
parameters:
baseformat - the base format.
method detail

getstartcolumnindex

public int getstartcolumnindex()
gets or sets the start column index.

setstartcolumnindex

public void setstartcolumnindex(int value)

getendcolumnindex

public int getendcolumnindex()
gets or sets the end column index.

setendcolumnindex

public void setendcolumnindex(int value)


网站地图