Home
last modified time | relevance | path

Searched refs:addStringAsSVGImage (Results 1 – 3 of 3) sorted by relevance

/plugin/odt/ODT/
H A DODTImage.php129 …function addStringAsSVGImage(ODTInternalParams $params, $string, $width = NULL, $height = NULL, $a… function in ODTImage
H A DODTDocument.php1612 …public function addStringAsSVGImage($string, $width = NULL, $height = NULL, $align = NULL, $title … function in ODTDocument
1613 …return ODTImage::addStringAsSVGImage($this->params, $string, $width, $height, $align, $title, $sty…
/plugin/odt/renderer/
H A Dpage.php1612 $this->document->addStringAsSVGImage($string, $width, $height, $align, $title, $style);