Renamed sample files.

This commit is contained in:
Jeroen Moors 2014-03-07 17:22:30 +01:00
parent 57f330c099
commit 43a00b16ff
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require_once '../Classes/PHPWord.php';
$PHPWord = new PHPWord();
$document = $PHPWord->loadTemplate('Sample_03_TemplateCloneRow.docx');
$document = $PHPWord->loadTemplate('Sample_07_TemplateCloneRow.docx');
// Simple table
$document->cloneRow('rowValue', 10);