| Package | Description |
|---|---|
| pl.jsolve.templ4docx.extractor | |
| pl.jsolve.templ4docx.insert | |
| pl.jsolve.templ4docx.util | |
| pl.jsolve.templ4docx.variable |
| 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
|
| Modifier and Type | Field and Description |
|---|---|
protected Key |
Insert.key
Key - information about found variable
|
| Modifier and Type | Method and Description |
|---|---|
Key |
Insert.getKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
Insert.setKey(Key key) |
| Constructor and Description |
|---|
BulletListInsert(Key key,
org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
org.apache.poi.xwpf.usermodel.XWPFTableCell cellParent,
org.apache.poi.xwpf.usermodel.XWPFDocument documentParent) |
ImageInsert(Key key,
org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
Insert(Key key) |
ParagraphInsert(Key key,
org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
org.apache.poi.xwpf.usermodel.XWPFTableCell cellParent,
org.apache.poi.xwpf.usermodel.XWPFDocument documentParent) |
TableCellInsert(Key key,
org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
TextInsert(Key key,
org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
| Modifier and Type | Method and Description |
|---|---|
Key |
Key.getFirstSubKey() |
| Modifier and Type | Method and Description |
|---|---|
List<Key> |
Key.getSubKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
Key.addSubKey(Key subkey) |
| Modifier and Type | Method and Description |
|---|---|
Set<Key> |
TableVariable.getKeys() |
Set<Key> |
TableOldVariable.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
Variable |
Variables.getVariable(Key key) |
Variable |
TableVariable.getVariable(Key key,
int index) |
Variable |
TableOldVariable.getVariable(Key key,
int index) |
Copyright © 2016 jsolve. All rights reserved.