Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java432 Element textSpanNode = doc.createElement(TAG_SPAN); in buildDocument() local
433 textSpanNode.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, trStyle.getName()); in buildDocument()
435 textSpanNode.appendChild(trNodes[ii]); in buildDocument()
437 currPara.appendChild(textSpanNode); in buildDocument()