|
|||||||||
| 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 IBorderspublic void setKnownColor(ExcelColors value)
setKnownColor in interface IBordersvalue - 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 IBordersvalue - 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 IBorderspublic LineStyleType getLineStyle()
getLineStyle in interface IBorderspublic void setLineStyle(LineStyleType lineStyle)
setLineStyle in interface IBorderslineStyle - Returns or sets the line style for the border. Read / write LineStyleType.public LineStyleType getValue()
getValue in interface IBorderspublic void setValue(LineStyleType value)
setValue in interface IBordersvalue - Synonym for Borders.LineStyle. Read / write.public int getCount()
getCount in interface IBorderspublic java.lang.Object getParent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||