Searched refs:pSect (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | mxVsdxCanvas2D.js | 767 var pSect = this.createElt("Section"); 768 pSect.setAttribute('N', 'Paragraph'); 783 var createTextRow = function(styleMap, charSect, pSect, textEl, txt) argument 862 pSect.appendChild(pRow); 903 …createTextRow(styleMap, charSect, pSect, text, (pStyle['OL']? pStyle['LiIndex'] + '. ' : '') + cur… 930 pSect.appendChild(pRow); 957 pSect.appendChild(pRow); 964 createTextRow(styleMap, charSect, pSect, text, ""); //to handle block elements if any 969 …createTextRow(styleMap, charSect, pSect, text, (pStyle['OL']? pStyle['LiIndex'] + '. ' : '') + cur… 995 createTextRow(styleMap, charSect, pSect, text, str); [all …]
|