Svante Schubert
Svante Schubert
Every ODF user is aware of semantics such as a table, paragraph, image, character, etc. These ODF semantic pieces known to users consists of more than one XML pieces (ie....
@Muhammedismail Hej, I take this as a documentation issue. I usually start to look in existing tests to copy/paste existing code and you might want to take a look at...
Unless someone is providing a patch, I will take this into consideration for 1.0.0.
Hi Guillaume, you asked for ideas for your TODO in the description of this PullRequest (PR) draft, I have not fully figured out what are the TODOs, but I am...
@gtache Hello Guillaume, when I did a few years ago the work on browser collaboration for Open-XChange to edit ODT documents in a web browser (our current main branch &...
We should drop the old "simple" API source due to duplication - join/fork/rejoin/abundance of IBM from this project - and take over - copy parts of value - to our...
Obviously we were cross-talking. As you did not mention the release or branch you are working on, but mentioned the "old" Simple API source, I was assuming your work was...
Hello Anhar Hussain Miah, Am Mi., 11. März 2020 um 17:48 Uhr schrieb Anhar Hussain Miah < [email protected]>: > hello all, I'm not entirely sure is this is the correct...
Hello Anhar Hussain Miah, of course, you might do anything you like on a DOM tree similar to HTML DOM. The existing operations are just a subset of what is...
Oliver Rau suggested you use `org.odftoolkit.odfdom.incubator.search.TextStyleNavigation` you create it with a pattern and receive a TextSelection, where you can call getElement() to receive the DOM node. This is not our...