org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper
Class ExcelOutputProcessorMetaData

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessorMetaData
      extended by org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper.ExcelOutputProcessorMetaData
All Implemented Interfaces:
OutputProcessorMetaData

public class ExcelOutputProcessorMetaData
extends AbstractOutputProcessorMetaData

Creation-Date: 09.05.2007, 14:39:13

Author:
Thomas Morgner

Field Summary
static int PAGINATION_FULL
           
static int PAGINATION_MANUAL
           
static int PAGINATION_NONE
           
 
Constructor Summary
ExcelOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration, int paginationMode)
           
 
Method Summary
 String getExportDescriptor()
          The export descriptor is a string that describes the output characteristics.
 boolean isExtraContentElement(StyleSheet style, ReportAttributeMap attributes)
          Checks whether this element provides some extra content that is not part of the visible layout structure.
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessorMetaData
commit, getBaselineInfo, getConfiguration, getFontMetrics, getFontMetrics, getNormalizedFontFamilyName, getNumericFeatureValue, isContentSupported, isFeatureSupported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGINATION_NONE

public static final int PAGINATION_NONE
See Also:
Constant Field Values

PAGINATION_MANUAL

public static final int PAGINATION_MANUAL
See Also:
Constant Field Values

PAGINATION_FULL

public static final int PAGINATION_FULL
See Also:
Constant Field Values
Constructor Detail

ExcelOutputProcessorMetaData

public ExcelOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration,
                                    int paginationMode)
Method Detail

getExportDescriptor

public 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.

isExtraContentElement

public boolean isExtraContentElement(StyleSheet style,
                                     ReportAttributeMap attributes)
Checks whether this element provides some extra content that is not part of the visible layout structure. This can be embedded scripts, anchors etc.

Specified by:
isExtraContentElement in interface OutputProcessorMetaData
Overrides:
isExtraContentElement in class AbstractOutputProcessorMetaData
Parameters:
style -
attributes -
Returns: