|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TabElement
A tab advances the current position to the next tab stop. It can optionally add a filling line between the current position to the new position.
| Field Summary |
|---|
| Fields inherited from interface inetsoft.report.ReportElement |
|---|
AGGREGATE, AUTOSIZE, GROW, LOCAL_QUERY, QUERY, XNODEPATH |
| Method Summary | |
|---|---|
int |
getFillStyle()
Get the tab filling style. |
double[] |
getTabStops()
Get the tab stops in inches. |
boolean |
isRightTab()
Is the tab a right aligned tab. |
void |
setFillStyle(int fill)
Set the tab filling style. |
void |
setRightTab(boolean right)
Set the alignment of the tab to right if true. |
void |
setTabStops(double[] stops)
Set the tab stops 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 |
|---|
int getFillStyle()
void setFillStyle(int fill)
fill - one of the line styles.double[] getTabStops()
void setTabStops(double[] stops)
stops - tab stops.boolean isRightTab()
void setRightTab(boolean right)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||