|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.xwpf.converter.pdf.internal.elements.StylableDocumentSection
public class StylableDocumentSection
| Nested Class Summary | |
|---|---|
static class |
StylableDocumentSection.FixedHeightPdfPCell
|
static class |
StylableDocumentSection.SectionPdfPTable
|
| Constructor Summary | |
|---|---|
StylableDocumentSection(StylableDocument ownerDocument,
IITextContainer parent,
boolean inHeaderFooter)
|
|
| Method Summary | |
|---|---|
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 com.lowagie.text.pdf.ColumnText |
createColumnText()
|
static StylableDocumentSection.SectionPdfPTable |
createLayoutTable(float width,
float height)
|
static StylableDocumentSection.SectionPdfPTable |
createLayoutTable(float width,
float height,
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StylableDocumentSection(StylableDocument ownerDocument,
IITextContainer parent,
boolean inHeaderFooter)
| Method Detail |
|---|
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,
List<StyleColumnProperties> columnPropertiesList)
public static com.lowagie.text.pdf.ColumnText 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||