Interface PresentationChannel


public interface PresentationChannel
Definition of a presentation channel.
Since:
4.0
  • Field Details

  • Method Details

    • getName

      String getName()
      Provides the name of this channel.
      Returns:
      This channel's name.
      Since:
      4.0
    • getId

      long getId()
      Provides the element id of this channel.
      Returns:
      The id.
      Since:
      4.0
    • isSystemChannel

      boolean isSystemChannel()
      Indicates this channel to be system defined.
      Returns:
      true, if system defined.
      Since:
      4.0
    • getExtension

      String getExtension()
      Provides the extension to be used for this channel.
      Returns:
      The channel's extension.
      Since:
      4.0
    • getContentProcessor

      String getContentProcessor()
      Provides the name of the content processor to be used for this channel.
      Returns:
      FO_2_PDF_PROCESSOR, FO_2_RTF_PROCESSOR, or a class name of a class wich implements ContentProcessor
      Since:
      4.0
    • getParams

      Map<String,Object> getParams()
      Provides a map of parameters defined for this channel.
      Returns:
      A map of name-keyed parameters.
      Since:
      4.0