getStyle(); if (!$style instanceof \PhpOffice\PhpWord\Style\Image) { return; } $css = array(); $css['width'] = $this->getValueIf($style->getWidth(), $style->getWidth() . 'px'); $css['height'] = $this->getValueIf($style->getHeight(), $style->getHeight() . 'px'); return $this->assembleCss($css); } }