public class TextReference extends Reference
Reference to a text document element.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

    • TextReference

      protected TextReference(com.aquima.interactions.foundation.report.IInitializationReport report, String name)
    • TextReference

      protected TextReference(com.aquima.interactions.foundation.report.IInitializationReport report, TextTemplate textTemplate)
  • Method Details

    • getTextName

      protected String getTextName()
    • getTextTemplate

      public TextTemplate getTextTemplate()
      This method returns the inline text template that is referred to. The inline template is only available when the text was added without a name. For references by name, the text template should be accessed through the document engine template.
      Returns:
      The inline text template that is referred to.