public interface IRow extends IDesignElement
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addHideRule(IHideRule rule)
Add HideRule
|
void |
addHighlightRule(IHighlightRule rule)
Adds high light rule.
|
java.lang.String |
getBookmark()
Returns the bookmark of the row.
|
java.lang.String |
getHeight()
Gets a handle to deal with the row's height.
|
IHideRule[] |
getHideRules()
Returns array of hide rule expression
|
IHighlightRule[] |
getHighlightRules()
Gets all high light rules.
|
void |
removeHideRule(IHideRule rule)
Removes all hide rules that matches formatType.
|
void |
removeHideRules()
Removes all hide rules
|
void |
removeHighlightRule(IHighlightRule rule)
Removes high light rule.
|
void |
removeHighlightRules()
Removes all high light rules.
|
void |
setBookmark(java.lang.String value)
Sets the bookmark of the row.
|
getNamedExpression, getParent, getQualifiedName, getReport, getStyle, getUserProperty, getUserPropertyExpression, setNamedExpression, setUserProperty, setUserPropertyjava.lang.String getHeight()
java.lang.String getBookmark()
void setBookmark(java.lang.String value)
throws ScriptException
value - the bookmark expressionScriptException - if the property is locked.void removeHideRule(IHideRule rule) throws ScriptException
rule - ScriptExceptionvoid removeHideRules()
throws ScriptException
ScriptExceptionIHideRule[] getHideRules()
void addHideRule(IHideRule rule) throws ScriptException
rule - ScriptExceptionIHighlightRule[] getHighlightRules()
void addHighlightRule(IHighlightRule rule) throws ScriptException
rule - ScriptExceptionvoid removeHighlightRules()
throws ScriptException
ScriptExceptionvoid removeHighlightRule(IHighlightRule rule) throws ScriptException
rule - ScriptExceptionCopyright © 2008 Actuate Corp. All rights reserved.