Home
last modified time | relevance | path

Searched refs:isUnderline (Results 1 – 3 of 3) sorted by relevance

/plugin/xlsx2dw/
H A Dscript.js64 isUnderline: cell?.isUnderline ?? false,
90 isUnderline: (style["style:text-properties"]?.["-style:text-underline-style"] === "solid"),
286 isUnderline: cell.style.font?.underline || false, property in AnonymousFunctionfce172e80200.formattedCell
303 isUnderline: cell.style.font?.underline || false, property in AnonymousFunctionfce172e80200.formattedCell
338 if (cell.isUnderline) styledCell = `__${styledCell}__`;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js9419 …text = this.isUnderline(this.cp) ? com.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(text, "u") : tex…
9606 Shape.prototype.isUnderline = function (index) {
9607 var isUnderline = false;
9624 isUnderline = ((value & 4) === 4);
9627 return isUnderline;
10304 fontStyle |= this.isUnderline(index) ? mxConstants.FONT_UNDERLINE : 0;
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1440 …(this.cp)?f.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"i"):a;a=this.isUnderline(this.cp)?f.mxgr…
1444 return b};b.prototype.isUnderline=function(a){var b=!1;a=this.getTextStyle(a);(function(a,b){return… method in b
1491 …FONT_BOLD:0,g=g|(this.isItalic(a)?mxConstants.FONT_ITALIC:0),g=g|(this.isUnderline(a)?mxConstants.…