|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.xls.collections.BordersCollection
public class BordersCollection
Constructor Summary | |
---|---|
BordersCollection(IBorders borders)
|
Method Summary | |
---|---|
IBorder |
getByBordersLineType(BordersLineType index)
Gets border item. |
int |
getCount()
Gets count of borders. |
ExcelColors |
getKnownColor()
Returns or sets the primary excel color of the object. |
LineStyleType |
getLineStyle()
Returns or sets the line style for the border. |
java.lang.Object |
getParent()
|
LineStyleType |
getValue()
Gets or sets line style of borders. |
void |
setColor(java.awt.Color value)
Sets the primary color of the object. |
void |
setKnownColor(ExcelColors value)
Returns or sets the primary excel color of the object. |
void |
setLineStyle(LineStyleType lineStyle)
Sets the line style for the border. |
void |
setValue(LineStyleType value)
Gets or sets line style of borders. |
Methods inherited from interface com.spire.xls.core.IBorders |
---|
getColor |
Constructor Detail |
---|
public BordersCollection(IBorders borders)
Method Detail |
---|
public ExcelColors getKnownColor()
getKnownColor
in interface IBorders
public void setKnownColor(ExcelColors value)
setKnownColor
in interface IBorders
value
- 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.public void setColor(java.awt.Color value)
setColor
in interface IBorders
value
- 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.public IBorder getByBordersLineType(BordersLineType index)
getByBordersLineType
in interface IBorders
public LineStyleType getLineStyle()
getLineStyle
in interface IBorders
public void setLineStyle(LineStyleType lineStyle)
setLineStyle
in interface IBorders
lineStyle
- Returns or sets the line style for the border. Read / write LineStyleType.public LineStyleType getValue()
getValue
in interface IBorders
public void setValue(LineStyleType value)
setValue
in interface IBorders
value
- Synonym for Borders.LineStyle. Read / write.public int getCount()
getCount
in interface IBorders
public java.lang.Object getParent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |