Interface ITableResolver
- All Known Implementing Classes:
TableResolver
public interface ITableResolver
This interface is used to resolve a table in the template document.
The table is passed to the resolveTable method and will be used to fill an existing Tbl object in the document.
- Version:
- 1.6.6
- Author:
- Joseph Verron
-
Method Summary
Modifier and TypeMethodDescriptionvoidresolveTable(StampTable table) Resolves the given table by manipulating the given table in the template
-
Method Details
-
resolveTable
Resolves the given table by manipulating the given table in the template- Parameters:
table- the table to resolve.
-