mariarahat / bungeni-editor

Automatically exported from code.google.com/p/bungeni-editor
2 stars 0 forks source link

Use character styles instead of references for inline markup #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Openoffice 3 supports a better character style markup API. The current inline 
markup functionality uses named references which are more clumsy and brittle .  
These need to be migrated to the character style markup, the action for 
applying character styles has been added (see 
http://code.google.com/p/bungeni-editor/source/browse/BungeniEditor/trunk/Bungen
iEditorClient/src/org/bungeni/editor/actions/routers/routerApplyCharStyle.java )

Original issue reported on code.google.com by ashok.ha...@gmail.com on 2 Feb 2011 at 8:08