Completed
Last Updated: 26 Apr 2022 11:16 by ADMIN
Release R2 2022
Todd
Created on: 15 Apr 2022 11:05
Category: WordsProcessing
Type: Feature Request
2
WordsProcessing: Add support for the descr attribute of NonVisualDrawingProperties for a shape/image
This attribute specifies the alternative text for the current DrawingML object, for use by assistive
technologies or applications which do not display the current object. Currently it is omitted while importing the content with DocxFormatProvider
5 comments
ADMIN
Tanya
Posted on: 26 Apr 2022 11:16

Hello Todd,

We have verified the behavior with the document you shared initially in the support ticket - the alternative text of the image inside is preserved with the R2 2022 version. Please, check the new version when uploaded, and don't hesitate to let us know if you encounter any different behavior.

Regards,
Tanya
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Todd
Posted on: 20 Apr 2022 13:06

I just want to verify that if I have the alt text set on an image in a Word Document and I import the Word document using the code below, the alt text will come over for images when the document is imported. We rely heavily on importing a word document as a starting point because it contains the header images and styles set by our internal branding group.

            provider = new DocxFormatProvider();
            using (Stream input = File.OpenRead(documentTemplate))
            {
                document = provider.Import(input);
                editor = new RadFlowDocumentEditor(document);
            }

 

ADMIN
Peshito
Posted on: 20 Apr 2022 11:46

Hello,

This item will be available in R2 2022 Release. 

It is also available with Telerik UI for WPF's latest internal build - LIB 2022.1.425 (25 Apr 2022) if you need it earlier.

Regards,
Peshito
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

ADMIN
Tanya
Posted on: 19 Apr 2022 13:05

Hi Todd,

The task is already in development and you will be notified when it is done. Most probably it will be included in the next service pack release.

Regards,
Tanya
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Todd
Posted on: 15 Apr 2022 14:11
This enhancement is important for the ADA community and our ADA compliance.  Screen readers use the Alt Text on an image.