Searched refs:isBold (Results 1 – 5 of 5) sorted by relevance
/plugin/xlsx2dw/ |
H A D | script.js | 62 isBold: cell?.isBold ?? false, 88 isBold: (style["style:text-properties"]?.["-fo:font-weight"] === "bold"), 284 isBold: cell.style.font?.bold || false, property in AnonymousFunctionfce172e80200.formattedCell 301 isBold: cell.style.font?.bold || false, property in AnonymousFunctionfce172e80200.formattedCell 336 if (cell.isBold) styledCell = `**${styledCell}**`;
|
/plugin/jcapture/lib/ |
H A D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 9417 … text = this.isBold(this.cp) ? com.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(text, "b") : text; 9542 Shape.prototype.isBold = function (index) { 9543 var isBold = false; 9560 isBold = ((value & 1) === 1); 9563 return isBold; 10302 var fontStyle = this.isBold(index) ? mxConstants.FONT_BOLD : 0;
|
/plugin/achart/assets/ |
H A D | apexcharts.min.js | 6 …isBold:d}}},{key:"checkLabelBasedOnTickamount",value:function(t,e,i){var a=this.w,s=a.config.xaxis…
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1440 "sub"));a=this.isBold(this.cp)?f.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"b"):a;a=this.isItali… 1443 a===b}(a,"1")&&(a="rtl");return a};b.prototype.isBold=function(a){var b=!1;a=this.getTextStyle(a);(… method in b 1491 …s.getTextSize(a);this.styleMap.fontFamily=this.getTextFont(a);var g=this.isBold(a)?mxConstants.FON…
|