How to apply style to a Table via LibreOffice API?

2019-01-18 Thread MUNOZ JULHO Yupanqui
Hello everybody, I have defined a new table style in my template and I would like programmatically to apply this new style when a table is added on a generated document. I found this code example for applying style to a paragraph XTextRange xTextRange = doc.getText().getStart(); XPropertySet p

How to insert extra and hidden information for each element of document via LibreOffice API?

2018-07-26 Thread MUNOZ JULHO Yupanqui
Hi everyone, I am working with the Eclipse Papyrus team on a UML to odt generator. Besides one way generating, it should be able to handle bidirectional synchronization between these two "worlds". For reaching this goal, I need to map each model element with its respective doc element. For exam