Skip to content

Commit 718946f

Browse files
authored
Update RTF.php - Support for ListTable
1 parent 0ab0b49 commit 718946f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/PhpWord/Writer/RTF.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,16 @@ public function getColorTable()
101101
return $this->getWriterPart('Header')->getColorTable();
102102
}
103103

104+
/**
105+
* Get list table.
106+
*
107+
* @return array
108+
*/
109+
public function getListTable()
110+
{
111+
return $this->getWriterPart('Header')->getListTable();
112+
}
113+
104114
/**
105115
* Get last paragraph style.
106116
*

0 commit comments

Comments
 (0)