Style Intelligence v12.0

inetsoft.report
Interface TOCElement

All Superinterfaces:
Cloneable, CompositeElement, ReportElement, Serializable

public interface TOCElement
extends CompositeElement

Table of contents element. The table of contents is built from heading elements in a report. If there is not heading element in the report, the TOC element is empty.


Field Summary
 
Fields inherited from interface inetsoft.report.ReportElement
AGGREGATE, AUTOSIZE, GROW, LOCAL_QUERY, QUERY, XNODEPATH
 
Method Summary
 TOC getTOC()
          Get the table of contents style.
 void setTOC(TOC toc)
          Set the table of contents style.
 
Methods inherited from interface inetsoft.report.CompositeElement
getComposite, isLineAfter, setComposite, setLineAfter
 
Methods inherited from interface inetsoft.report.ReportElement
clone, getAlignment, getBackground, getCSSClass, getFont, getForeground, getFullName, getID, getIndent, getOnClick, getPreferredSize, getProperty, getPropertyNames, getScript, getSpacing, getTarget, getType, getUserObject, isHideOnPrint, isKeepWithNext, isVisible, setAlignment, setBackground, setContext, setCSSClass, setFont, setForeground, setFullName, setHideOnPrint, setID, setIndent, setKeepWithNext, setOnClick, setProperty, setScript, setSpacing, setTarget, setUserObject, setVisible
 

Method Detail

getTOC

TOC getTOC()
Get the table of contents style.


setTOC

void setTOC(TOC toc)
Set the table of contents style. The TOC styles are defined in TOCLens.


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