Searched refs:isUnderline (Results 1 – 3 of 3) sorted by relevance
64 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.formattedCell303 isUnderline: cell.style.font?.underline || false, property in AnonymousFunctionfce172e80200.formattedCell338 if (cell.isUnderline) styledCell = `__${styledCell}__`;
9419 …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;
1440 …(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 b1491 …FONT_BOLD:0,g=g|(this.isItalic(a)?mxConstants.FONT_ITALIC:0),g=g|(this.isUnderline(a)?mxConstants.…