Class PlaintextOutputMetaData

    • Constructor Detail

      • PlaintextOutputMetaData

        public PlaintextOutputMetaData​(org.pentaho.reporting.libraries.fonts.registry.FontRegistry registry)
    • Method Detail

      • getDefaultFontFamily

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

        public java.lang.String getExportDescriptor()
        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: