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

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLoggable
        |
        +--org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.BaseElementProcessor
              |
              +--org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPColInfo
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, ElementProcessor, org.apache.avalon.framework.logger.Loggable, 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

Author:
Marc Johnson (marc_johnson27591@hotmail.com)

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.AbstractLoggable
getLogger, setLogger, 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 java.io.IOException
Returns:
column number
Throws:
java.io.IOException -  

getPoints

public double getPoints()
                 throws java.io.IOException
Returns:
column size in points
Throws:
java.io.IOException -  

getTopMargin

public int getTopMargin()
                 throws java.io.IOException
Returns:
top margin
Throws:
java.io.IOException -  

getBottomMargin

public int getBottomMargin()
                    throws java.io.IOException
Returns:
bottom margin
Throws:
java.io.IOException -  

getHardSize

public boolean getHardSize()
                    throws java.io.IOException
Returns:
hard size
Throws:
java.io.IOException -  

getHidden

public boolean getHidden()
                  throws java.io.IOException
Returns:
hidden state
Throws:
java.io.IOException -  

getCollapsed

public boolean getCollapsed()
                     throws java.io.IOException
Returns:
collapsed state
Throws:
java.io.IOException -  

getOutlineLevel

public int getOutlineLevel()
                    throws java.io.IOException
Returns:
outline level
Throws:
java.io.IOException -  

getRLECount

public int getRLECount()
                throws java.io.IOException
Returns:
rle count
Throws:
java.io.IOException -  

endProcessing

public void endProcessing()
                   throws java.io.IOException
Set this column's width
Overrides:
endProcessing in class BaseElementProcessor
Throws:
java.io.IOException -  


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.