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:
parent
77f0cf4b83
commit
8aed736589
@ -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" );
|
||||
|
Loading…
Reference in New Issue
Block a user