Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js9addMargin(r[0],r[2])),e(),r&&(n.writer.context().addMargin(-r[0],-r[2]),n.writer.context().moveDow…
10 …ost.availableHeight,this.lastColumnWidth=t.lastColumnWidth},r.prototype.addMargin=function(t,e){th… method in r
Dpdfmake.js13737 self.writer.context().addMargin(margin[0], margin[2]);
13743 self.writer.context().addMargin(-margin[0], -margin[2]);
13867 this.writer.context().addMargin(gapSize.width);
13878 this.writer.context().addMargin(-gapSize.width);
16042 DocumentContext.prototype.addMargin = function(left, right) {
Dpdfmake.min.js.map1addMargin","absPosition","absolutePosition","beginDetachedBlock","processVerticalContainer","colum…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js68587 DocumentContext.prototype.addMargin = function (left, right) {
69830 self.writer.context().addMargin(margin[0], margin[2]);
69836 self.writer.context().addMargin(-margin[0], -margin[2]);
69978 this.writer.context().addMargin(gapSize.width);
69989 this.writer.context().addMargin(-gapSize.width);
Dpdfmake.min.js2addMargin=function(r,i){this.x+=r,this.availableWidth-=r+(i||0)},DocumentContext.prototype.moveDow…