| Package | Description |
|---|---|
| pl.jsolve.templ4docx.extractor | |
| pl.jsolve.templ4docx.insert | |
| pl.jsolve.templ4docx.strategy |
| Modifier and Type | Method and Description |
|---|---|
List<Insert> |
VariableFinder.find(org.apache.poi.xwpf.usermodel.XWPFDocument document,
Variables variables)
Returns list of inserts for found variables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableFinder.replace(List<Insert> inserts)
Execute appropriate strategy for each insert.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulletListInsert
Insert for bullet list.
|
class |
ImageInsert
Insert for image variable.
|
class |
ParagraphInsert
Abstract paragraph insert.
|
class |
TableCellInsert
Insert for table cell variable.
|
class |
TableRowInsert
Insert for table row variable.
|
class |
TextInsert
Insert for text variable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextInsertStrategy.insert(Insert insert,
Variable variable) |
void |
TableInsertStrategy.insert(Insert insert,
Variable variable) |
void |
InsertStrategy.insert(Insert insert,
Variable variable) |
void |
ImageInsertStrategy.insert(Insert insert,
Variable variable) |
void |
BulletListInsertStrategy.insert(Insert insert,
Variable variable) |
void |
InsertStrategyChooser.replace(Insert insert) |
void |
InsertStrategyChooser.replace(Insert insert,
Variable variable) |
Copyright © 2016 jsolve. All rights reserved.