Home
last modified time | relevance | path

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

/plugin/columns/
H A Dsyntax.php317 $style .= ' style:width="' . $this->getOdtAbsoluteWidth($metrics, $width) . '"';
340 $style .= ' style:column-width="' . $this->getOdtAbsoluteWidth($metrics, $width) . '"';
429 private function getOdtAbsoluteWidth($metrics, $width) { function in columns_renderer_odt_v1