Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js764 var charSect = this.createElt("Section");
765 charSect.setAttribute('N', 'Character');
783 var createTextRow = function(styleMap, charSect, pSect, textEl, txt) argument
841 charSect.appendChild(charRow);
903 …createTextRow(styleMap, charSect, pSect, text, (pStyle['OL']? pStyle['LiIndex'] + '. ' : '') + cur…
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);
1083 this.shape.appendChild(charSect);