| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.tables.PdfColumn
public class PdfColumn
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 | 
|---|
public PdfColumn()
public PdfColumn(float width)
public PdfColumn(java.lang.String columnName)
columnName - Name of the column.| Method Detail | 
|---|
public PdfStringFormat getStringFormat()
public void setStringFormat(PdfStringFormat value)
public float getWidth()
public void setWidth(double value)
public java.lang.String getColumnName()
public void setColumnName(java.lang.String value)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||