Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static IndividualBorder |
IndividualBorder.forValue(int value)
Deprecated.
This method is internal and should not be used.
|
static IndividualBorder |
IndividualBorder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndividualBorder[] |
IndividualBorder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CellBorder |
CellBorders.get(IndividualBorder individualBorder)
Gets the
CellBorder which contains the color and line style for the specified individual border of a cell. |
ExcelColumnRowBase |
ExcelRow.getNeighbor(IndividualBorder side)
Deprecated.
This method is internal and should not be used.
|
abstract ExcelColumnRowBase |
ExcelColumnRowBase.getNeighbor(IndividualBorder side)
Deprecated.
This method is internal and should not be used.
|
ExcelColumnRowBase |
ExcelColumn.getNeighbor(IndividualBorder side)
Deprecated.
This method is internal and should not be used.
|
ExcelCell |
ExcelCell.getNeighbor(IndividualBorder side)
Deprecated.
This method is internal and should not be used.
|
CellBorder |
CellBorders.getUnresolvedBorder(IndividualBorder individualBorder)
Gets the unresolved (direct)
CellBorder which contains the color and line style for the specified individual border of a cell. |
© GemBox d.o.o. — All rights reserved.