Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DEmbeddedObject.php171 public function getMarginTop() function in Google\\Service\\Docs\\EmbeddedObject
H A DDocumentStyle.php257 public function getMarginTop() function in Google\\Service\\Docs\\DocumentStyle
H A DSectionStyle.php288 public function getMarginTop() function in Google\\Service\\Docs\\SectionStyle
/plugin/odt/ODT/
H A Dpage.php292 public function getMarginTop() { function in pageFormat
H A DODTDocument.php1648 $first_page->setProperty('margin-top', $this->page->getMarginTop().'cm');
1678 $margin_top = $this->page->getMarginTop();
1706 $first_page->setProperty('margin-top', $this->page->getMarginTop().'cm');
1766 return $this->page->getMarginTop();
/plugin/odt/renderer/
H A Dpage.php540 return $this->document->getMarginTop();
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1getMarginTop(e){return z.getDimension(e,"margin-top","marginTop")}static getMarginRight(e){return …
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js1getMarginTop(e){return z.getDimension(e,"margin-top","marginTop")}static getMarginRight(e){return …
H A Dbundle.js.map1getMarginTop(element) {\n return SizeUtils.getDimension(element, 'margin-top', 'marginTop')…