Lines Matching refs:defaultStyle
67403 function DocMeasure(fontProvider, styleDictionary, defaultStyle, imageMeasure, svgMeasure, tableLay…
67405 this.styleStack = new StyleContextStack(styleDictionary, defaultStyle);
69444 …youtDocument = function (docStructure, fontProvider, styleDictionary, defaultStyle, background, he…
69511 …this.docMeasure = new DocMeasure(fontProvider, styleDictionary, defaultStyle, this.imageMeasure, t…
69520 …var result = this.tryLayoutDocument(docStructure, fontProvider, styleDictionary, defaultStyle, bac…
69523 …result = this.tryLayoutDocument(docStructure, fontProvider, styleDictionary, defaultStyle, backgro…
69529 …youtDocument = function (docStructure, fontProvider, styleDictionary, defaultStyle, background, he…
69547 this.addWatermark(watermark, fontProvider, defaultStyle);
69629 LayoutBuilder.prototype.addWatermark = function (watermark, fontProvider, defaultStyle) {
69638 watermark.font = watermark.font || defaultStyle.font || 'Roboto';
70655 …cDefinition.content, this.fontProvider, docDefinition.styles || {}, docDefinition.defaultStyle || {
72100 function StyleContextStack(styleDictionary, defaultStyle) {
72101 this.defaultStyle = defaultStyle || {};
72111 var stack = new StyleContextStack(this.styleDictionary, this.defaultStyle);
72260 return this.defaultStyle && this.defaultStyle[property];