| Package | Description |
|---|---|
| pl.jsolve.templ4docx.cleaner | |
| pl.jsolve.templ4docx.core | |
| pl.jsolve.templ4docx.executor | |
| pl.jsolve.templ4docx.extractor | |
| pl.jsolve.templ4docx.strategy |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentCleaner.clean(Docx docx,
Variables variables,
VariablePattern variablePattern)
Main method for cleaning XWPFRun in whole document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Docx.fillTemplate(Variables variables)
Method replaces found variable to value provided by user
|
| Constructor and Description |
|---|
DocumentExecutor(Variables variables) |
| Modifier and Type | Method and Description |
|---|---|
List<Key> |
KeyExtractor.extractKeys(Variables variables)
Utility method which returns list of keys for all variables added to Variables object
|
List<Insert> |
VariableFinder.find(org.apache.poi.xwpf.usermodel.XWPFDocument document,
Variables variables)
Returns list of inserts for found variables.
|
| Constructor and Description |
|---|
VariableFinder(Variables variables) |
| Constructor and Description |
|---|
InsertStrategyChooser(Variables variables,
TableRowCleaner tableRowCleaner,
ParagraphCleaner paragraphCleaner) |
TableInsertStrategy(Variables variables,
InsertStrategyChooser insertStrategyChooser,
TableRowCleaner tableRowCleaner) |
Copyright © 2016 jsolve. All rights reserved.