Searched refs:pStyle (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | mxVsdxCanvas2D.js | 874 var processNodeChildren = function(ch, pStyle) argument 876 pStyle = pStyle || {}; 886 fontSize: pStyle['fontSize'] || that.cellState.style["fontSize"], 888 align: pStyle['align'] || that.cellState.style["align"], 889 bold: pStyle['bold'] || (fontStyle & 1), 890 italic: pStyle['italic'] || (fontStyle & 2), 891 underline: pStyle['underline'] || (fontStyle & 4) 903 …createTextRow(styleMap, charSect, pSect, text, (pStyle['OL']? pStyle['LiIndex'] + '. ' : '') + cur… 919 OL: pStyle['OL'], 920 LiIndex: pStyle['LiIndex'] [all …]
|
H A D | importer.js | 1450 var pStyle = model.getStyle(parent); 1451 if (pgeo != null && pStyle != null) { 1452 var pos = pStyle.indexOf("rotation="); 1454 … var pRotation = parseFloat(pStyle.substring(pos + 9, pStyle.indexOf(';', pos)));
|