com.gnostice.pdfone
Class PdfTable
java.lang.Object
com.gnostice.pdfone.PdfTable
- public final class PdfTable
- extends Object
Constructor Summary |
PdfTable(int columns)
|
PdfTable(int columns,
double[] colwidth,
double cellHeight,
int measurementUnit)
|
PdfTable(int columns,
double[] colwidth,
int measurementUnit)
|
Method Summary |
void |
addCell(int rowSpan,
int colSpan)
|
void |
addCell(int rowSpan,
int colSpan,
Color backgroundColor)
|
void |
addCell(int rowSpan,
int colSpan,
PdfFormField formfield)
|
void |
addCell(int rowSpan,
int colSpan,
PdfImage image)
|
void |
addCell(int rowSpan,
int colSpan,
String text)
|
void |
addCell(int rowSpan,
int colSpan,
String text,
Color backgroundColor)
|
void |
addCell(int rowSpan,
int colSpan,
String text,
Color backgroundColor,
PdfFont font,
int aligntment)
|
void |
addCell(int rowSpan,
int colSpan,
String text,
int aligntment)
|
void |
addCell(int rowSpan,
int colSpan,
String text,
PdfImage image,
Color backgroundColor,
int alignment)
|
void |
addCell(int rowSpan,
int colSpan,
String text,
String imagePath)
|
int |
getAlignment()
|
boolean |
getAutoAdjRowHeight()
|
Color |
getBackgroundColor()
|
double |
getCellBottomMargin()
|
double |
getCellLeftMargin()
|
double |
getCellRightMargin()
|
double |
getCellTopMargin()
|
double[] |
getColumnWidths()
|
PdfFont |
getFont()
|
PdfPen |
getPen()
|
double |
getRowHeight()
|
void |
setAlignment(int alignment)
|
void |
setAutoAdjRowHeight(boolean autoAdjColumnHeight)
|
void |
setBackgroundColor(Color backgroundColor)
|
void |
setCellBottomMargin(double cellBottomMargin)
|
void |
setCellLeftMargin(double cellLeftMargin)
|
void |
setCellRightMargin(double cellRightMargin)
|
void |
setCellTopMargin(double cellTopMargin)
|
void |
setColumnWidth(double[] colwidth)
|
void |
setFont(PdfFont font)
|
void |
setPen(PdfPen pen)
|
void |
setRowHeight(double rowHeight)
|
PdfTable
public PdfTable(int columns)
PdfTable
public PdfTable(int columns,
double[] colwidth,
int measurementUnit)
throws PdfException
PdfTable
public PdfTable(int columns,
double[] colwidth,
double cellHeight,
int measurementUnit)
throws PdfException
addCell
public void addCell(int rowSpan,
int colSpan)
addCell
public void addCell(int rowSpan,
int colSpan,
String text)
addCell
public void addCell(int rowSpan,
int colSpan,
String text,
Color backgroundColor,
PdfFont font,
int aligntment)
addCell
public void addCell(int rowSpan,
int colSpan,
String text,
int aligntment)
addCell
public void addCell(int rowSpan,
int colSpan,
String text,
Color backgroundColor)
addCell
public void addCell(int rowSpan,
int colSpan,
PdfImage image)
addCell
public void addCell(int rowSpan,
int colSpan,
Color backgroundColor)
addCell
public void addCell(int rowSpan,
int colSpan,
String text,
String imagePath)
throws IOException,
PdfException
- Throws:
IOException
PdfException
addCell
public void addCell(int rowSpan,
int colSpan,
String text,
PdfImage image,
Color backgroundColor,
int alignment)
throws IOException,
PdfException
- Throws:
IOException
PdfException
addCell
public void addCell(int rowSpan,
int colSpan,
PdfFormField formfield)
getPen
public PdfPen getPen()
setPen
public void setPen(PdfPen pen)
getAutoAdjRowHeight
public boolean getAutoAdjRowHeight()
setAutoAdjRowHeight
public void setAutoAdjRowHeight(boolean autoAdjColumnHeight)
getCellLeftMargin
public double getCellLeftMargin()
setCellLeftMargin
public void setCellLeftMargin(double cellLeftMargin)
getCellTopMargin
public double getCellTopMargin()
setCellTopMargin
public void setCellTopMargin(double cellTopMargin)
getCellRightMargin
public double getCellRightMargin()
setCellRightMargin
public void setCellRightMargin(double cellRightMargin)
getCellBottomMargin
public double getCellBottomMargin()
setCellBottomMargin
public void setCellBottomMargin(double cellBottomMargin)
getRowHeight
public double getRowHeight()
setRowHeight
public void setRowHeight(double rowHeight)
getColumnWidths
public double[] getColumnWidths()
setColumnWidth
public void setColumnWidth(double[] colwidth)
getBackgroundColor
public Color getBackgroundColor()
setBackgroundColor
public void setBackgroundColor(Color backgroundColor)
getFont
public PdfFont getFont()
setFont
public void setFont(PdfFont font)
getAlignment
public int getAlignment()
setAlignment
public void setAlignment(int alignment)
To contact our support team, send an e-mail to support@gnostice.com.
© 2006 Gnostice Information Technologies Private Limited. All rights reserved.
www.gnostice.com