| Constructor and Description |
|---|
InvocationContext(ITextContext iTextContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(com.itextpdf.text.Element element) |
void |
appendAll(Iterable<? extends com.itextpdf.text.Element> elements) |
List<com.itextpdf.text.Element> |
collectChildren(int level,
org.pegdown.ast.Node node) |
void |
flushPendingChapter() |
protected void |
initProcessors(ITextContext iTextContext,
Styles styles) |
ITextContext |
iTextContext() |
Attributes |
peekAttributes(int level) |
Attributes |
peekAttributes(int level,
boolean lookupForAncestor) |
CellStyler |
peekCellStyler() |
com.itextpdf.text.Font |
peekFont() |
TableInfos |
peekTable() |
CellStyler |
popCellStyler() |
com.itextpdf.text.Font |
popFont() |
TableInfos |
popTable() |
void |
process(int depth,
org.pegdown.ast.Node node) |
void |
processChildren(int level,
org.pegdown.ast.Node node) |
void |
pushAttributes(int level,
Attributes attributes) |
void |
pushCellStyler(CellStyler cellStyler) |
void |
pushFont(com.itextpdf.text.Font font) |
void |
pushTable(TableInfos table) |
References |
references() |
com.itextpdf.text.Chunk |
symbol(String symbol,
float size,
com.itextpdf.text.BaseColor color) |
TreeNavigation |
treeNavigation() |
VariableResolver |
variableResolver() |
public InvocationContext(ITextContext iTextContext) throws IOException, com.itextpdf.text.DocumentException
IOExceptioncom.itextpdf.text.DocumentExceptionpublic ITextContext iTextContext()
public References references()
public VariableResolver variableResolver()
public com.itextpdf.text.Chunk symbol(String symbol, float size, com.itextpdf.text.BaseColor color)
public void process(int depth,
org.pegdown.ast.Node node)
public TreeNavigation treeNavigation()
public void processChildren(int level,
org.pegdown.ast.Node node)
public List<com.itextpdf.text.Element> collectChildren(int level, org.pegdown.ast.Node node)
protected void initProcessors(ITextContext iTextContext, Styles styles)
public com.itextpdf.text.Font peekFont()
public void pushFont(com.itextpdf.text.Font font)
public com.itextpdf.text.Font popFont()
public TableInfos peekTable()
public void pushTable(TableInfos table)
public TableInfos popTable()
public CellStyler peekCellStyler()
public void pushCellStyler(CellStyler cellStyler)
public CellStyler popCellStyler()
public void pushAttributes(int level,
Attributes attributes)
public Attributes peekAttributes(int level)
public Attributes peekAttributes(int level, boolean lookupForAncestor)
public void append(com.itextpdf.text.Element element)
public void appendAll(Iterable<? extends com.itextpdf.text.Element> elements)
public void flushPendingChapter()
Copyright © 2014. All Rights Reserved.