aspose-words / Aspose.Words-for-Java

Aspose.Words for Java examples, plugins and showcases
https://products.aspose.com/words/java
MIT License
401 stars 206 forks source link

Table HorizontalMerge is zero #75

Closed Pantianmiao closed 2 years ago

Pantianmiao commented 3 years ago

Word inner Table HorizontalMerge always is zero. Like this: image

AlexNosk commented 3 years ago

@Pantianmiao In MS Word documents rows are independent, that means each row in the table can have any number of cells of any width. Most likely in your case horizontally merged cells are emulated by adjusting width of individual cells. Could you please attach your document here for testing, I will take a look and provide you more information.

AlexNosk commented 2 years ago

No additional feedback. Close.