Table properties

Hi,

Is there any way to read properties of table, cells and rows? I want to read width property of table (cell). In MS Word is possible to set width of table in inches or percents. I also need to check is cell merged.

Thanks,

Zeljko

Hi

Thanks for your request. You can use RowFormat and CellFormat to get these properties. Please see the following links for more information:
https://reference.aspose.com/words/java/com.aspose.words/cellformat/
https://reference.aspose.com/words/java/com.aspose.words/rowformat/
Please let me know if you need more assistance, I will be glad to help you.
Best regards.

Hi,

Thanks for help.

Zeljko