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
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