麦田培训学校管理软件MTCUN 3.0白皮书

麦田软件公司出品

f)  如何画表格?

<table x="0" y="3.5cm" style="border:0.25mm" minlines="24" pagelines="24">
  <thead>
    <tr height="0.6cm">
      <td width="1cm" class="bold">序号</td>
      <td width="2.5cm" class="bold">姓名</td>
    </tr>
  </thead>
  <tbody class="bottom">
        <tr height="0.6cm">
          <td width="1cm">1</td>
          <td width="2.5cm">张三</td>
        </tr>
        <filltr height="0.6cm">
          <td width="1cm"></td>
          <td width="2.5cm"></td>
        </filltr>
 
</tbody>
  <tfoot>
  </tfoot>
</table>

 

minlines 表示每页显示的最小行数量,比如24行,假如内容不足24行,会自动填充空白行。pagelines,也可以使用maxlines 表示每页显示数据项最大行数,超过这个值将自动创建下一页进行显示(注册一个报表中只能有一个table属有pagelines属性)。Thead 表示表格头部,Tbody 表示数据项,Tfoot 表示表格底部。Tr表示行,td表示单元格,filltr表示内容达不到每页显示的最大行时,自动填充的空白行模板。

 

显示效果

 

table属性

名称

说明

x

定义文本内容在打印纸张中,距左边的距离。单位:cm|mm 缺省:mm

y

定义文本内容在打印纸张中,距顶部的距离。单位:cm|mm 缺省:mm

style

定义标签的样式,宽度、高度、色彩、字体、文本对齐方式等。

Style属性

见公共部分。

 

thead,tbody,tfoot属性

名称

说明

class

指定样式名称。可以指定多个。如: class= "style1 style2"

style

定义标签的样式,宽度、高度、色彩、字体、文本对齐方式等。

Style属性

见公共部分。

 

trfilltr属性

名称

说明

x

在相对位置上定义行的X坐标。单位:cm|mm 缺省:mm

y

在相对位置上定义行的Y坐标。单位:cm|mm 缺省:mm

class

指定样式名称。可以指定多个。如: class= "style1 style2"

style

定义标签的样式,宽度、高度、色彩、字体、文本对齐方式等。

Style属性

height

定义行的高度。

font-family

字体名称。如:font-family:宋体。

font-size

字体大小。如:font-size:10

font-style

字体样式。取值范围为:regular| bold|italic|strikeout| underline,分别表示:一般、粗体、斜体、带删除线、带下划线。

background-color

背景色。

color

文本颜色。

text-align

文本水平对齐方式。(当设置width,height值时生效)。取值范围为:left|right|center

text-valign

文本垂直对齐方式。(当设置width,height值时生效)。取值范围为:top|middle|bottom

更多属性见公共部分。

 

td属性

名称

说明

x

在相对位置上定义行的X坐标。单位:cm|mm 缺省:mm

y

在相对位置上定义行的Y坐标。单位:cm|mm 缺省:mm

format

取值范围:p| child| auto|text,默认是textP表示td的用法等于Pchild表示td里必需内嵌子标签,auto根据内容自动判断,texttd内内容视为文本等于span

class

指定样式名称。可以指定多个。如: class= "style1 style2"

style

定义标签的样式,宽度、高度、色彩、字体、文本对齐方式等。

Style属性

height

定义单元格的高度。

width

定义单元格的宽度。

font-family

字体名称。如:font-family:宋体。

font-size

字体大小。如:font-size:10

font-style

字体样式。取值范围为:regular| bold|italic|strikeout| underline,分别表示:一般、粗体、斜体、带删除线、带下划线。

background-color

背景色。

color

文本颜色。

text-align

文本水平对齐方式。(当设置width,height值时生效)。取值范围为:left|right|center

text-valign

文本垂直对齐方式。(当设置width,height值时生效)。取值范围为:top|middle|bottom

更多属性见公共部分。

 

公共的Style样式属性

名称

说明

border

边框粗细。单位:cm|mm 缺省:mm

border-width

边框粗细。

border-style

边框样式。

border-color

边框颜色。

border-top-width

顶部边框粗细。

border-right-width

右边边框粗细。

border-bottom-width

底部边框粗细。

border-left-width

左边边框粗细。

border-top-style

顶部边框样式。取值范围为:dash|dashdot|dashdotdot|dot|solid

border-right-style

右边边框样式。取值范围为:dash|dashdot|dashdotdot|dot|solid

border-bottom-style

底部边框样式。取值范围为:dash|dashdot|dashdotdot|dot|solid

border-left-style

左边边框样式。取值范围为:dash|dashdot|dashdotdot|dot|solid

border-top-color

顶部边框颜色。

border-right-color

右边边框颜色。

border-bottom-color

底部边框颜色。

border-left-color

左边边框颜色。

 



Copyright ©2009 - 2016 MTCNSOFT.Com.All rights reserved.
Powered By MTCUN