RTF文档中的单元格着色

时间:2011-05-24 21:32:32

标签: rtf

是否有人知道将背景颜色应用于表格单元格的rtf标签?

我知道表结构:

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

但我不知道如何应用阴影。

更新:我添加了单元格着色,但仍无法设置阴影颜色

1 个答案:

答案 0 :(得分:7)

我设法得到解决方案:

{\rtf1\ansi\deff0
{\colortbl;\red188\green230\blue138;}<!--define a color table -->
  \trowd
  \cellx1000
  \clcbpat1\cellx2000 <!- \clcbpat1 = set background color -->
  \cellx3000
  cell 1\intbl\cell
  cell 2\intbl\cell
  cell 3\intbl\cell
 \row
}

您可以将多种颜色串在一起,例如:

{\colortbl;\red188\green230\blue138;\red108\green030\blue038;}

要使用它,您可以致电:\clcbpat1\clcbpat2