bungeni-org / bungeni-editor

The Bungeni Editor is Drafting and Markup framework for XML production built on the OpenOffice.org platform. It supports different legislative document types (e.g hansard, bill) and supports definition of custom types, and allows markup and storage of metadata within the ODF document.
3 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