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

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

There is a newer version: 23.1
Show newest version





NegativeBarFormat




com.aspose.cells
Class NegativeBarFormat

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

public class NegativeBarFormat 
extends java.lang.Object

Represents the color settings of the data bars for negative values that are defined by a data bar conditional formatting rule.


Property Getters/Setters Summary
com.aspose.cells.ColorgetBorderColor()
voidsetBorderColor(com.aspose.cells.Color)
           Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.
intgetBorderColorType()
voidsetBorderColorType(int)
           Gets whether to use the same border color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.
com.aspose.cells.ColorgetColor()
voidsetColor(com.aspose.cells.Color)
           Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars.
intgetColorType()
voidsetColorType(int)
           Gets or sets whether to use the same fill color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.
 

Property Getters/Setters Detail

getBorderColor/setBorderColor

public com.aspose.cells.Color getBorderColor() / public void setBorderColor(com.aspose.cells.Color value)
Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.

setBorderColor

public void setBorderColor(com.aspose.cells.Color value)
Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.

getBorderColorType/setBorderColorType

public int getBorderColorType() / public void setBorderColorType(int value)
Gets whether to use the same border color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.

setBorderColorType

public void setBorderColorType(int value)
Gets whether to use the same border color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.

getColor/setColor

public com.aspose.cells.Color getColor() / public void setColor(com.aspose.cells.Color value)
Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars.

setColor

public void setColor(com.aspose.cells.Color value)
Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars.

getColorType/setColorType

public int getColorType() / public void setColorType(int value)
Gets or sets whether to use the same fill color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.

setColorType

public void setColorType(int value)
Gets or sets whether to use the same fill color as positive data bars. The value of the property is DataBarNegativeColorType 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