Style Intelligence v12.0

inetsoft.report
Interface CondPageBreakElement

All Superinterfaces:
Cloneable, ReportElement, Serializable

public interface CondPageBreakElement
extends ReportElement

A conditional page break forces report to advance to the next page if the remaining space on the current page is less than the specified height.


Field Summary
 
Fields inherited from interface inetsoft.report.ReportElement
AGGREGATE, AUTOSIZE, GROW, LOCAL_QUERY, QUERY, XNODEPATH
 
Method Summary
 double getCondHeight()
          Get the conditional height in inches.
 void setCondHeight(double inch)
          Set the conditional height in inches.
 
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

getCondHeight

double getCondHeight()
Get the conditional height in inches.


setCondHeight

void setCondHeight(double inch)
Set the conditional height in inches. If the remaining space on the current page is less than the height, the report advances to the next page.


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