zoukankan      html  css  js  c++  java
  • SAS学习笔记54 RTF文件格式

    StyleRTF Control WordExample Code
    Italicize i title 'i italicized title';
    Underline ul title 'ul underline title';
    Double underline dul title 'dul title';
    New line line title 'this is the first line this is the second ';
    Bullet ullet title 'ullet bullet preceding title';
    Emboss embo title 'embo embossed title';
    Engrave impr title 'impr engraved title';
    Subscript sub title 'This is a subscript Tsub 1';
    Superscript super title 'This is a subscript Tsuper 2';
    Outline outl title 'outl This is outlined';
    Shadow shad title 'shad This is shadowed';
    Strike strike title 'strike This is striked';
    double strike strikedl  
    dotted underline uld title 'uld dotted underline';
    Wave underline ulw title 'ulw wave underline';
    Thick underline ulth title 'ulth thick underline';
    foreground color cfn title 'cf2 foreground color';
    Font size in half points fs24 title 'fs40 fonts increased';
    Highlight highlightN title 'highlight2';
    Bold  title ' bold title';
    Left aligned ql title 'ql left aligned.
    Right aligned qr title 'qr right aligned.
    centered qc title 'qc left aligned.
  • 相关阅读:
    20170728xlVba SSC_TODAY
    卸载angular版本
    union 共用体
    bootstrap的粗认识
    结构体,结构体数组,结构体指针
    C语言的枚举
    nodeJS 的认识
    nodejs 平台搭建
    动态表单
    指针
  • 原文地址:https://www.cnblogs.com/abble/p/11326313.html
Copyright © 2011-2022 走看看