@Deprecated public class ComparisonBorder extends ComparisonBorderBase
class AdapterBorder
Constructor and Description |
---|
ComparisonBorder(com.aspose.cells.Border border)
Deprecated.
Initializes a new instance of the
ComparisonBorder class. |
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Deprecated.
Gets the color.
|
com.aspose.cells.Color |
getColorInternal()
Deprecated.
Gets color internal.
|
int |
getLineStyle()
Deprecated.
Gets the line style.
|
void |
setColor(Color value)
Deprecated.
Gets the color.
|
void |
setLineStyle(int value)
Deprecated.
Gets the line style.
|
public ComparisonBorder(com.aspose.cells.Border border)
Initializes a new instance of the ComparisonBorder
class.
border
- The border.public Color getColor()
Gets the color.
Value: The color.getColor
in class ComparisonBorderBase
public com.aspose.cells.Color getColorInternal()
public void setColor(Color value)
Gets the color.
Value: The color.setColor
in class ComparisonBorderBase
value
- the valuepublic int getLineStyle()
Gets the line style.
Value: The line style.getLineStyle
in class ComparisonBorderBase
public void setLineStyle(int value)
Gets the line style.
Value: The line style.setLineStyle
in class ComparisonBorderBase
value
- the valueCopyright © 2018. All rights reserved.