Interface Generating


@NonExtendable public interface Generating
Aspect providing means to access information on a performed generation task.
Since:
5.2.301
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Aspect providing means to access information on a performed generation task.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Provides the number of pages generated by the task.
  • Field Details

  • Method Details

    • getNumberOfGeneratedPages

      int getNumberOfGeneratedPages()
      Provides the number of pages generated by the task.
      Returns:
      The number of pages generated.
      Since:
      5.2.301