PHP8
authorAlan <alan@roojs.com>
Thu, 7 Dec 2023 07:44:59 +0000 (15:44 +0800)
committerAlan <alan@roojs.com>
Thu, 7 Dec 2023 07:44:59 +0000 (15:44 +0800)
Document/Word/Writer/Style/Cell.php
Document/Word/Writer/Style/Table.php

index 0d9fca7..8574fe0 100644 (file)
@@ -128,6 +128,7 @@ class Document_Word_Writer_Style_Cell
        var $_columnNum;\r
        var $_mergeto;\r
        var $_rowNum;\r
+       var $_leftstyle;\r
 \r
        /**\r
         * Create a new Cell Style\r
index cd49258..880c844 100644 (file)
@@ -42,6 +42,13 @@ class Document_Word_Writer_Style_Table
        var $_width1_dax;\r
        var $_width2;\r
        var $_width2_dax;\r
+       var $_width3;\r
+       var $_width3_dax;\r
+       var $_width4;\r
+       var $_width4_dax;\r
+       var $_width5;\r
+       var $_width5_dax;\r
+       \r
        var $_listtag;\r
        \r
        var $_height0;\r
@@ -58,6 +65,12 @@ class Document_Word_Writer_Style_Table
        var $_height11;\r
        var $_height12;\r
 \r
+       var $_leftstyle;\r
+       var $_borderleftcolor;\r
+       var $_bgstyle;\r
+       var $_bgcolor;\r
+       \r
+               \r
 \r
        public function __construct() \r
         {\r