Home
last modified time | relevance | path

Searched refs:pStyle (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/vsdx/
DmxVsdxCanvas2D.js874 var processNodeChildren = function(ch, pStyle) argument
876 pStyle = pStyle || {};
885 fontColor: pStyle['fontColor'] || that.cellState.style["fontColor"],
886 fontSize: pStyle['fontSize'] || that.cellState.style["fontSize"],
887 fontFamily: pStyle['fontFamily'] || that.cellState.style["fontFamily"],
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…
[all …]
Dimporter.js1450 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)));