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

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

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

                                        Create a Font object.
                                         

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

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

Create a Font object.
创建一个Font对象。


----------Usage----------



Font(wb, color=NULL, heightInPoints=NULL, name=NULL,
  isItalic=FALSE, isStrikeout=FALSE, isBold=FALSE, underline=NULL,
  boldweight=NULL)

createFont(...)

is.Font(x)




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

参数:wb
a workbook object as returned by createWorkbook or loadWorkbook.
一个工作簿对象返回的createWorkbook或loadWorkbook。


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


参数:heightInPoints
a numeric value specifying the font height. Usual values are 10, 12, 14, etc.
一个数值,指定字体的高度。通常值是10,12,14等


参数:name
a character value for the font to use.  All values that you see in Excel should be available, e.g. "Courier New".
一个要使用的字体的字符值。在Excel中你看到的所有值应该可以,例如: “新信使”。


参数:isItalic
a logical indicating the font should be italic.
逻辑应该是斜体显示的字体。


参数:isStrikeout
a logical indicating the font should be stiked out.
逻辑表示的字体应stiked。


参数:isBold
a logical indicating the font should be bold.
逻辑显示的字体要大胆。


参数:underline
a numeric value specifying the thickness of the underline.  Allowed values are 0, 1, 2.
数值的值,该值指定下划线的厚度。允许的值是0,1,2。


参数:boldweight
a numeric value indicating bold weight.  Normal is 400, regular bold is 700.  
一个数值表明大胆的重量。正常是400,经常大胆是700。


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


参数:...
arguments get passed to Font.  
参数获得通过Font。


Details

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

Default values for NULL parameters are taken from Excel.  So the default font color is black, the default font name is "Calibri", and the font height in points is 11.
NULL参数的默认值从Excel中。所以默认字体颜色为黑色,默认字体的名称是“宋体”,字体高度点11。

createFont is now deprecated and will be removed in version 0.5.0 of the package.  
createFont现在已经过时,将被删除的包0.5.0版本。

NOTE: You need to have a Workbook object to attach a Font object to it.
注意:您需要有一个Workbook对象,附加一个Font对象的。


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

Font returns a list with a java reference to a Font object, and a class attribute "Font".
Font返回一个Java引用到Font对象,一类属性“字体”列表。

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


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


Adrian Dragulescu



----------See Also----------

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


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


## Not run: [#不运行:]
  font <-  Font(wb, color="blue", isItalic=TRUE)

## End(Not run)[#(不执行)]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 17:25 , Processed in 0.023633 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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