com.carbonfive.sstemplates.tags
Class DefaultStyleTag

java.lang.Object
  extended bycom.carbonfive.sstemplates.tags.BaseTag
      extended bycom.carbonfive.sstemplates.tags.StyleTag
          extended bycom.carbonfive.sstemplates.tags.DefaultStyleTag
All Implemented Interfaces:
SsTemplateTag

public class DefaultStyleTag
extends StyleTag

Version:
$REVISION
Author:
sivoh

Field Summary
 
Fields inherited from class com.carbonfive.sstemplates.tags.StyleTag
STYLE_DATA_KEY
 
Constructor Summary
DefaultStyleTag()
           
 
Method Summary
 java.lang.String getTagName()
           
 
Methods inherited from class com.carbonfive.sstemplates.tags.StyleTag
getAlign, getAutoColumnWidth, getBackground, getBorder, getBorderBottom, getBorderColor, getBorderLeft, getBorderRight, getBorderTop, getBottomBorderColor, getColumnWidth, getDataFormat, getFillPattern, getFontColor, getFontHeight, getFontName, getFontWeight, getForeground, getHidden, getIndention, getItalic, getLeftBorderColor, getLocked, getName, getRightBorderColor, getRotation, getRowHeight, getStrikeout, getTopBorderColor, getTypeOffset, getUnderline, getValign, getWrapText, parseColor, render, setAlign, setAutoColumnWidth, setBackground, setBorder, setBorderBottom, setBorderColor, setBorderLeft, setBorderRight, setBorderTop, setBottomBorderColor, setColumnWidth, setDataFormat, setFillPattern, setFontColor, setFontHeight, setFontName, setFontWeight, setForeground, setHidden, setIndention, setItalic, setLeftBorderColor, setLocked, setName, setRightBorderColor, setRotation, setRowHeight, setStrikeout, setTopBorderColor, setTypeOffset, setUnderline, setValign, setWrapText
 
Methods inherited from class com.carbonfive.sstemplates.tags.BaseTag
addHssfTag, getChildTags, parseExpression, parseInt, parseInteger
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStyleTag

public DefaultStyleTag()
Method Detail

getTagName

public java.lang.String getTagName()
Specified by:
getTagName in interface SsTemplateTag
Overrides:
getTagName in class StyleTag