All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.Top10.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





Top10




com.aspose.cells
Class Top10

java.lang.Object
    extended by com.aspose.cells.Top10

public class Top10 
extends java.lang.Object

Describe 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()
          
 
Property Getters/Setters Summary
booleanisBottom()
voidsetBottom(boolean)
           Get or set whether a "top/bottom n" rule is a "bottom n" rule. Default value is false.
booleanisPercent()
voidsetPercent(boolean)
           Get or set whether a "top/bottom n" rule is a "top/bottom n percent" rule. Default value is false.
intgetRank()
voidsetRank(int)
           Get or set the value of "n" in a "top/bottom n" conditional formatting rule. If IsPercent is true, the value must between 0 and 100. Otherwise it must between 0 and 1000. Default value is 10.
 

Constructor Detail

Top10

public Top10()

Property Getters/Setters Detail

isPercent/setPercent

public boolean isPercent() / public void setPercent(boolean value)
Get or set whether a "top/bottom n" rule is a "top/bottom n percent" rule. Default value is false.

setPercent

public void setPercent(boolean value)
Get or set whether a "top/bottom n" rule is a "top/bottom n percent" rule. Default value is false.

isBottom/setBottom

public boolean isBottom() / public void setBottom(boolean value)
Get or set whether a "top/bottom n" rule is a "bottom n" rule. Default value is false.

setBottom

public void setBottom(boolean value)
Get or set whether a "top/bottom n" rule is a "bottom n" rule. Default value is false.

getRank/setRank

public int getRank() / public void setRank(int value)
Get or set the value of "n" in a "top/bottom n" conditional formatting rule. If IsPercent is true, the value must between 0 and 100. Otherwise it must between 0 and 1000. Default value is 10.

setRank

public void setRank(int value)
Get or set the value of "n" in a "top/bottom n" conditional formatting rule. If IsPercent is true, the value must between 0 and 100. Otherwise it must between 0 and 1000. Default value is 10.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy