Lines Matching refs:page

500                 mxVsdxCodec.prototype.processPage = function (graph, page) {
507 if (page != null) {
510 …var pageName_1 = mxUtils.htmlEntities(page.getPageName()) + (page.isBackground()? ' (Background)' …
623 mxVsdxCodec.prototype.importPage = function (page, graph, parent, noSanitize)
626 var backPage = page.getBackPage();
630 graph.getModel().setValue(graph.getDefaultParent(), page.getPageName());
641 var layers = page.getLayers();
644 var shapes = page.getShapes();
705 var pageHeight = page.getPageDimensions().y;
706 var pageId = page.getId();
714 var connects = page.getConnects();
753 mxVsdxCodec.prototype.postImportPage = function(page, graph, callback)
759 var shapes = page.getShapes().entries || [];
794 … } return null; })(me.vertexMap, new com.mxgraph.io.vsdx.ShapePageId(page.Id, shape.Id));
1559 …var page = (function (a) { var i = 0; return { next: function () { return i < a.length ? a[i++] : … function
1599 …var shape = new com.mxgraph.io.vsdx.VsdxShape(page, shapeElem, !page.isEdge(shapeElem), masterShap…
1798 mxVssxCodec.prototype.processPage = function (graph, page) { argument
1834 … } return null; })(this_2.vertexShapeMap, new com.mxgraph.io.vsdx.ShapePageId(page.getId(), id));
3392 var page = this.createPage(pageEle);
3393 if (page.isBackground()) {
3399 …his.key; }, getValue: function () { return this.value; } }); })(backgroundMap, page.getId(), page);
3406 …n this.key; }, getValue: function () { return this.value; } }); })(this.pages, page.getId(), page);
3415 var page = entry.getValue();
3416 var backId = page.getBackPageId();
3423 page.setBackPage(background);
3877 mxVsdxPage.prototype.setBackPage = function (page) {
3878 this.backPage = page;
9763 function VsdxShape(page, shape, vertex, masters, master, model) { argument
9821 … _this.childShapes = page.parseShapes(shapesElement, _this.master, false);
9826 var themeIndex = page.getCellIntValue("ThemeIndex", -100);
9835 var variant = page.getCellIntValue("VariationColorIndex", 0);