在RTF使用表在RTF使用表(Using Tables in RTF)

2019-05-12 02:19发布

我需要一个RTF文件创建一个表。 但是我不熟悉RΤF。 下面是这些RTF文件都应该替换文本文件的例子:

                               GENERAL JOURNAL
                                                                        Page 1

Date     Description                              Post Ref   Debit      Credit  
------------------------------------------------------------------------------
2011
Dec 1    Utilities Expense                          512      250.00
            Cash                                    111                 250.00
               Paid electric bill for November,
               Check No. 1234

    2    Cash                                       111       35.00
            Accounts Receivable / Customer Name     115/√                30.00
            Interest Income                         412                   5.00
               Receipt of payment on account
               from Customer, Check No. 5678

         . . .

该表应该有边界,但我不知道如何可以做到这一点。 有些细胞必须有在底部边框特在本文件:

                                 Company Name
                        Schedule of Accounts Receivable
                               December 31, 2011

Name                                                                   Balance
------------------------------------------------------------------------------
Adams, John                                                             354.24
Jefferson, Thomas                                                        58.35
Washington, George                                                      754.58
                                                                      --------
                                                                       1167.17
                                                                      ========

我知道的\cell\row等,但我无法弄清楚如何正确地使用他们,像我发现的文件是不是很好。 请帮忙。

Answer 1:

这个网站是有用的: http://www.pindari.com/rtf3.html

{\rtf1\ansi\deff0
\trowd
\cellx1000
\cellx2000
\cellx3000
\intbl cell 1\cell
\intbl cell 2\cell
\intbl cell 3\cell
\row
} 

这将给:

---------------------------
|cell 1 | cell 2 | cell 3 |  
---------------------------

一排delimted与\trowd ... \row

每个小区结尾\cell

\cellx确定对应的小区的右侧缇



Answer 2:

直接在RTF编辑变得快速读取。 使用独特的标识符作为占位符(例如“(P1)”)中创建一个示例实体模型(在Excel或Word) - - 然后保存为RTF - 用记事本打开RTF - 复制RTF代码“:Pehaps这种实用的方法效果更好按原样”,代之以实际值的占位符程序



文章来源: Using Tables in RTF
标签: rtf