![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Top10
public class Top10
Describes the Top10 conditional formatting rule. This conditional formatting rule highlights cells whose values fall in the top N or bottom N bracket, as specified.
Constructor Summary | |
---|---|
Top10()
|
Method Summary | |
---|---|
int |
getRank()
Gets the value of "n" in a "top/bottom n" conditional formatting rule. |
boolean |
isBottom()
Gets the flag indicating whether a "top/bottom n" rule is a "bottom n" rule. |
boolean |
isPercent()
Gets the flag indicating whether a "top/bottom n" rule is a "top/bottom n percent" rule. |
void |
setBottom(boolean b)
Sets the flag indicating whether a "top/bottom n" rule is a "bottom n" rule. |
void |
setPercent(boolean b)
Sets the flag indicating whether a "top/bottom n" rule is a "top/bottom n percent" rule. |
void |
setRank(int rank)
Sets the value of "n" in a "top/bottom n" conditional formatting rule. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Top10()
Method Detail |
---|
public boolean isPercent()
public void setPercent(boolean b)
b
- public boolean isBottom()
public void setBottom(boolean b)
b
- public int getRank()
public void setRank(int rank) throws java.lang.IllegalArgumentException
rank
- If IsPercent is true, the value must be between 0 and 100.
Otherwise it must be between 0 and 1000.
java.lang.IllegalArgumentException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |