com.spire.xls.core
Interface IBorders
- All Superinterfaces:
- java.lang.Iterable
- All Known Implementing Classes:
- BordersCollection, XlsBordersCollection
public interface IBorders
- extends java.lang.Iterable
getKnownColor
ExcelColors getKnownColor()
- Returns:
- Returns or sets the primary color of the object, as shown in the
following table. Use the RGB function to create a color value.
Read / write ExcelColors.
setKnownColor
void setKnownColor(ExcelColors knownColor)
- Parameters:
knownColor
- Returns or sets the primary color of the object, as shown in the
following table. Use the RGB function to create a color value.
Read / write ExcelColors.
getColor
java.awt.Color getColor()
- Returns:
- Returns or sets the primary color of the object,as shown in the
following table. Use the RGB function to create a color value.
Read / write Color.
setColor
void setColor(java.awt.Color color)
- Parameters:
color
- Returns or sets the primary color of the object,as shown in the
following table. Use the RGB function to create a color value.
Read / write Color.
getCount
int getCount()
- Returns:
- Returns the number of objects in the collection. Read-only, Long.
getByBordersLineType
IBorder getByBordersLineType(BordersLineType bordersLineType)
- Parameters:
bordersLineType
-
- Returns:
- Returns a border object that represents one of the borders of either a
range of cells or a style.
getLineStyle
LineStyleType getLineStyle()
- Returns:
- Returns or sets the line style for the border. Read / write LineStyleType.
setLineStyle
void setLineStyle(LineStyleType lineStyleType)
- Parameters:
lineStyleType
- Returns or sets the line style for the border. Read / write LineStyleType.
getValue
LineStyleType getValue()
- Returns:
- Synonym for Borders.LineStyle. Read / write.
setValue
void setValue(LineStyleType lineStyleType)
- Parameters:
lineStyleType
- Synonym for Borders.LineStyle. Read / write.