From cd8e2296b5a2235a76eb79199c7baa06dd30aa63 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 2 Aug 2024 15:52:19 +0300 Subject: [PATCH 1/2] SEO-187022-Angular-Spreedsheet-Alt-text-missing --- angular/Spreadsheet/Print.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/angular/Spreadsheet/Print.md b/angular/Spreadsheet/Print.md index 9ce3811f..98b1fb61 100644 --- a/angular/Spreadsheet/Print.md +++ b/angular/Spreadsheet/Print.md @@ -1,7 +1,7 @@ --- layout: post title: Print with Spreadsheet widget for Syncfusion Essential JS -description: How to use the Spreadsheet Print +description: Learn here about How to use the Spreadsheet Print with Syncfusion Angular Spreadsheet, its elements, and more. platform: Angular control: Spreadsheet documentation: ug @@ -75,14 +75,14 @@ printSelClick(event) { The following output is displayed as a result of the above code example. -![](Print_images/Print_img1.png) +![Print Sheet / Print Selected Area in Angular Spreadsheet](Print_images/Print_img1.png) -![](Print_images/Print_img2.png) +![Print Sheet / Print Selected Area in Angular Spreadsheet](Print_images/Print_img2.png) Print dialog with entire sheet in Chrome browser {:.caption} -![](Print_images/Print_img3.png) +![Print dialog with entire sheet in Chrome browser in Angular Spreadsheet](Print_images/Print_img3.png) Print dialog with selected area print in chrome browser {:.caption} @@ -109,7 +109,7 @@ The following code example describes the above behavior. {% endhighlight %} -![](Print_images/Print_img4.png) +![Print with Gridlines in Angular Shreadsheet](Print_images/Print_img4.png) Print dialog without gridlines in chrome browser {:.caption} @@ -135,7 +135,7 @@ The following code example describes the above behavior. {% endhighlight %} -![](Print_images/Print_img5.png) +![Print with Headings in Angular Spreadsheet](Print_images/Print_img5.png) Print dialog without headings in chrome browser {:.caption} From 9688dca2313792aa83189fc733e188e6adf0d52f Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Mon, 5 Aug 2024 10:10:30 +0300 Subject: [PATCH 2/2] resolved --- angular/Spreadsheet/Print.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular/Spreadsheet/Print.md b/angular/Spreadsheet/Print.md index 98b1fb61..257b5bb2 100644 --- a/angular/Spreadsheet/Print.md +++ b/angular/Spreadsheet/Print.md @@ -1,13 +1,13 @@ --- layout: post -title: Print with Spreadsheet widget for Syncfusion Essential JS +title: Print with Spreadsheet widget for Essential JavaScript | Syncfusion description: Learn here about How to use the Spreadsheet Print with Syncfusion Angular Spreadsheet, its elements, and more. platform: Angular control: Spreadsheet documentation: ug --- -# Print +# Print with Spreadsheet widget for Syncfusion Essential This feature is used for produce text and graphics from a computer screen or file onto a sheet of paper. You can use `allowPrinting` property in `printSettings`to enable/disable the print operation.