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.
  • 相关阅读:
    eclipse上运行spark程序
    Java实现高斯模糊算法处理图像
    Hadoop环境共享
    P1182 数列分段`Section II`
    NOIP2015题解
    镜面上的迷失之链 —— 二分判定性问题
    网络最大流
    [IOI2008]Island
    历史的进程——单调队列
    快速幂
  • 原文地址:https://www.cnblogs.com/abble/p/11326313.html
Copyright © 2011-2022 走看看