From e7fba33a4ae53af777ed5abc73396cacb8fa6565 Mon Sep 17 00:00:00 2001 From: Srihariharan Date: Mon, 19 Feb 2024 15:24:10 +0530 Subject: [PATCH 1/2] 869460: Attach all the grid built-int styles. --- File-Formats/PDF/PdfGrid.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/File-Formats/PDF/PdfGrid.md b/File-Formats/PDF/PdfGrid.md index f26ff0c1f..0ce1e064d 100644 --- a/File-Formats/PDF/PdfGrid.md +++ b/File-Formats/PDF/PdfGrid.md @@ -1153,6 +1153,8 @@ You can download a complete working sample from [GitHub](https://github.com/Sync The following image shows the PDF document with the ```PdfGridBuiltinStyle.GridTable4Accent1```. GridTable4Accent1 image +The following PDF document shows all the ```PdfGridBuiltinStyle``` styles [Built-in table styles.pdf](https://www.syncfusion.com/downloads/support/directtrac/general/ze/Grid_built-int_styles1244509964) + The below code example illustrates how to apply built-in table styles with table options to [PdfGrid](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Grid.PdfGrid.html) using [PdfGridBuiltinStyleSettings](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Grid.PdfGridBuiltinStyleSettings.html) in [ApplyBuiltinStyle](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Grid.PdfGrid.html#Syncfusion_Pdf_Grid_PdfGrid_ApplyBuiltinStyle_Syncfusion_Pdf_PdfGridBuiltinStyle_Syncfusion_Pdf_Grid_PdfGridBuiltinStyleSettings_) method with [PdfGridBuiltinStyle](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.PdfGridBuiltinStyle.html) Enum. {% tabs %} From 62486fb39440b1a09e753cdc98bede11dd0ead76 Mon Sep 17 00:00:00 2001 From: Deepak Raj Sundar Date: Mon, 19 Feb 2024 17:16:19 +0530 Subject: [PATCH 2/2] Added the release notes MD file and corresponding node entry in the TOC.html file --- File-Formats-toc.html | 2 +- File-Formats/Release-Notes/v24.2.7.md | 98 +++++++++++++++++++++++++++ 2 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 File-Formats/Release-Notes/v24.2.7.md diff --git a/File-Formats-toc.html b/File-Formats-toc.html index 61b6c6af9..66f132ada 100644 --- a/File-Formats-toc.html +++ b/File-Formats-toc.html @@ -1716,7 +1716,7 @@
  • Release Notes -