Dmitriy Rotatyy
Dmitriy Rotatyy
Hello @Neverbolt, Yes, it is bug, thank you. It should be fixed in future versions
Hello @lapd-viosoft.This feature is in development and has not been documented yet. What you mean with worksheet change event? In spreadsheet editor, every cell change (or double click in any...
> Can you tell me how to capture this cell change event in plugin/macro or any background thread of editor? It is not available now, this functional is in development....
Yes, Infinity execution is fixed, but this method is execute after click to any place in page, not only in content control. Next case - try to mousedown near page...
Hi @anirudhvarma12. There are no public methods for getting paragraph ids at now. I recommendet to use content controls for work with paragraphs/runs.
No, content controls can not be invisible. I need some examples for understanding) Can you give more details?
[SetSpacingLine.docx](https://github.com/ONLYOFFICE/ooxml_parser/files/455125/SetSpacingLine.docx) second example `docx.elements.first.spacing.line` its too wrong
[SetSpacingBefore.docx](https://github.com/ONLYOFFICE/ooxml_parser/files/455302/SetSpacingBefore.docx) `docx.elements[1].spacing.before` is float again
I think, you keep spacing in element objects for save compatibility. In this case, all properties in `elements[1].paragraph_properties.spacing` to be equal `elements[1].spacing`, but i have example, where its wrong [ApiParagraph.docx](https://github.com/ONLYOFFICE/ooxml_parser/files/461399/ApiParagraph.docx)...
Any progress? I faced this issue too. Are there any workaround?