Searched refs:isItalic (Results 1 – 4 of 4) sorted by relevance
63 isItalic: cell?.isItalic ?? false,89 isItalic: (style["style:text-properties"]?.["-fo:font-style"] === "italic"),285 isItalic: cell.style.font?.italic || false, property in AnonymousFunctionfce172e80200.formattedCell302 isItalic: cell.style.font?.italic || false, property in AnonymousFunctionfce172e80200.formattedCell337 if (cell.isItalic) styledCell = `\/\/${styledCell}\/\/`;
META-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
9418 … text = this.isItalic(this.cp) ? com.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(text, "i") : text;9574 Shape.prototype.isItalic = function (index) {9575 var isItalic = false;9592 isItalic = ((value & 2) === 2);9595 return isItalic;10303 fontStyle |= this.isItalic(index) ? mxConstants.FONT_ITALIC : 0;
1440 …d(this.cp)?f.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"b"):a;a=this.isItalic(this.cp)?f.mxgrap…1443 ….toLowerCase(),"themed")||(b=1===(parseInt(a)&1));return b};b.prototype.isItalic=function(a){var b… method in b1491 …s.getTextFont(a);var g=this.isBold(a)?mxConstants.FONT_BOLD:0,g=g|(this.isItalic(a)?mxConstants.FO…