找回密码
 注册
查看: 778|回复: 0

R语言 xlsx包 Border()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 23:33:09 | 显示全部楼层 |阅读模式
Border(xlsx)
Border()所属R语言包:xlsx

                                        Create an Border object.
                                         建立边界对象。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Create an Border object, useful when working with cell styles.
创建一个Border对象,有用的工作时,单元格样式。


用法----------Usage----------



Border(color="black", position="BOTTOM", pen="BORDER_THIN")

is.Border(x)




参数----------Arguments----------

参数:color
a character vector specifiying the font 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_。


参数:position
a character vector specifying the border position.   Valid values are "BOTTOM", "LEFT", "TOP", "RIGHT".  
一个字符向量确定的边界位置。有效的值是“自下而上”,“左”,“TOP”,“RIGHT”。


参数:pen
a character vector specifying the pen style.  Valid values come from constant BORDER_STYLES_.  
字符向量指定的画笔样式。有效值不变BORDER_STYLES_。


参数:x
An Border object, as returned by Border.
一个Border对象,返回的Border。


Details

详细信息----------Details----------

The values for the color, position, or pen arguments are replicated to the longest of the them.  
颜色,位置,或笔等参数的值被复制到他们中最长的。


值----------Value----------

Border returns a list with components from the input argument, and a class attribute "Border".  Border objects are used when constructing cell styles.
Border返回一个列表的组件的输入参数,和class属性“边界”。建设Border对象时使用的单元格样式。

is.Border returns TRUE if the argument is of class "Border" and FALSE otherwise.
is.Border返回TRUE,如果参数是类的“边框”和FALSE否则。


(作者)----------Author(s)----------


Adrian Dragulescu



参见----------See Also----------

CellStyle for using the a Border object.
CellStyle对象使用一个Border。


实例----------Examples----------



  border <-  Border(color="red", position=c("TOP", "BOTTOM"),
    pen=c("BORDER_THIN", "BORDER_THICK"))

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 17:57 , Processed in 0.024840 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表