Interface CommentProcessorFactory.ITableResolver

Enclosing class:
CommentProcessorFactory

public static interface CommentProcessorFactory.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.
Since:
1.6.2
Version:
${version}
Author:
Joseph Verron
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Resolves the given table by manipulating the given table in the template
  • Method Details

    • resolveTable

      void resolveTable(StampTable table)
      Resolves the given table by manipulating the given table in the template
      Parameters:
      table - the table to resolve.