Constructors in org.odftoolkit.odfdom.converter.pdf.internal.stylable with parameters of type StylableDocument |
StylableChunk(StylableDocument ownerDocument,
IStylableContainer parent,
String textContent,
FontGroup fontGroup)
|
StylableDocumentSection(StylableDocument ownerDocument,
IStylableContainer parent,
boolean inHeaderFooter)
|
StylableHeaderFooter(StylableDocument ownerDocument,
boolean header)
|
StylableHeading(StylableDocument ownerDocument,
IStylableContainer parent,
List<Integer> headingNumbering)
|
StylableImage(StylableDocument ownerDocument,
IStylableContainer parent,
com.lowagie.text.Image image,
Float x,
Float y,
Float width,
Float height)
|
StylableList(StylableDocument ownerDocument,
IStylableContainer parent,
int listLevel)
|
StylableParagraph(StylableDocument ownerDocument,
IStylableContainer parent)
|
StylableParagraph(StylableDocument ownerDocument,
com.lowagie.text.Paragraph title,
IStylableContainer parent)
|
StylableParagraphWrapper(StylableDocument ownerDocument,
IStylableContainer parent)
|
StylableTab(StylableDocument ownerDocument,
IStylableContainer parent,
boolean inTableOfContent)
|
StylableTable(StylableDocument ownerDocument,
IStylableContainer parent,
int numColumns)
|
StylableTableCell(StylableDocument ownerDocument,
IStylableContainer parent)
|