|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.grid.pdfgridcell
public class pdfgridcell
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 |
---|
public pdfgridcell()
public pdfgridcell(pdfgridrow row)
row
- the row.method detail |
---|
public float getwidth()
public float getheight()
public int getrowspan()
public void setrowspan(int value)
public int getcolumnspan()
public void setcolumnspan(int value)
public pdfgridcellstyle getstyle()
public void setstyle(pdfgridcellstyle value)
public java.lang.object getvalue()
public void setvalue(java.lang.object value)
public pdfstringformat getstringformat()
public void setstringformat(pdfstringformat value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |