Searched refs:txtChildren (Results 1 – 1 of 1) sorted by relevance
10200 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) { argument10367 if (txtChildren != null && txtChildren.length > 0) {10368 for (var index = 0; index < txtChildren.length; index++) {10369 var node = txtChildren.item(index);