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

All Implemented Interfaces:
    ElementProcessor

No-op implementation of ElementProcessor to handle the "Font" tag This element has five attributes and also holds the name of the font as element content. This element is not used in HSSFSerializer 1.0
Constructor:
 public EPFont() 
Method from org.apache.cocoon.serialization.hssfhelpers.elementprocessors.EPFont Summary:
getBold,   getFont,   getItalic,   getStrikeThrough,   getUnderline,   getUnit
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.EPFont Detail:
 public boolean getBold() throws IOException 
 public String getFont() 
 public boolean getItalic() throws IOException 
 public boolean getStrikeThrough() throws IOException 
 public int getUnderline() throws IOException 
 public double getUnit() throws IOException