예제 #1
0
파일: TextRun.php 프로젝트: roojs/pear
 public function addImage($src, $style = null)
 {
     Document_Word_Writer_Section::staticAddImage($this, $src, $style);
 }