org.apache.cocoon.components.elementprocessor.impl.poi
Interface POIFSElementProcessor

All Superinterfaces:
Component, ElementProcessor
All Known Implementing Classes:
BaseElementProcessor, EP_Bottom, EP_Default_, EP_Draft, EP_EvenIfOnlyStyles, EP_Footer, EP_Grid, EP_HCenter, EP_Header, EP_Left, EP_Monochrome, EP_Name, EP_Order, EP_Orientation, EP_Paper, EP_RepeatLeft, EP_RepeatTop, EP_Right, EP_Titles, EP_Top, EP_Type, EP_ValString, EP_Value, EP_VCenter, EPAttribute, EPAttributes, EPBottom, EPButton, EPCell, EPCellComment, EPCells, EPCheckbox, EPColInfo, EPCols, EPConstr, EPContent, EPDiagonal, EPFont, EPFooter, EPFrame, EPGeometry, EPHeader, EPItem, EPLabel, EPLeft, EPMargins, EPMaxCol, EPMaxRow, EPMerge, EPMergedRegions, EPName, EPNames, EPObjects, EPPrintInformation, EPRev_Diagonal, EPRight, EPRowInfo, EPRows, EPSelection, EPSelections, EPSheet, EPSheetName, EPSheetNameIndex, EPSheetObjectBonobo, EPSheetObjectFilled, EPSheets, EPSolver, EPStyle, EPStyleBorder, EPStyleRegion, EPStyles, EPSummary, EPTop, EPUIData, EPWorkbook, EPZoom

public interface POIFSElementProcessor
extends ElementProcessor

extension of ElementProcessor for POIFSSerializers

Version:
CVS $Id: POIFSElementProcessor.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Marc Johnson (marc_johnson27591@hotmail.com)

Field Summary
 
Fields inherited from interface org.apache.cocoon.components.elementprocessor.ElementProcessor
ROLE
 
Method Summary
 void setFilesystem(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
          Set the POIFSFileSystem for the element processor
 
Methods inherited from interface org.apache.cocoon.components.elementprocessor.ElementProcessor
acceptCharacters, acceptWhitespaceCharacters, endProcessing, initialize
 

Method Detail

setFilesystem

void setFilesystem(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
Set the POIFSFileSystem for the element processor

Parameters:
fs - the POIFSFileSystem instance


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.