iborders-ag凯发旗舰厅



com.spire.xls.core
interface iborders

all superinterfaces:
java.lang.iterable
all known implementing classes:
borderscollection, xlsborderscollection

public interface iborders
extends java.lang.iterable

method summary
 iborder getbyborderslinetype(borderslinetype borderslinetype)
           
 java.awt.color getcolor()
           
 int getcount()
           
 excelcolors getknowncolor()
           
 linestyletype getlinestyle()
           
 linestyletype getvalue()
           
 void setcolor(java.awt.color color)
           
 void setknowncolor(excelcolors knowncolor)
           
 void setlinestyle(linestyletype linestyletype)
           
 void setvalue(linestyletype linestyletype)
           
 
method detail

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.


网站地图