Searched refs:textSpanNode (Results 1 – 1 of 1) sorted by relevance
432 Element textSpanNode = doc.createElement(TAG_SPAN); in buildDocument() local433 textSpanNode.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, trStyle.getName()); in buildDocument()435 textSpanNode.appendChild(trNodes[ii]); in buildDocument()437 currPara.appendChild(textSpanNode); in buildDocument()