addPageBreak.RTF(rtf)
addPageBreak.RTF()所属R语言包:rtf
Insert a page break into the RTF document optionally specifying new page settings
到RTF文件,可以指定新的页面设置,插入一个分页符
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Insert a page break into the RTF document optionally specifying new page settings.
到RTF文件,可以指定新的页面设置,插入一个分页符。
用法----------Usage----------
参数----------Arguments----------
参数:this
An RTF object.
RTF对象。
参数:width
New page width in inches. optional.
新的页面宽度以英寸为单位。可选的。
参数:height
New page height in inches. optional.
新的页面高度,以英寸为单位。可选的。
参数:omi
A vector of page margins (botton, left, top, right) optional.
Avector垫,页边距(左,上,右)可选。
参数:...
Not used.
未使用。
(作者)----------Author(s)----------
Michael E. Schaffer
参见----------See Also----------
For more information see RTF.
有关详细信息,请参阅RTF。
实例----------Examples----------
rtf<-RTF("test_addPageBreak.doc",width=8.5,height=11,font.size=10,omi=c(1,1,1,1))
addPageBreak(rtf,width=11,height=8.5,omi=c(0.5,0.5,0.5,0.5))
done(rtf)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|