Interface IAssetTextVisitor

All Known Implementing Classes:
AssetTextVisitor, AssetVisitor

public interface IAssetTextVisitor
This visitor is used during the initialization of a text element to gather the actual text objects and their formats.
Since:
5.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked for each text object that needs to be added to the text definition.
  • Method Details

    • addText

      void addText(String format, IMultilingualText text)
      This method should be invoked for each text object that needs to be added to the text definition.
      Parameters:
      format - The format of the text object.
      text - The actual text object that needs to be added.
      Throws:
      InitializationException - This exception is thrown when the text could not be added.