Hallo, I would like to store custom data inside OpenDocument, in Writer documents (ODT) in this case. These data should be document specific and table specific. Why this?
I have the extension, which handles special formatting of tables inside the Writer document like display currency symbol before / after number, ... Lot of these things can be done directly with OpenOffice.org, but few of them needs special handling. And I would like to store these settings inside Writer's document. I need to store custom data within OpenDocument (default values for new tables) and modified data for each table inside OpenDocument. So, when I reopen this OpenDocument on another computer with same extension, this extension can read these meta data and re-format table properly when user changes it, creates new table, etc. I found few solutions like custom shape inside document, which is invisible (special position, special color, ...). You can assign custom attributes to this shape to store your data. But I don't like this solution. Is there a generic way how to store custom data within a document and within an object (like table) inside document? Best regards, Robert Vojta -- Robert Vojta --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
