Hello together,
I am new into this forum and I try to work with the DOCXREADWRITE-Komponent for Delphi.
I am looking for a solution to find a table into my document. My tables have alternate titles.
Would this be possible??
Thanks im advance for support.
Title of a table
Re: Title of a table
Hello
This is not supported now but we will post an update next week supporting this.
This is not supported now but we will post an update next week supporting this.
Lars Arvidsson, Axolot Data
Re: Title of a table
Hello
The update is ready now.
Use:
Set title in MS Word:
- Right click table.
- Select Table properites.
- Select Alt text
- Set Title.
In DOCXReadWrite, use: DOCX.Editor.FindTable('TableName');
The update is ready now.
Use:
Set title in MS Word:
- Right click table.
- Select Table properites.
- Select Alt text
- Set Title.
In DOCXReadWrite, use: DOCX.Editor.FindTable('TableName');
Lars Arvidsson, Axolot Data