|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.grid.PdfGridColumn
public class PdfGridColumn
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 |
---|
public PdfGridColumn(PdfGrid grid)
grid
- The grid.Method Detail |
---|
public float getWidth()
public void setWidth(float value)
public void setWidth(double value)
public PdfStringFormat getFormat()
public void setFormat(PdfStringFormat value)
public PdfGrid getGrid()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |