Hello,
I have a table in which i want to read the content of table through CTable Object that I get in the application, Since the Content(TableRow->TableCell->Content->Paragraph->ParaRun->paraText) in the ParaText is in charCode, these are to read with converting them,so is there any method or way to get these all together?
Like we have GetCurrentTable method in CDocument prototype.
ShareTable I have the docx file which has the table and contents in it.
Goal:
- Able to read the Contents of Table
- Find a method to get all the
Paratextand convert it to string(if possible). - How does
OnlyOfficeread/parse the table data?
OS version: Ubuntu 20.04LTS
App version: DocumentServer 7.0.1
Downloaded from: GITHUB