Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » serialization » hssfhelpers » elementprocessors » [javadoc | source]
org.apache.cocoon.serialization.hssfhelpers.elementprocessors
public class: EPCols [javadoc | source]
java.lang.Object
   org.apache.cocoon.serialization.hssfhelpers.elementprocessors.BaseElementProcessor
      org.apache.cocoon.serialization.hssfhelpers.elementprocessors.EPCols

All Implemented Interfaces:
    ElementProcessor

No-op implementation of ElementProcessor to handle the "Cols" tag This element has an attribute (DefaultSizePts) and is a container element
Constructor:
 public EPCols() 
Method from org.apache.cocoon.serialization.hssfhelpers.elementprocessors.EPCols Summary:
getDefaultSizePts,   initialize
Methods from org.apache.cocoon.serialization.hssfhelpers.elementprocessors.BaseElementProcessor:
acceptCharacters,   acceptWhitespaceCharacters,   endProcessing,   getAttributes,   getCell,   getData,   getFilesystem,   getParent,   getSheet,   getValue,   getWorkbook,   initialize
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.serialization.hssfhelpers.elementprocessors.EPCols Detail:
 public double getDefaultSizePts() throws IOException 
    get the default size of columns, in points
 public  void initialize(Attribute[] attributes,
    ElementProcessor parent,
    Filesystem filesystem) throws IOException 
    Override of Initialize() implementation