【问题标题】:How to BREAKING ROWS using TCPDF [closed]如何使用 TCPDF 打破行 [关闭]
【发布时间】:2013-12-08 20:31:58
【问题描述】:

我使用直接方式 like 使 pdf 更快。如何BREAKING ROWSlike

【问题讨论】:

    标签: php pdf-generation tcpdf


    【解决方案1】:

    您可以使用“rowspan”和“colspan”属性来实现这一点。经验:

    <table border="1">
    <tr>
    <th rowspan="2">Rowspan 2<br />This is some text that fills the table cell.</th>
    <th colspan="2">span 2</th>
    <th colspan="2">span 2</th>
    <th rowspan="2">2 rows</th>
     <th colspan="8">Colspan 8</th>
     </tr>
     </table>
    

    【讨论】:

      猜你喜欢
      • 2014-03-15
      • 1970-01-01
      • 2014-07-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-06-13
      相关资源
      最近更新 更多