Home
last modified time | relevance | path

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

/plugin/odt/
H A Dsyntax.php166 …$renderer->setPageFormat($format, $orientation, $params [2], $params [3], $params [4], $params [5]…
173 $renderer->setPageFormat($format);
180 $renderer->setPageFormat(NULL,$orientation);
187 $renderer->setPageFormat(NULL,NULL,$margin);
194 $renderer->setPageFormat(NULL,NULL,NULL,$margin);
201 $renderer->setPageFormat(NULL,NULL,NULL,NULL,$margin);
208 $renderer->setPageFormat(NULL,NULL,NULL,NULL,NULL,$margin);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php49 public function setPageFormat($size, $orientation) function
123 $this->setPageFormat($newSize, $newSize['orientation']);
H A DFpdiTrait.php422 $this->setPageFormat($newSize, $newSize['orientation']);
/plugin/diagramsnet/lib/js/diagramly/
H A DSettings.js199 setPageFormat: function(value) method in mxSettings
H A DEditorUi.js10481 mxSettings.setPageFormat(this.editor.graph.pageFormat);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php49 protected function setPageFormat($format, $orientation)
46 protected function setPageFormat($format, $orientation) global() function
/plugin/odt/renderer/
H A Dpage.php310 …public function setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NU… function in renderer_plugin_odt_page
311 …$this->document->setPageFormat ($format, $orientation, $margin_top, $margin_right, $margin_bottom,…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java428 graphComponent.setPageFormat(format); in actionPerformed()
H A DEditorActions.java.bak428 graphComponent.setPageFormat(format);
/plugin/odt/ODT/
H A DODTDocument.php1667 …public function setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NU… function in ODTDocument
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js3595 this.ui.setPageFormat(this.previousFormat);
3666 EditorUi.prototype.setPageFormat = function(value, ignorePageVisible) method in EditorUi
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js2244 …ormat.width!=c.width||this.previousFormat.height!=c.height)&&(this.ui.setPageFormat(this.previousF…
2247 EditorUi.prototype.setPageFormat=function(b,c){c=null!=c?c:"1"==urlParams.sketch;this.editor.graph.…
H A Dviewer-static.min.js2244 …ormat.width!=c.width||this.previousFormat.height!=c.height)&&(this.ui.setPageFormat(this.previousF…
2247 EditorUi.prototype.setPageFormat=function(b,c){c=null!=c?c:"1"==urlParams.sketch;this.editor.graph.…
H A Dapp.min.js2278 …ormat.width!=b.width||this.previousFormat.height!=b.height)&&(this.ui.setPageFormat(this.previousF…
2281 EditorUi.prototype.setPageFormat=function(a,b){b=null!=b?b:"1"==urlParams.sketch;this.editor.graph.…