org.apache.poi.xwpf.converter.pdf.internal.elements
Class StylableDocumentSection

java.lang.Object
  extended by org.apache.poi.xwpf.converter.pdf.internal.elements.StylableDocumentSection

public class StylableDocumentSection
extends Object


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

StylableDocumentSection

public StylableDocumentSection(StylableDocument ownerDocument,
                               IITextContainer parent,
                               boolean inHeaderFooter)
Method Detail

getParent

public IITextContainer getParent()

getElement

public com.lowagie.text.Element getElement()

addElement

public void addElement(com.lowagie.text.Element element)

columnBreak

public void columnBreak()

pageBreak

public void pageBreak()

getIBreakHandlingContainer

public static IBreakHandlingContainer getIBreakHandlingContainer(IITextContainer c)

createLayoutTable

public static StylableDocumentSection.SectionPdfPTable createLayoutTable(float width,
                                                                         float height)

createLayoutTable

public static StylableDocumentSection.SectionPdfPTable createLayoutTable(float width,
                                                                         float height,
                                                                         List<StyleColumnProperties> columnPropertiesList)

createColumnText

public static com.lowagie.text.pdf.ColumnText createColumnText()

replaceTableCells

public static void replaceTableCells(com.lowagie.text.pdf.PdfPTable table)

getCell

public static com.lowagie.text.pdf.PdfPCell getCell(com.lowagie.text.pdf.PdfPTable table,
                                                    int idx)

cloneAndClearTable

public static StylableDocumentSection.SectionPdfPTable cloneAndClearTable(com.lowagie.text.pdf.PdfPTable table,
                                                                          boolean resetFixedHeight)

clearTable

public static void clearTable(com.lowagie.text.pdf.PdfPTable table,
                              boolean resetFixedHeight)

getITextContainer

public IITextContainer getITextContainer()

setITextContainer

public void setITextContainer(IITextContainer container)


Copyright © 2013. All rights reserved.