Title of a table

Questions and answers on how to use DOCXReadWrite
Post Reply
hellroger
Posts: 6
Joined: Tue Oct 05, 2021 2:45 pm

Title of a table

Post by hellroger »

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.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Title of a table

Post by larsa »

Hello

This is not supported now but we will post an update next week supporting this.
Lars Arvidsson, Axolot Data
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Title of a table

Post by larsa »

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');
Lars Arvidsson, Axolot Data
Post Reply