五月天婷亚洲天久久综合网,婷婷丁香五月激情亚洲综合,久久男人精品女人,麻豆91在线播放

  • <center id="8gusu"></center><rt id="8gusu"></rt>
    <menu id="8gusu"><small id="8gusu"></small></menu>
  • <dd id="8gusu"><s id="8gusu"></s></dd>
    樓主: previal
    1911 1

    [問答] 讓rtf 里面的字體跟sas output窗口的一致,變?yōu)?號字體 [推廣有獎]

    • 1關(guān)注
    • 1粉絲

    碩士生

    46%

    還不是VIP/貴賓

    -

    威望
    0
    論壇幣
    22 個
    通用積分
    0
    學(xué)術(shù)水平
    5 點
    熱心指數(shù)
    6 點
    信用等級
    3 點
    經(jīng)驗
    645 點
    帖子
    93
    精華
    0
    在線時間
    138 小時
    注冊時間
    2010-5-24
    最后登錄
    2015-7-7

    樓主
    previal 發(fā)表于 2013-1-11 09:22:45 |只看作者 |壇友微信交流群|倒序 |AI寫論文

    +2 論壇幣
    k人 參與回答

    經(jīng)管之家送您一份

    應(yīng)屆畢業(yè)生專屬福利!

    求職就業(yè)群
    趙安豆老師微信:zhaoandou666

    經(jīng)管之家聯(lián)合CDA

    送您一個全額獎學(xué)金名額~ !

    感謝您參與論壇問題回答

    經(jīng)管之家送您兩個論壇幣!

    +2 論壇幣
    用proc printto 將proc report 的內(nèi)容存儲在RTF文件后,rtf 里面的字體默認(rèn)為小五,而sas output 窗口顯示的其實是8號字體。
    那么我問一下除了采用ODS RTF 意外, 有什么辦法可以讓rtf 里面的字體跟sas output窗口的一致,變?yōu)?號字體嗎?
    二維碼

    掃碼加我 拉你入群

    請注明:姓名-公司-職位

    以便審核進(jìn)群資格,未注明則拒絕

    關(guān)鍵詞:output outpu put Out RTF 辦法 report

    I believe I can fly,and I can touch the sky!
    沙發(fā)
    bakoll 發(fā)表于 2015-3-15 23:37:17 |只看作者 |壇友微信交流群
    ODS RTF 輸出字體控制方法
    proc template;
    define style Styles.Custom;
    parent = Styles.RTF;
    replace fonts /
    'TitleFont' = ("Times Roman",13pt,Bold) /* Titles from TITLE statements */
    'TitleFont2' = ("Times Roman",12pt,Bold Italic) /* Procedure titles ("The _____
    Procedure")*/
    'StrongFont' = ("Times Roman",10pt,Bold)
    'EmphasisFont' = ("Times Roman",10pt,Italic)
    'headingEmphasisFont' = ("Times Roman",11pt,Bold Italic)
    'headingFont' = ("Times Roman",10pt) /* Table column and row headings */
    'docFont' = ("Times Roman",10pt) /* Data in table cells */
    'footFont' = ("Times Roman",10pt) /* Footnotes from FOOTNOTE statements */
    'FixedEmphasisFont' = ("Courier",9pt,Italic)
    'FixedStrongFont' = ("Courier",9pt,Bold)
    'FixedHeadingFont' = ("Courier",9pt,Bold)
    'BatchFixedFont' = ("Courier",6.7pt)
    'FixedFont' = ("Courier",9pt);
    replace color_list /
    'link' = blue /* links */
    'bgH' = white /* row and column header background */
    'fg' = black /* text color */
    'bg' = white; /* page background color */;
    replace Body from Document /
    bottommargin = 0.25in
    topmargin = 0.25in
    rightmargin = 0.25in
    leftmargin = 0.25in;
    replace Table from Output /
    frame = hsides /* outside borders: void, box, above/below, vsides/hsides, lhs/rhs */
    rules = groups /* internal borders: none, all, cols, rows, groups */
    cellpadding = 5pt /* the space between table cell contents and the cell border */
    cellspacing = 0pt /* the space between table cells, allows background to show */
    borderwidth = 0.5pt /* the width of the borders and rules */;
    * Leave code below this line alone ;
    style SystemFooter from SystemFooter /
    font = fonts("footFont");
    end;
    run;
    您需要登錄后才可以回帖 登錄 | 我要注冊

    本版微信群
    加好友,備注cda
    拉您進(jìn)交流群

    京ICP備16021002-2號 京B2-20170662號 京公網(wǎng)安備 11010802022788號 論壇法律顧問:王進(jìn)律師 知識產(chǎn)權(quán)保護(hù)聲明   免責(zé)及隱私聲明

    GMT+8, 2024-12-24 00:39