Home
last modified time | relevance | path

Searched refs:isItalic (Results 1 – 4 of 4) sorted by relevance

/plugin/xlsx2dw/
H A Dscript.js63 isItalic: cell?.isItalic ?? false,
89 isItalic: (style["style:text-properties"]?.["-fo:font-style"] === "italic"),
285 isItalic: cell.style.font?.italic || false, property in AnonymousFunctionfce172e80200.formattedCell
302 isItalic: cell.style.font?.italic || false, property in AnonymousFunctionfce172e80200.formattedCell
337 if (cell.isItalic) styledCell = `\/\/${styledCell}\/\/`;
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js9418 … 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;
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1440 …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 b
1491 …s.getTextFont(a);var g=this.isBold(a)?mxConstants.FONT_BOLD:0,g=g|(this.isItalic(a)?mxConstants.FO…