Style Intelligence v12.0

inetsoft.report
Interface PageBreakElement

All Superinterfaces:
Cloneable, ReportElement, Serializable

public interface PageBreakElement
extends ReportElement

A page break element forces a report to advance to next page.


Field Summary
 
Fields inherited from interface inetsoft.report.ReportElement
AGGREGATE, AUTOSIZE, GROW, LOCAL_QUERY, QUERY, XNODEPATH
 
Method Summary
 String getSheetName()
          Get the sheet name.
 boolean isSheetBreak()
          Get the isSheetBreak property.
 void setSheetBreak(boolean sheetbreak)
          Set the isSheetBreak property.
 void setSheetName(String sheetName)
          Set the sheet name.
 
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

isSheetBreak

boolean isSheetBreak()
Get the isSheetBreak property.


setSheetBreak

void setSheetBreak(boolean sheetbreak)
Set the isSheetBreak property.


getSheetName

String getSheetName()
Get the sheet name.


setSheetName

void setSheetName(String sheetName)
Set the sheet name.


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