Maksim Sorokin
Maksim Sorokin
I was gathering files with a script for builder and found this scenario The set shade property (correctly displayed in the document) is not an attribute of the ooxml-parser object...
Here's a comparison in the collected documents on the different versions  Accordingly, on 7.5 ooxml parser does not display properties `line` `line_rule` Which are present in the document 
`docx.elements[0].numbering.abstruct_numbering.multilevel_type` return `nil` https://github.com/ONLYOFFICE/ooxml_parser/blob/d3c1d004d16d2e1c1e10e50ab83765de59aef600/lib/ooxml_parser/docx_parser/document_structure/numbering/abstract_numbering.rb#L36
If parcing the [result of the docbuilder](https://github.com/ONLYOFFICE/doc-builder-testing/blob/master/js/docx/smoke/api/create_table.js) , the new version of the builder writes start:\end: instead of left:\right: tags ```xml ```