net.sf.jxls.tag
Interface Tag
- All Known Implementing Classes:
- BaseTag, ForEachTag, IfTag, OutlineTag, OutTag, SQLTag
public interface Tag
Defines an interface for a general jx tag
- Author:
- Leonid Vysochyn
process
ResultTransformation process(SheetTransformer sheetTransformer)
- Parameters:
sheetTransformer -
- Returns:
- number of rows to shift
getName
java.lang.String getName()
- Returns:
- tag name
init
void init(TagContext tagContext)
- This method is invoked after all tag attributes are set
- Parameters:
tagContext -
getTagContext
TagContext getTagContext()
- Returns:
TagContext for this tag
Copyright © 2005-2013 jXLS Team. All Rights Reserved.