Renamed sample files.
This commit is contained in:
parent
57f330c099
commit
43a00b16ff
|
|
@ -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);
|
||||
Loading…
Reference in New Issue