| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
static java.lang.String |
TAG_NAME |
| Constructor and Description |
|---|
OutTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpr() |
java.lang.String |
getFormula() |
java.lang.String |
getLabel() |
java.lang.String |
getName() |
TagContext |
getTagContext() |
void |
init(TagContext context)
This method is invoked after all tag attributes are set
|
ResultTransformation |
process(SheetTransformer sheetTransformer) |
void |
setExpr(java.lang.String expr) |
void |
setFormula(java.lang.String formula) |
void |
setLabel(java.lang.String label) |
protected static final org.apache.commons.logging.Log log
public static final java.lang.String TAG_NAME
public java.lang.String getExpr()
public void setExpr(java.lang.String expr)
public java.lang.String getFormula()
public void setFormula(java.lang.String formula)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.String getName()
public TagContext getTagContext()
getTagContext in interface TaggetTagContext in class BaseTagTagContext for this tagpublic void init(TagContext context)
Tagpublic ResultTransformation process(SheetTransformer sheetTransformer)
Copyright © 2005-2014 jXLS Team. All Rights Reserved.