Style Intelligence v12.0

inetsoft.report
Interface SeparatorElement

All Superinterfaces:
Cloneable, ReportElement, Serializable

public interface SeparatorElement
extends ReportElement

A separator draws a horizontal line across a page.


Field Summary
 
Fields inherited from interface inetsoft.report.ReportElement
AGGREGATE, AUTOSIZE, GROW, LOCAL_QUERY, QUERY, XNODEPATH
 
Method Summary
 int getSeparatorAdvance()
          Get the advance amount after a separator element.
 int getStyle()
          Get the separator style.
 void setSeparatorAdvance(int sepadv)
          Set the advance amount after a separator element.
 void setStyle(int style)
          Set the separator line style.
 
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

getStyle

int getStyle()
Get the separator style.

Returns:
line style.

setStyle

void setStyle(int style)
Set the separator line style. It must be one of the line styles defined in StyleConstants, e.g. THIN_LINE, DOUBLE_LINE.

Parameters:
style - line style.

getSeparatorAdvance

int getSeparatorAdvance()
Get the advance amount after a separator element.


setSeparatorAdvance

void setSeparatorAdvance(int sepadv)
Set the advance amount after a separator element. This is the space between the separator and the next element.


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