Interface IContentStyleVisitor

All Known Implementing Classes:
ContentStyleVisitor, ReportingStyleVisitor

public interface IContentStyleVisitor
This visitor is used during initialization to gather the content styles.
Since:
6.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be used to add a content style definition.
  • Method Details

    • addContentStyle

      void addContentStyle(IContentStyleDS datasource)
      This method should be used to add a content style definition.
      Parameters:
      datasource - The data source providing the information about the style.
      Throws:
      InitializationException - This exception is thrown when the definition could not be initialized due to a fatal error.