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

All Implemented Interfaces:
    ElementProcessor

No-op implementation of ElementProcessor to handle the "Style" tag This element is a container of other elements and has several attributes This element is not used in HSSFSerializer 1.0
Constructor:
 public EPStyle() 
Method from org.apache.cocoon.serialization.hssfhelpers.elementprocessors.EPStyle Summary:
getBackgroundColor,   getForegroundColor,   getFormat,   getIndent,   getPatternColor,   getShade,   getWrapText,   isHorizontalCenter,   isHorizontalCenterAcrossSelection,   isHorizontalFill,   isHorizontalGeneral,   isHorizontalJustify,   isHorizontalLeft,   isHorizontalRight,   isStyleOrientationHoriz,   isStyleOrientationVertHorizText,   isStyleOrientationVertVertText,   isStyleOrientationVertVertText2,   isVerticalBottom,   isVerticalCenter,   isVerticalJustify,   isVerticalTop
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.EPStyle Detail:
 public ColorCode getBackgroundColor() throws IOException 
 public ColorCode getForegroundColor() throws IOException 
 public String getFormat() throws IOException 
 public int getIndent() throws IOException 
 public ColorCode getPatternColor() throws IOException 
 public int getShade() throws IOException 
 public boolean getWrapText() throws IOException 
 public boolean isHorizontalCenter() throws IOException 
 public boolean isHorizontalCenterAcrossSelection() throws IOException 
 public boolean isHorizontalFill() throws IOException 
 public boolean isHorizontalGeneral() throws IOException 
 public boolean isHorizontalJustify() throws IOException 
 public boolean isHorizontalLeft() throws IOException 
 public boolean isHorizontalRight() throws IOException 
 public boolean isStyleOrientationHoriz() throws IOException 
 public boolean isStyleOrientationVertHorizText() throws IOException 
 public boolean isStyleOrientationVertVertText() throws IOException 
 public boolean isStyleOrientationVertVertText2() throws IOException 
 public boolean isVerticalBottom() throws IOException 
 public boolean isVerticalCenter() throws IOException 
 public boolean isVerticalJustify() throws IOException 
 public boolean isVerticalTop() throws IOException