Style Intelligence v12.0

inetsoft.report.io
Class ExcelGenerator.HeaderOrFooterInfo

java.lang.Object
  extended by 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.


Constructor Summary
ExcelGenerator.HeaderOrFooterInfo(String content, Rectangle bounds, inetsoft.report.internal.TextPaintable.Attr attr, int pageIdx)
           
 
Method Summary
 void addText(String newText)
           
 inetsoft.report.internal.TextPaintable.Attr getAttr()
           
 Rectangle getBounds()
           
 int getPageIdx()
           
 String getText()
           
 void setPageIdx(int pageIdx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelGenerator.HeaderOrFooterInfo

public ExcelGenerator.HeaderOrFooterInfo(String content,
                                         Rectangle bounds,
                                         inetsoft.report.internal.TextPaintable.Attr attr,
                                         int pageIdx)
Method Detail

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)

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.