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: EPStyleRegion [javadoc | source]
java.lang.Object
   org.apache.cocoon.serialization.hssfhelpers.elementprocessors.BaseElementProcessor
      org.apache.cocoon.serialization.hssfhelpers.elementprocessors.EPStyleRegion

All Implemented Interfaces:
    ElementProcessor

No-op implementation of ElementProcessor to handle the "StyleRegion" tag This element is a container of other elements and has four attributes that define the boundaries of the region. This element is not used in HSSFSerializer 1.0
Constructor:
 public EPStyleRegion() 
Method from org.apache.cocoon.serialization.hssfhelpers.elementprocessors.EPStyleRegion Summary:
getEndCol,   getEndRow,   getStartCol,   getStartRow
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.EPStyleRegion Detail:
 public int getEndCol() throws IOException 
 public int getEndRow() throws IOException 
 public int getStartCol() throws IOException 
 public int getStartRow() throws IOException