Fill(xlsx)
Fill()所属R语言包:xlsx
Create an Fill object.
创建一个填充的对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create an Fill object, useful when working with cell styles.
创建一个填充对象,有用的工作时,单元格样式。
用法----------Usage----------
Fill(foregroundColor="lightblue", backgroundColor="lightblue",
pattern="SOLID_FOREGROUND")
is.Fill(x)
参数----------Arguments----------
参数:foregroundColor
a character vector specifiying the foreground color. Any color names as returned by colors can be used. For Excel 95 workbooks, only a subset of colors is available, see the constant INDEXED_COLORS_.
一个字符向量specifiying的前景色。任何颜色名可以作为返回colors的使用。对于Excel 95工作簿中,只有一小部分的颜色,不断INDEXED_COLORS_。
参数:backgroundColor
a character vector specifiying the foreground color. Any color names as returned by colors can be used. For Excel 95 workbooks, only a subset of colors is available, see the constant INDEXED_COLORS_.
一个字符向量specifiying的前景色。任何颜色名可以作为返回colors的使用。对于Excel 95工作簿中,只有一小部分的颜色,不断INDEXED_COLORS_。
参数:pattern
a character vector specifying the fill pattern style. Valid values come from constant FILL_STYLES_.
字符向量指定的填充图案样式。有效值不变FILL_STYLES_。
参数:x
An Fill object, as returned by Fill.
一个填充对象,返回的Fill。
值----------Value----------
Fill returns a list with components from the input argument, and a class attribute "Fill". Fill objects are used when constructing cell styles.
Fill返回一个列表的组件的输入参数,和一个类的属性“填充”。填充对象时使用的构造单元格样式。
is.Fill returns TRUE if the argument is of class "Fill" and FALSE otherwise.
is.Fill返回TRUE,如果参数是类“填充”和FALSE否则。
(作者)----------Author(s)----------
Adrian Dragulescu
参见----------See Also----------
CellStyle for using the a Fill object.
CellStyle对象使用一个Fill。
实例----------Examples----------
fill <- Fill()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|