public class RtfTable extends RtfElement
document, inHeader, inTableCLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR| Constructor and Description |
|---|
RtfTable(RtfDocument doc,
PdfPTable table)
Constructs a RtfTable based on a PdfTable for a RtfDocument.
|
RtfTable(RtfDocument doc,
Table table)
Constructs a RtfTable based on a Table for a RtfDocument.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getAlignment()
Gets the alignment of this RtfTable
|
protected RtfBorderGroup |
getBorders()
Gets the borders of this RtfTable
|
protected float |
getCellPadding()
Gets the cell padding of this RtfTable
|
protected boolean |
getCellsFitToPage()
Gets the cellsFitToPage setting of this RtfTable.
|
protected float |
getCellSpacing()
Gets the cell spacing of this RtfTable
|
protected int |
getHeaderRows()
Gets the number of header rows of this RtfTable
|
protected float[] |
getProportionalWidths()
Gets the proportional cell widths of this RtfTable
|
protected ArrayList |
getRows()
Gets the rows of this RtfTable
|
protected boolean |
getTableFitToPage()
Gets the tableFitToPage setting of this RtfTable.
|
protected float |
getTableWidthPercent()
Gets the percentage of the page width this RtfTable covers
|
void |
writeContent(OutputStream result)
Writes the content of this RtfTable
|
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocumentpublic RtfTable(RtfDocument doc, Table table)
doc - The RtfDocument this RtfTable belongs totable - The Table that this RtfTable wrapspublic RtfTable(RtfDocument doc, PdfPTable table)
doc - The RtfDocument this RtfTable belongs totable - The PdfPTable that this RtfTable wrapspublic void writeContent(OutputStream result) throws IOException
writeContent in interface RtfBasicElementwriteContent in class RtfElementresult - The OutputStream to write the content toIOExceptionprotected int getAlignment()
protected RtfBorderGroup getBorders()
protected float getCellPadding()
protected float getCellSpacing()
protected float[] getProportionalWidths()
protected float getTableWidthPercent()
protected ArrayList getRows()
protected boolean getCellsFitToPage()
protected boolean getTableFitToPage()
protected int getHeaderRows()
Copyright © 2015. All rights reserved.