| |
|
| java.lang.Object com.lowagie.text.rtf.RtfElement com.lowagie.text.rtf.table.RtfTable
RtfTable | public class RtfTable extends RtfElement (Code) | | The RtfTable wraps a Table.
INTERNAL USE ONLY
version: $Id: RtfTable.java 2776 2007-05-23 20:01:40Z hallm $ author: Mark Hall (mhall@edu.uni-klu.ac.at) author: Steffen Stundzig author: Benoit Wiart author: Thomas Bickel (tmb99@inode.at) |
Constructor Summary | |
public | RtfTable(RtfDocument doc, Table table) Constructs a RtfTable based on a Table for a RtfDocument. |
RtfTable | public RtfTable(RtfDocument doc, Table table)(Code) | | Constructs a RtfTable based on a Table for a RtfDocument.
Parameters: doc - The RtfDocument this RtfTable belongs to Parameters: table - The Table that this RtfTable wraps |
getAlignment | protected int getAlignment()(Code) | | Gets the alignment of this RtfTable
The alignment of this RtfTable. |
getBorders | protected RtfBorderGroup getBorders()(Code) | | Gets the borders of this RtfTable
The borders of this RtfTable. |
getCellPadding | protected float getCellPadding()(Code) | | Gets the cell padding of this RtfTable
The cell padding of this RtfTable. |
getCellSpacing | protected float getCellSpacing()(Code) | | Gets the cell spacing of this RtfTable
The cell spacing of this RtfTable. |
getCellsFitToPage | protected boolean getCellsFitToPage()(Code) | | Gets the cellsFitToPage setting of this RtfTable.
The cellsFitToPage setting of this RtfTable. |
getHeaderRows | protected int getHeaderRows()(Code) | | Gets the number of header rows of this RtfTable
The number of header rows |
getProportionalWidths | protected float[] getProportionalWidths()(Code) | | Gets the proportional cell widths of this RtfTable
The proportional widths of this RtfTable. |
getRows | protected ArrayList getRows()(Code) | | Gets the rows of this RtfTable
The rows of this RtfTable |
getTableFitToPage | protected boolean getTableFitToPage()(Code) | | Gets the tableFitToPage setting of this RtfTable.
The tableFitToPage setting of this RtfTable. |
getTableWidthPercent | protected float getTableWidthPercent()(Code) | | Gets the percentage of the page width this RtfTable covers
The percentage of the page width. |
|
|
|