pdfcolumn-ag凯发旗舰厅



com.spire.pdf.tables
class pdfcolumn

java.lang.object
  extended by com.spire.pdf.tables.pdfcolumn

public class pdfcolumn
extends java.lang.object

represents a single column of the table.


constructor summary
pdfcolumn()
          initializes a new instance of the class.
pdfcolumn(float width)
           
pdfcolumn(java.lang.string columnname)
          initializes a new instance of the class.
 
method summary
 java.lang.string getcolumnname()
          gets or sets the column name.
 pdfstringformat getstringformat()
          gets or sets the string format.
 float getwidth()
          gets or sets the width of the column.
 void setcolumnname(java.lang.string value)
           
 void setstringformat(pdfstringformat value)
           
 void setwidth(double value)
           
 
constructor detail

pdfcolumn

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

pdfcolumn

public pdfcolumn(float width)

pdfcolumn

public pdfcolumn(java.lang.string columnname)
initializes a new instance of the class.
parameters:
columnname - name of the column.
method detail

getstringformat

public pdfstringformat getstringformat()
gets or sets the string format.

setstringformat

public void setstringformat(pdfstringformat value)

getwidth

public float getwidth()
gets or sets the width of the column.

setwidth

public void setwidth(double value)

getcolumnname

public java.lang.string getcolumnname()
gets or sets the column name.

setcolumnname

public void setcolumnname(java.lang.string value)


网站地图