pdfgridcolumn-ag凯发旗舰厅



com.spire.pdf.grid
class pdfgridcolumn

java.lang.object
  extended by com.spire.pdf.grid.pdfgridcolumn

public class pdfgridcolumn
extends java.lang.object

represents pdf grid cell style.


constructor summary
pdfgridcolumn(pdfgrid grid)
          initializes a new instance of the class.
 
method summary
 pdfstringformat getformat()
          gets or sets the format.
 pdfgrid getgrid()
          gets the grid.
 float getwidth()
          gets the width.
 void setformat(pdfstringformat value)
           
 void setwidth(double value)
           
 void setwidth(float value)
           
 
constructor detail

pdfgridcolumn

public pdfgridcolumn(pdfgrid grid)
initializes a new instance of the class.
parameters:
grid - the grid.
method detail

getwidth

public float getwidth()
gets the width.

setwidth

public void setwidth(float value)

setwidth

public void setwidth(double value)

getformat

public pdfstringformat getformat()
gets or sets the format.

setformat

public void setformat(pdfstringformat value)

getgrid

public pdfgrid getgrid()
gets the grid.


网站地图