Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java503 org.w3c.dom.Element fontNode; in buildDocument() local
505 fontNode = doc.createElement(TAG_STYLE_FONT_DECL); in buildDocument()
506 fontNode.setAttribute(ATTRIBUTE_STYLE_NAME, "Arial"); in buildDocument()
507 fontNode.setAttribute(ATTRIBUTE_FO_FONT_FAMILY, "Arial"); in buildDocument()
508 fontNode.setAttribute(ATTRIBUTE_STYLE_FONT_PITCH, "variable"); in buildDocument()
509 declNode.appendChild(fontNode); in buildDocument()
511 fontNode = doc.createElement(TAG_STYLE_FONT_DECL); in buildDocument()
512 fontNode.setAttribute(ATTRIBUTE_STYLE_NAME, "Arioso"); in buildDocument()
513 fontNode.setAttribute(ATTRIBUTE_FO_FONT_FAMILY, "Arioso"); in buildDocument()
514 fontNode.setAttribute(ATTRIBUTE_STYLE_FONT_PITCH, "variable"); in buildDocument()
[all …]