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

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






DataBarBorder




com.aspose.cells
Class DataBarBorder

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

public class DataBarBorder 
extends java.lang.Object

Represents the border of the data bars specified by a conditional formatting rule.


Property Getters/Setters Summary
com.aspose.cells.ColorgetColor()
voidsetColor(com.aspose.cells.Color)
           Gets or sets the border's color of data bars specified by a conditional formatting rule.
intgetType()
voidsetType(int)
           Gets or sets the border's type of data bars specified by a conditional formatting rule. The value of the property is DataBarBorderType integer constant.
 

Property Getters/Setters Detail

getColor/setColor

public com.aspose.cells.Color getColor() / public void setColor(com.aspose.cells.Color value)
Gets or sets the border's color of data bars specified by a conditional formatting rule.

setColor

public void setColor(com.aspose.cells.Color value)
Gets or sets the border's color of data bars specified by a conditional formatting rule.

getType/setType

public int getType() / public void setType(int value)
Gets or sets the border's type of data bars specified by a conditional formatting rule. The value of the property is DataBarBorderType integer constant.

setType

public void setType(int value)
Gets or sets the border's type of data bars specified by a conditional formatting rule. The value of the property is DataBarBorderType integer constant.

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