public class StylableDocumentSection
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StylableDocumentSection.FixedHeightPdfPCell |
static class |
StylableDocumentSection.SectionPdfPTable |
| Constructor and Description |
|---|
StylableDocumentSection(StylableDocument ownerDocument,
IITextContainer parent,
boolean inHeaderFooter) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(com.lowagie.text.Element element) |
static void |
clearTable(com.lowagie.text.pdf.PdfPTable table,
boolean resetFixedHeight) |
static StylableDocumentSection.SectionPdfPTable |
cloneAndClearTable(com.lowagie.text.pdf.PdfPTable table,
boolean resetFixedHeight) |
void |
columnBreak() |
static StylableColumnText |
createColumnText() |
static StylableDocumentSection.SectionPdfPTable |
createLayoutTable(float width,
float height) |
static StylableDocumentSection.SectionPdfPTable |
createLayoutTable(float width,
float height,
java.util.List<StyleColumnProperties> columnPropertiesList) |
static com.lowagie.text.pdf.PdfPCell |
getCell(com.lowagie.text.pdf.PdfPTable table,
int idx) |
com.lowagie.text.Element |
getElement() |
static IBreakHandlingContainer |
getIBreakHandlingContainer(IITextContainer c) |
IITextContainer |
getITextContainer() |
IITextContainer |
getParent() |
void |
pageBreak() |
static void |
replaceTableCells(com.lowagie.text.pdf.PdfPTable table) |
void |
setITextContainer(IITextContainer container) |
public StylableDocumentSection(StylableDocument ownerDocument, IITextContainer parent, boolean inHeaderFooter)
public IITextContainer getParent()
public com.lowagie.text.Element getElement()
public void addElement(com.lowagie.text.Element element)
public void columnBreak()
public void pageBreak()
public static IBreakHandlingContainer getIBreakHandlingContainer(IITextContainer c)
public static StylableDocumentSection.SectionPdfPTable createLayoutTable(float width, float height)
public static StylableDocumentSection.SectionPdfPTable createLayoutTable(float width, float height, java.util.List<StyleColumnProperties> columnPropertiesList)
public static StylableColumnText createColumnText()
public static void replaceTableCells(com.lowagie.text.pdf.PdfPTable table)
public static com.lowagie.text.pdf.PdfPCell getCell(com.lowagie.text.pdf.PdfPTable table,
int idx)
public static StylableDocumentSection.SectionPdfPTable cloneAndClearTable(com.lowagie.text.pdf.PdfPTable table, boolean resetFixedHeight)
public static void clearTable(com.lowagie.text.pdf.PdfPTable table,
boolean resetFixedHeight)
public IITextContainer getITextContainer()
public void setITextContainer(IITextContainer container)
Copyright © 2022. All Rights Reserved.