Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js10200 var txtChildren = this.getTextChildren();
10201 if (txtChildren == null && this.masterShape != null) {
10202 txtChildren = this.masterShape.getTextChildren();
10205 if (txtChildren != null) {
10208 return this.getHtmlTextContent(txtChildren);
10331 VsdxShape.prototype.getHtmlTextContent = function (txtChildren) { argument
10367 if (txtChildren != null && txtChildren.length > 0) {
10368 for (var index = 0; index < txtChildren.length; index++) {
10369 var node = txtChildren.item(index);