Preserve Title & Description under Alt-Text of Table during Word to HTML to Word round-trip C# .NET - Set Table Alternate Text

Hi Team,

How can we set the alternate text of table while converting html to word in Aspose.Words?

<table>
<thead>
<tr>
<th>Column 1</th>
</tr>
</thead>
<tbody>
<tr>
<td>Value</td>
</tr>
</tbody>
</table>

Regards,
Sanjay

@skothari120790,

We have logged your requirement in our issue tracking system. Your ticket number is WORDSNET-19808. We will further look into the details of this requirement and will keep you updated on the status of the linked issue. We apologize for any inconvenience.

Hi Awais,

Does that mean, for now there is no way we can set the alt text property of table in html which will set automatically in Word’s table alt text.

Regards,
Sanjay

@skothari120790,

I am afraid, currently there is no attribute of HTML Table that you can set and when converted to Word will automatically transformed into Alt Text of Table inside Word document. We will inform you via this thread as soon as this issue will be resolved in future. We apologize for any inconvenience.