Uses of Class
org.apache.poi.xwpf.converter.pdf.internal.elements.StylableDocument

Packages that use StylableDocument
org.apache.poi.xwpf.converter.pdf.internal.elements   
 

Uses of StylableDocument in org.apache.poi.xwpf.converter.pdf.internal.elements
 

Methods in org.apache.poi.xwpf.converter.pdf.internal.elements that return StylableDocument
 StylableDocument StylableTable.getOwnerDocument()
           
 StylableDocument StylableParagraph.getOwnerDocument()
           
 

Constructors in org.apache.poi.xwpf.converter.pdf.internal.elements with parameters of type StylableDocument
StylableDocumentSection(StylableDocument ownerDocument, IITextContainer parent, boolean inHeaderFooter)
           
StylableHeaderFooter(StylableDocument ownerDocument, BigInteger dxaY, boolean header)
           
StylableParagraph(StylableDocument ownerDocument, IITextContainer parent)
           
StylableParagraph(StylableDocument ownerDocument, com.lowagie.text.Paragraph title, IITextContainer parent)
           
StylableTable(StylableDocument ownerDocument, IITextContainer parent, int numColumns)
           
StylableTableCell(StylableDocument ownerDocument, IITextContainer parent)
           
StylableTableCell(StylableDocument ownerDocument, IITextContainer parent, ExtendedPdfPTable table)
           
 



Copyright © 2014. All Rights Reserved.