|
|||||||||
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 |