@Deprecated public class ComparisonBorderCollection extends Object implements IComparisonBorderCollection
class ComparisonBorderCollection
Constructor and Description |
---|
ComparisonBorderCollection(com.aspose.cells.BorderCollection collection)
Deprecated.
Initializes a new instance of the
ComparisonBorderCollection class. |
Modifier and Type | Method and Description |
---|---|
ComparisonBorderBase |
getByComparisonBorderType(int borderType)
Deprecated.
Gets the
ComparisonBorderBase with the specified border type. |
Color |
getDiagonalColor()
Deprecated.
Gets the color of the diagonal.
|
com.aspose.ms.System.Drawing.Color |
getDiagonalColorInternal()
Deprecated.
Gets diagonal color internal.
|
int |
getDiagonalStyle()
Deprecated.
Gets the diagonal style.
|
public ComparisonBorderCollection(com.aspose.cells.BorderCollection collection)
Initializes a new instance of the ComparisonBorderCollection
class.
collection
- The collection.public Color getDiagonalColor()
Gets the color of the diagonal.
Value: The color of the diagonal.getDiagonalColor
in interface IComparisonBorderCollection
public com.aspose.ms.System.Drawing.Color getDiagonalColorInternal()
IComparisonBorderCollection
getDiagonalColorInternal
in interface IComparisonBorderCollection
public int getDiagonalStyle()
Gets the diagonal style.
Value: The diagonal style.getDiagonalStyle
in interface IComparisonBorderCollection
public ComparisonBorderBase getByComparisonBorderType(int borderType)
Gets the ComparisonBorderBase
with the specified border type.
getByComparisonBorderType
in interface IComparisonBorderCollection
borderType
- Type of the border.
The ComparisonBorderBase
.Copyright © 2018. All rights reserved.