pdfgridcell-ag凯发旗舰厅



com.spire.pdf.grid
class pdfgridcell

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

public class pdfgridcell
extends java.lang.object

represents pdf grid-cell property.


constructor summary
pdfgridcell()
          initializes a new instance of the class.
pdfgridcell(pdfgridrow row)
          initializes a new instance of the class.
 
method summary
 int getcolumnspan()
          gets the column span.
 float getheight()
          gets the height.
 int getrowspan()
          gets the row span.
 pdfstringformat getstringformat()
          gets the string format.
 pdfgridcellstyle getstyle()
          gets the cell style.
 java.lang.object getvalue()
          gets the value.
 float getwidth()
          gets or sets the width.
 void setcolumnspan(int value)
          sets the column span.
 void setrowspan(int value)
          sets the row span.
 void setstringformat(pdfstringformat value)
          sets the string format.
 void setstyle(pdfgridcellstyle value)
          sets the cell style.
 void setvalue(java.lang.object value)
          sets the value.
 
constructor detail

pdfgridcell

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

pdfgridcell

public pdfgridcell(pdfgridrow row)
initializes a new instance of the class.
parameters:
row - the row.
method detail

getwidth

public float getwidth()
gets or sets the width.

getheight

public float getheight()
gets the height.

getrowspan

public int getrowspan()
gets the row span.

setrowspan

public void setrowspan(int value)
sets the row span.

getcolumnspan

public int getcolumnspan()
gets the column span.

setcolumnspan

public void setcolumnspan(int value)
sets the column span.

getstyle

public pdfgridcellstyle getstyle()
gets the cell style.

setstyle

public void setstyle(pdfgridcellstyle value)
sets the cell style.

getvalue

public java.lang.object getvalue()
gets the value.

setvalue

public void setvalue(java.lang.object value)
sets the value.

getstringformat

public pdfstringformat getstringformat()
gets the string format.

setstringformat

public void setstringformat(pdfstringformat value)
sets the string format.


网站地图