Searched refs:ODTImage (Results 1 – 5 of 5) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTImage.php | 11 class ODTImage class 24 * @see ODTImage::addImage for a detailed description
|
H A D | ODTDocument.php | 1570 * @see ODTImage::addImage for a detailed description 1574 …return ODTImage::addImage($this->params, $src, $width, $height, $align, $title, $style, $returnonl… 1576 … ODTImage::addImage($this->params, $src, $width, $height, $align, $title, $style, $returnonly); 1587 * @see ODTImage::addImageUseProperties for a detailed description 1591 return ODTImage::addImageUseProperties($this->params, $src, $properties, $returnonly); 1593 ODTImage::addImageUseProperties($this->params, $src, $properties, $returnonly); 1601 * @see ODTImage::addStringAsSVGImageFile for a detailed description 1604 return ODTImage::addStringAsSVGImageFile($this, $string); 1610 * @see ODTImage::addStringAsSVGImage for a detailed description 1613 …return ODTImage::addStringAsSVGImage($this->params, $string, $width, $height, $align, $title, $sty…
|
H A D | ODTParagraph.php | 215 ODTImage::addImage ($params, $picture, NULL, NULL, NULL, NULL, $style_name);
|
H A D | ODTSpan.php | 93 ODTImage::addImage ($params, $picture, NULL, NULL, NULL, NULL, $style_name);
|
/plugin/odt/renderer/ |
H A D | page.php | 1609 * @see ODTImage::addStringAsSVGImage for a detailed description 1620 * @see ODTImage::addStringAsSVGImageFile for a detailed description 1654 * @see ODTImage::addImage for a detailed description 1672 * @see ODTImage::addImageUseProperties for a detailed description
|