nicer HTML for endnotes in Word-to-HTML converter

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-07-21 04:26:38 +00:00
parent 77f0cf4b83
commit 8aed736589

View File

@ -439,6 +439,7 @@ public class WordToHtmlConverter extends AbstractWordConverter
bookmark.setAttribute( "class", textIndexClass + " " + type
+ "noteindex" );
note.appendChild( bookmark );
note.appendChild( htmlDocumentFacade.createText( " " ) );
Element span = htmlDocumentFacade.getDocument().createElement( "span" );
span.setAttribute( "class", type + "notetext" );