org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Class EPColInfo

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.BaseElementProcessor
          extended by org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPColInfo
All Implemented Interfaces:
Component, LogEnabled, ElementProcessor, POIFSElementProcessor

public class EPColInfo
extends BaseElementProcessor

No-op implementation of ElementProcessor to handle the "ColInfo" tag This element has several attributes and has no content

Version:
CVS $Id: EPColInfo.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
 
Constructor Summary
EPColInfo()
          constructor
 
Method Summary
 void endProcessing()
          Set this column's width
 int getBottomMargin()
           
 boolean getCollapsed()
           
 int getColumnNo()
           
 boolean getHardSize()
           
 boolean getHidden()
           
 int getOutlineLevel()
           
 double getPoints()
           
 int getRLECount()
           
 int getTopMargin()
           
 
Methods inherited from class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.BaseElementProcessor
acceptCharacters, acceptWhitespaceCharacters, getAncestor, getAttributes, getCell, getData, getFilesystem, getParent, getSheet, getValue, getWorkbook, initialize, setFilesystem
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EPColInfo

public EPColInfo()
constructor

Method Detail

getColumnNo

public int getColumnNo()
                throws IOException
Returns:
column number
Throws:
IOException

getPoints

public double getPoints()
                 throws IOException
Returns:
column size in points
Throws:
IOException

getTopMargin

public int getTopMargin()
                 throws IOException
Returns:
top margin
Throws:
IOException

getBottomMargin

public int getBottomMargin()
                    throws IOException
Returns:
bottom margin
Throws:
IOException

getHardSize

public boolean getHardSize()
                    throws IOException
Returns:
hard size
Throws:
IOException

getHidden

public boolean getHidden()
                  throws IOException
Returns:
hidden state
Throws:
IOException

getCollapsed

public boolean getCollapsed()
                     throws IOException
Returns:
collapsed state
Throws:
IOException

getOutlineLevel

public int getOutlineLevel()
                    throws IOException
Returns:
outline level
Throws:
IOException

getRLECount

public int getRLECount()
                throws IOException
Returns:
rle count
Throws:
IOException

endProcessing

public void endProcessing()
                   throws IOException
Set this column's width

Specified by:
endProcessing in interface ElementProcessor
Overrides:
endProcessing in class BaseElementProcessor
Throws:
IOException


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