inetsoft.report.io
Class ExcelGenerator.HeaderOrFooterInfo
java.lang.Object
inetsoft.report.io.ExcelGenerator.HeaderOrFooterInfo
- Enclosing class:
- ExcelGenerator
public class ExcelGenerator.HeaderOrFooterInfo
- extends Object
Inner class to hold informations of elements in header and footer.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelGenerator.HeaderOrFooterInfo
public ExcelGenerator.HeaderOrFooterInfo(String content,
Rectangle bounds,
inetsoft.report.internal.TextPaintable.Attr attr,
int pageIdx)
getText
public String getText()
addText
public void addText(String newText)
getBounds
public Rectangle getBounds()
getAttr
public inetsoft.report.internal.TextPaintable.Attr getAttr()
getPageIdx
public int getPageIdx()
setPageIdx
public void setPageIdx(int pageIdx)