Class HtmlOutputProcessorMetaData

    • Constructor Detail

      • HtmlOutputProcessorMetaData

        public HtmlOutputProcessorMetaData​(int paginationMode)
      • HtmlOutputProcessorMetaData

        public HtmlOutputProcessorMetaData​(org.pentaho.reporting.libraries.fonts.registry.FontStorage fontStorage,
                                           int paginationMode)
    • Method Detail

      • getDefaultFontFamily

        public org.pentaho.reporting.libraries.fonts.registry.FontFamily getDefaultFontFamily()
      • getExportDescriptor

        public java.lang.String getExportDescriptor()
        Description copied from interface: OutputProcessorMetaData
        The export descriptor is a string that describes the output characteristics. For libLayout outputs, it should start with the output class (one of 'pageable', 'flow' or 'stream'), followed by '/liblayout/' and finally followed by the output type (ie. PDF, Print, etc).
        Returns:
        the export descriptor.
      • isIterative

        public boolean isIterative()
        An iterative output processor accepts and processes small content chunks. If this method returns false, the output processor will not receive the content until the whole document is processed.
        Returns: