我读取一份文档word文档,想把一些shape组合成一个groupshape,但是报错,【Cannot insert a Shape into a GroupShape with a different markup language】。我读取的word中的shape markup language是dml,但是自己创建的GroupShape group = new GroupShape(mDocument);却是vml,导致无法组合s…...August 20, 2025, 2:17am 9 我使用的版本是25.1.0. 请帮忙试下能否拼接组合? test.docx (38...