From 4bc6b7c79523051c0cff4b55149f054df2b75913 Mon Sep 17 00:00:00 2001 From: "sneha.biju" Date: Mon, 8 Apr 2024 13:25:05 +0530 Subject: [PATCH 1/8] ES-881044 - Add March 2024 published KB links to corresponding UG pages in DocIO and Presentation --- File-Formats/DocIO/Charts/Chart-Axis.md | 5 +- ...onvert-Word-Document-to-Image-in-Blazor.md | 5 +- .../Convert-Word-Document-to-PDF-in-Blazor.md | 3 + .../DocIO/Working-with-Find-and-Replace.md | 1 + File-Formats/DocIO/Working-with-LaTeX.md | 74 ++++++++++++++++++ .../EquationArray1.png | Bin 0 -> 584 bytes .../Convert-PowerPoint-to-Image-in-Blazor.md | 3 + .../Convert-PowerPoint-to-PDF-in-Blazor.md | 3 + .../Presentation/Working-with-Charts.md | 3 +- .../Working-with-find-and-replace.md | 3 +- .../Presentation/Working-with-images.md | 7 +- 11 files changed, 102 insertions(+), 5 deletions(-) create mode 100644 File-Formats/DocIO/WorkingwithMathematicalEquation_images/EquationArray1.png diff --git a/File-Formats/DocIO/Charts/Chart-Axis.md b/File-Formats/DocIO/Charts/Chart-Axis.md index 0612eab6a..5b8448b77 100644 --- a/File-Formats/DocIO/Charts/Chart-Axis.md +++ b/File-Formats/DocIO/Charts/Chart-Axis.md @@ -670,4 +670,7 @@ chart.PrimaryCategoryAxis.CategoryLabels = chart.ChartData[2, 1, 11, 1]; chart.PrimaryCategoryAxis.CategoryLabels = chart.ChartData(2, 1, 11, 1) {% endhighlight %} -{% endtabs %} \ No newline at end of file +{% endtabs %} + +## See Also +* [How to set the X-axis label position of the chart in the ASP.NET Core Word document?](https://support.syncfusion.com/kb/article/15443/how-to-set-the-x-axis-label-position-of-the-chart-in-the-aspnet-core-word-document?) \ No newline at end of file diff --git a/File-Formats/DocIO/Convert-Word-Document-to-Image-in-Blazor.md b/File-Formats/DocIO/Convert-Word-Document-to-Image-in-Blazor.md index 1d76e4e58..67f479a6d 100644 --- a/File-Formats/DocIO/Convert-Word-Document-to-Image-in-Blazor.md +++ b/File-Formats/DocIO/Convert-Word-Document-to-Image-in-Blazor.md @@ -342,4 +342,7 @@ N> To convert Word to image, it is necessary to access the font stream internall Click [here](https://www.syncfusion.com/document-processing/word-framework/blazor) to explore the rich set of Syncfusion Word library (DocIO) features. -An online sample link to [convert Word document to image](https://blazor.syncfusion.com/demos/word/word-to-image?theme=fluent) in Blazor. \ No newline at end of file +An online sample link to [convert Word document to image](https://blazor.syncfusion.com/demos/word/word-to-image?theme=fluent) in Blazor. + +## See Also +* [How to convert Word to Image in Blazor WebAssembly (WASM)?](https://support.syncfusion.com/kb/article/12123/how-to-convert-word-to-image-in-blazor-webassembly-wasm) \ No newline at end of file diff --git a/File-Formats/DocIO/Convert-Word-Document-to-PDF-in-Blazor.md b/File-Formats/DocIO/Convert-Word-Document-to-PDF-in-Blazor.md index 93b327c13..017850ca2 100644 --- a/File-Formats/DocIO/Convert-Word-Document-to-PDF-in-Blazor.md +++ b/File-Formats/DocIO/Convert-Word-Document-to-PDF-in-Blazor.md @@ -349,3 +349,6 @@ N> To convert Word to PDF, it is necessary to access the font stream internally. Click [here](https://www.syncfusion.com/document-processing/word-framework/blazor) to explore the rich set of Syncfusion Word library (DocIO) features. An online sample link to [convert Word document to PDF](https://blazor.syncfusion.com/demos/word/word-to-pdf?theme=fluent) in Blazor. + +## See Also +* [How to convert Word to PDF in Blazor WebAssembly (WASM)?](https://support.syncfusion.com/kb/article/12239/how-to-convert-word-to-pdf-in-blazor-webassembly-wasm) \ No newline at end of file diff --git a/File-Formats/DocIO/Working-with-Find-and-Replace.md b/File-Formats/DocIO/Working-with-Find-and-Replace.md index d8da0d9eb..bfae8d92a 100644 --- a/File-Formats/DocIO/Working-with-Find-and-Replace.md +++ b/File-Formats/DocIO/Working-with-Find-and-Replace.md @@ -1675,3 +1675,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync * [How to find and replace a text with chart in Word document?](https://support.syncfusion.com/kb/article/13951/how-to-find-and-replace-a-text-with-chart-in-word-document) * [How to find and replace a text with hyperlink in Word document?](https://support.syncfusion.com/kb/article/13954/how-to-find-and-replace-a-text-with-hyperlink-in-word-document) * [How to find and replace a text with Table of Contents (TOC) in Word document?](https://support.syncfusion.com/kb/article/13958/how-to-find-and-replace-a-text-with-table-of-contents-toc-in-word-document) +* [How to replace text in a Word document with HTML in ASP.NET Core?](https://support.syncfusion.com/kb/article/15520/how-to-replace-text-in-a-word-document-with-html-in-aspnet-core?) diff --git a/File-Formats/DocIO/Working-with-LaTeX.md b/File-Formats/DocIO/Working-with-LaTeX.md index 52f071b97..19123c44a 100644 --- a/File-Formats/DocIO/Working-with-LaTeX.md +++ b/File-Formats/DocIO/Working-with-LaTeX.md @@ -594,6 +594,80 @@ The following table demonstrates the LaTeX equivalent to professional format del +## Equation Array + +Add **equation array** to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API. + +The following code example illustrates how to create an equation array using LaTeX in Word document. + +{% tabs %} +{% highlight c# tabtitle="C# [Cross-platform]" %} + +// Create a new Word document. +using WordDocument document = new WordDocument(); + +//Add one section and one paragraph to the document. +document.EnsureMinimal(); + +//Append an box equation using LaTeX. +document.LastParagraph.AppendMath(@"\eqarray{a@&b}"); + +//Save the Word document to MemoryStream +using MemoryStream stream = new MemoryStream(); +document.Save(stream, FormatType.Docx); + +{% endhighlight %} +{% highlight c# tabtitle="C# [Windows-specific]" %} + +// Create a new Word document. +using WordDocument document = new WordDocument(); + +//Add one section and one paragraph to the document. +document.EnsureMinimal(); + +//Append an box equation using LaTeX. +document.LastParagraph.AppendMath(@"\eqarray{a@&b}"); + +//Save the Word document. +document.Save("Result.docx", FormatType.Docx); + +{% endhighlight %} +{% highlight vb.net tabtitle="VB.NET [Windows-specific]" %} + +' Create a new Word document. +Dim document As WordDocument = New WordDocument() + +'Add one section and one paragraph to the document. +document.EnsureMinimal() + +'Append an box equation using LaTeX. +document.LastParagraph.AppendMath(@"\eqarray{a@&b}"); + +'Save the Word document. +document.Save("Result.docx", FormatType.Docx) + +{% endhighlight %} +{% endtabs %} + +You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mathematical-Equation/LaTeX-equations/Equation-array/.NET). + +The following table demonstrates the LaTeX equivalent to professional format equation array. + + + + + + + + + + + + + + +
S.NoProfessionalLaTeX
1.Equation array\eqarray{a@&b}
+ ## Fraction Add **fraction** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API. diff --git a/File-Formats/DocIO/WorkingwithMathematicalEquation_images/EquationArray1.png b/File-Formats/DocIO/WorkingwithMathematicalEquation_images/EquationArray1.png new file mode 100644 index 0000000000000000000000000000000000000000..07c95584992bf13106cfbb811480ec98c584750b GIT binary patch literal 584 zcmeAS@N?(olHy`uVBq!ia0vp^u0Wi|!3-oNn{1`%>sNvT>t<7fA{X)%*;$>Wo4jPczF2o<;y!eI|T&=-@JKq`0(MaTen`g zaAC%b873wsRaI5)?(RTkL2VVXKuV}2$S)XZ0xDp5w12-4P?od6BeIx*K};2d89jqk zJ^&q5>*?Yc65;-K`pI>N6?j}FWtfyM|F3_$yTSREs@l|hhte-bd2F@0)Ey||8aU;C z(p>dV-VwaedQINUtJjLV&=}^jSO{eP%S#kbyw>6-GvKm zRCM!{tZu|~=*(WM&^y_;WcJ#`2?FKftWmQ}&t2U+$EAAnv4cG(%&fak+xUHN3OJIg z8JCsJ^z+`D!X0{MZ2scUz6-r&c=mt8kCKj4%VqYS@Yb3g<1Qb#@cNw7L*gkQ_Re%yf`Ota;wIK8{BDq zPyhSqyx`Lg`5~-*FMZ*~HCrPO*VwZx>H40$Q2m~Je}Q}V63(g7(=YGP==#3m{?5|5 zEe~ujPh)TU;Ta^quFg2~c=n8bmN$j`FAQX#b6=mkNTci1d4p&C&Hp+6zqul&2#g&D MPgg&ebxsLQ03byD9RL6T literal 0 HcmV?d00001 diff --git a/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Blazor.md b/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Blazor.md index f44b146bf..b119ada10 100644 --- a/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Blazor.md +++ b/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Blazor.md @@ -316,3 +316,6 @@ N> Even though PowerPoint library works in WASM app, it is recommended to use se Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of Syncfusion PowerPoint Library (Presentation) features. An online sample link to [convert PowerPoint Presentation to image](https://blazor.syncfusion.com/demos/powerpoint/pptx-to-image?theme=fluent) in Blazor. + +## See Also +* [How to convert PPTX to Image in Blazor WebAssembly (WASM)?](https://support.syncfusion.com/kb/article/12122/how-to-convert-pptx-to-image-in-blazor-webassembly-wasm) diff --git a/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Blazor.md b/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Blazor.md index 15da94a28..b87738fae 100644 --- a/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Blazor.md +++ b/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Blazor.md @@ -320,3 +320,6 @@ N> Even though PowerPoint library works in WASM app, it is recommended to use se Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of Syncfusion PowerPoint Library (Presentation) features. An online sample link to [convert PowerPoint Presentation to PDF](https://blazor.syncfusion.com/demos/powerpoint/pptx-to-pdf?theme=fluent) in Blazor. + +## See Also +* [How to convert PPTX to PDF in Blazor WebAssembly (WASM)?](https://support.syncfusion.com/kb/article/12120/how-to-convert-pptx-to-pdf-in-blazor-webassembly-wasm) diff --git a/File-Formats/Presentation/Working-with-Charts.md b/File-Formats/Presentation/Working-with-Charts.md index 087460b75..405a8bc55 100644 --- a/File-Formats/Presentation/Working-with-Charts.md +++ b/File-Formats/Presentation/Working-with-Charts.md @@ -2093,4 +2093,5 @@ The following Chart types are supported in Presentation. * Surface_NoColor_Contour ## See Also -* [How to set same number of intervals for Primary and Secondary ValueAxis?](https://support.syncfusion.com/kb/article/11366/how-to-set-same-number-of-intervals-for-primary-and-secondary-valueaxis-in-winforms-presentation) \ No newline at end of file +* [How to set same number of intervals for Primary and Secondary ValueAxis?](https://support.syncfusion.com/kb/article/11366/how-to-set-same-number-of-intervals-for-primary-and-secondary-valueaxis-in-winforms-presentation) +* [How to create a chart and save as an image using ASP.NET Core Presentation library?](https://support.syncfusion.com/kb/article/15499/how-to-create-a-chart-and-save-as-an-image-using-aspnet-core-presentation-library?) \ No newline at end of file diff --git a/File-Formats/Presentation/Working-with-find-and-replace.md b/File-Formats/Presentation/Working-with-find-and-replace.md index 18a90c2af..1045bf703 100644 --- a/File-Formats/Presentation/Working-with-find-and-replace.md +++ b/File-Formats/Presentation/Working-with-find-and-replace.md @@ -682,4 +682,5 @@ End Using You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Find-and-Replace/Find-and-highlight-in-slide). ## See Also -* [How to replace the hyperlink within a SmartArt in PowerPoint Presentation?](https://support.syncfusion.com/kb/article/15293/how-to-replace-the-hyperlink-within-a-smartart-in-powerpoint-presentation) \ No newline at end of file +* [How to replace the hyperlink within a SmartArt in PowerPoint Presentation?](https://support.syncfusion.com/kb/article/15293/how-to-replace-the-hyperlink-within-a-smartart-in-powerpoint-presentation) +* [How to replace the hyperlink within a SmartArt in ASP.NET Core PowerPoint Presentation?](https://support.syncfusion.com/kb/article/15293/how-to-replace-the-hyperlink-within-a-smartart-in-aspnet-core-powerpoint-presentation?) \ No newline at end of file diff --git a/File-Formats/Presentation/Working-with-images.md b/File-Formats/Presentation/Working-with-images.md index ecbfcbbc8..dbdeff5e6 100644 --- a/File-Formats/Presentation/Working-with-images.md +++ b/File-Formats/Presentation/Working-with-images.md @@ -467,4 +467,9 @@ You can download a complete working sample from [GitHub](https://github.com/Sync * [How to crop an image in a Presentation using C#?](https://support.syncfusion.com/kb/article/15431/how-to-crop-an-image-in-a-presentation-using-c) * [How to extract the cropped image from Presentation in C#?](https://support.syncfusion.com/kb/article/15451/how-to-extract-the-cropped-image-from-presentation-in-c) * [How to crop and insert image in Presentation in C#?](https://support.syncfusion.com/kb/article/15432/how-to-crop-and-insert-image-in-presentation-in-c) -* [How to remove the crop from image in Presentation using C#?](https://support.syncfusion.com/kb/article/15435/how-to-remove-the-crop-from-image-in-presentation-using-c) \ No newline at end of file +* [How to remove the crop from image in Presentation using C#?](https://support.syncfusion.com/kb/article/15435/how-to-remove-the-crop-from-image-in-presentation-using-c) +* [How to crop an image in ASP.NET Core Presentation using C#?](https://support.syncfusion.com/kb/article/15431/how-to-crop-an-image-in-aspnet-core-presentation-using-c?) +* [How to crop and insert image in ASP.NET Core Presentation in C#?](https://support.syncfusion.com/kb/article/15432/how-to-crop-and-insert-image-in-aspnet-core-presentation-in-c?) +* [How to extract the cropped image from ASP.NET Core Presentation in C#?](https://support.syncfusion.com/kb/article/15451/how-to-extract-the-cropped-image-from-aspnet-core-presentation-in-c?) +* [How to remove the crop from image in ASP.NET Core Presentation using C#?](https://support.syncfusion.com/kb/article/15435/how-to-remove-the-crop-from-image-in-aspnet-core-presentation-using-c?) +* [How to extract the cropped image from WinForms Presentation in C#?](https://support.syncfusion.com/kb/article/15533/how-to-extract-the-cropped-image-from-winforms-presentation-in-c?) \ No newline at end of file From 3a08d53005d9f6df56afec85d869ffb51c61ea1b Mon Sep 17 00:00:00 2001 From: "sneha.biju" Date: Mon, 8 Apr 2024 14:14:52 +0530 Subject: [PATCH 2/8] Addressed feedbacks --- .../DocIO/Convert-Word-Document-to-Image-in-Blazor.md | 5 +---- File-Formats/DocIO/Convert-Word-Document-to-PDF-in-Blazor.md | 5 +---- File-Formats/Presentation/Charts/Chart-Axis.md | 2 +- .../Presentation/Convert-PowerPoint-to-Image-in-Blazor.md | 5 +---- .../Presentation/Convert-PowerPoint-to-PDF-in-Blazor.md | 3 --- File-Formats/Presentation/Working-with-find-and-replace.md | 3 +-- 6 files changed, 5 insertions(+), 18 deletions(-) diff --git a/File-Formats/DocIO/Convert-Word-Document-to-Image-in-Blazor.md b/File-Formats/DocIO/Convert-Word-Document-to-Image-in-Blazor.md index 67f479a6d..1d76e4e58 100644 --- a/File-Formats/DocIO/Convert-Word-Document-to-Image-in-Blazor.md +++ b/File-Formats/DocIO/Convert-Word-Document-to-Image-in-Blazor.md @@ -342,7 +342,4 @@ N> To convert Word to image, it is necessary to access the font stream internall Click [here](https://www.syncfusion.com/document-processing/word-framework/blazor) to explore the rich set of Syncfusion Word library (DocIO) features. -An online sample link to [convert Word document to image](https://blazor.syncfusion.com/demos/word/word-to-image?theme=fluent) in Blazor. - -## See Also -* [How to convert Word to Image in Blazor WebAssembly (WASM)?](https://support.syncfusion.com/kb/article/12123/how-to-convert-word-to-image-in-blazor-webassembly-wasm) \ No newline at end of file +An online sample link to [convert Word document to image](https://blazor.syncfusion.com/demos/word/word-to-image?theme=fluent) in Blazor. \ No newline at end of file diff --git a/File-Formats/DocIO/Convert-Word-Document-to-PDF-in-Blazor.md b/File-Formats/DocIO/Convert-Word-Document-to-PDF-in-Blazor.md index 017850ca2..e663cc71e 100644 --- a/File-Formats/DocIO/Convert-Word-Document-to-PDF-in-Blazor.md +++ b/File-Formats/DocIO/Convert-Word-Document-to-PDF-in-Blazor.md @@ -348,7 +348,4 @@ N> To convert Word to PDF, it is necessary to access the font stream internally. Click [here](https://www.syncfusion.com/document-processing/word-framework/blazor) to explore the rich set of Syncfusion Word library (DocIO) features. -An online sample link to [convert Word document to PDF](https://blazor.syncfusion.com/demos/word/word-to-pdf?theme=fluent) in Blazor. - -## See Also -* [How to convert Word to PDF in Blazor WebAssembly (WASM)?](https://support.syncfusion.com/kb/article/12239/how-to-convert-word-to-pdf-in-blazor-webassembly-wasm) \ No newline at end of file +An online sample link to [convert Word document to PDF](https://blazor.syncfusion.com/demos/word/word-to-pdf?theme=fluent) in Blazor. \ No newline at end of file diff --git a/File-Formats/Presentation/Charts/Chart-Axis.md b/File-Formats/Presentation/Charts/Chart-Axis.md index 7924e5100..7359a52e2 100644 --- a/File-Formats/Presentation/Charts/Chart-Axis.md +++ b/File-Formats/Presentation/Charts/Chart-Axis.md @@ -6,7 +6,7 @@ control: PowerPoint documentation: UG --- -# Chart Axis +# Chart Axis in PowerPoint Charts typically have two axes that are used to measure and categorize data. - Horizontal axis (also known as category axis or x axis). diff --git a/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Blazor.md b/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Blazor.md index b119ada10..9ac67ad97 100644 --- a/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Blazor.md +++ b/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Blazor.md @@ -315,7 +315,4 @@ N> Even though PowerPoint library works in WASM app, it is recommended to use se Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of Syncfusion PowerPoint Library (Presentation) features. -An online sample link to [convert PowerPoint Presentation to image](https://blazor.syncfusion.com/demos/powerpoint/pptx-to-image?theme=fluent) in Blazor. - -## See Also -* [How to convert PPTX to Image in Blazor WebAssembly (WASM)?](https://support.syncfusion.com/kb/article/12122/how-to-convert-pptx-to-image-in-blazor-webassembly-wasm) +An online sample link to [convert PowerPoint Presentation to image](https://blazor.syncfusion.com/demos/powerpoint/pptx-to-image?theme=fluent) in Blazor. \ No newline at end of file diff --git a/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Blazor.md b/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Blazor.md index b87738fae..15da94a28 100644 --- a/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Blazor.md +++ b/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Blazor.md @@ -320,6 +320,3 @@ N> Even though PowerPoint library works in WASM app, it is recommended to use se Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of Syncfusion PowerPoint Library (Presentation) features. An online sample link to [convert PowerPoint Presentation to PDF](https://blazor.syncfusion.com/demos/powerpoint/pptx-to-pdf?theme=fluent) in Blazor. - -## See Also -* [How to convert PPTX to PDF in Blazor WebAssembly (WASM)?](https://support.syncfusion.com/kb/article/12120/how-to-convert-pptx-to-pdf-in-blazor-webassembly-wasm) diff --git a/File-Formats/Presentation/Working-with-find-and-replace.md b/File-Formats/Presentation/Working-with-find-and-replace.md index 1045bf703..18a90c2af 100644 --- a/File-Formats/Presentation/Working-with-find-and-replace.md +++ b/File-Formats/Presentation/Working-with-find-and-replace.md @@ -682,5 +682,4 @@ End Using You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Find-and-Replace/Find-and-highlight-in-slide). ## See Also -* [How to replace the hyperlink within a SmartArt in PowerPoint Presentation?](https://support.syncfusion.com/kb/article/15293/how-to-replace-the-hyperlink-within-a-smartart-in-powerpoint-presentation) -* [How to replace the hyperlink within a SmartArt in ASP.NET Core PowerPoint Presentation?](https://support.syncfusion.com/kb/article/15293/how-to-replace-the-hyperlink-within-a-smartart-in-aspnet-core-powerpoint-presentation?) \ No newline at end of file +* [How to replace the hyperlink within a SmartArt in PowerPoint Presentation?](https://support.syncfusion.com/kb/article/15293/how-to-replace-the-hyperlink-within-a-smartart-in-powerpoint-presentation) \ No newline at end of file From e03f12b33a26a7847ea7e35d35ff61048311eb89 Mon Sep 17 00:00:00 2001 From: "sneha.biju" Date: Mon, 8 Apr 2024 14:36:52 +0530 Subject: [PATCH 3/8] Update Chart-Axis.md --- File-Formats/DocIO/Charts/Chart-Axis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/DocIO/Charts/Chart-Axis.md b/File-Formats/DocIO/Charts/Chart-Axis.md index 5b8448b77..15c64deac 100644 --- a/File-Formats/DocIO/Charts/Chart-Axis.md +++ b/File-Formats/DocIO/Charts/Chart-Axis.md @@ -6,7 +6,7 @@ control: DocIO documentation: UG --- -# Chart Axis +# Chart Axis in Word document Charts typically have two axes that are used to measure and categorize data. - Horizontal axis (also known as category axis or x axis). From cbeff6f1dafb4b4bb63ecfcba72a78046ac994f1 Mon Sep 17 00:00:00 2001 From: "sneha.biju" Date: Tue, 9 Apr 2024 16:26:20 +0530 Subject: [PATCH 4/8] Resolved compilation issue --- File-Formats/Presentation/Working-with-Charts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/File-Formats/Presentation/Working-with-Charts.md b/File-Formats/Presentation/Working-with-Charts.md index 405a8bc55..713792ec5 100644 --- a/File-Formats/Presentation/Working-with-Charts.md +++ b/File-Formats/Presentation/Working-with-Charts.md @@ -7,7 +7,7 @@ documentation: UG --- # Working with charts using various operations -To quickly start creating a chart in a PowerPoint Presentation using .NET PowerPoint libray, please check out this video: +To quickly start creating a chart in a PowerPoint Presentation using .NET PowerPoint library, please check out this video: {% youtube "https://www.youtube.com/watch?v=z2yD83HWIrQ" %} ## Creating a ChartĀ from scratch @@ -711,7 +711,7 @@ To convert chart in PowerPoint slide as an image, refer the below dependencies i Platform(s) -NuGets for Chart to Image +NuGet for Chart to Image Assemblies for Chart to image From fcc53bf7c84dee1862ac9f0597bcb6987355e2c9 Mon Sep 17 00:00:00 2001 From: "AzureAD\\AntoNihilSahayaRaj" Date: Tue, 9 Apr 2024 17:23:42 +0530 Subject: [PATCH 5/8] ES-868620-Add note in Find and replace --- File-Formats/Presentation/Working-with-find-and-replace.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/File-Formats/Presentation/Working-with-find-and-replace.md b/File-Formats/Presentation/Working-with-find-and-replace.md index 18a90c2af..528cd07e5 100644 --- a/File-Formats/Presentation/Working-with-find-and-replace.md +++ b/File-Formats/Presentation/Working-with-find-and-replace.md @@ -374,6 +374,8 @@ End Using You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Find-and-Replace/Find-and-Replace-in-Powerpoint-using-Regex). +N> When searching for items within a Master slide in your Presentation document, it is recommended to use the IPresentation.FindAll API instead of the ISlide.FindAll API. + ## Find and replace in specific slide You can find all occurrences of a text in a specific PowerPoint slide (slide, notes slide, master slide, or layout slide) and replace it with other text. From d3af01a552ee9dccae975782de4adaef2651c09b Mon Sep 17 00:00:00 2001 From: "AzureAD\\AntoNihilSahayaRaj" Date: Tue, 9 Apr 2024 17:25:59 +0530 Subject: [PATCH 6/8] ES-868620-Add note in Find and replace --- File-Formats/Presentation/Working-with-find-and-replace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/Presentation/Working-with-find-and-replace.md b/File-Formats/Presentation/Working-with-find-and-replace.md index 528cd07e5..d7832618a 100644 --- a/File-Formats/Presentation/Working-with-find-and-replace.md +++ b/File-Formats/Presentation/Working-with-find-and-replace.md @@ -374,7 +374,7 @@ End Using You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Find-and-Replace/Find-and-Replace-in-Powerpoint-using-Regex). -N> When searching for items within a Master slide in your Presentation document, it is recommended to use the IPresentation.FindAll API instead of the ISlide.FindAll API. +N> When searching for items within a Master slide in the Presentation document, it is recommended to use the IPresentation.FindAll API instead of the ISlide.FindAll API. ## Find and replace in specific slide From a8f3c4317682262a9507753ac90cb83457d5d742 Mon Sep 17 00:00:00 2001 From: "AzureAD\\AntoNihilSahayaRaj" Date: Tue, 9 Apr 2024 17:38:16 +0530 Subject: [PATCH 7/8] ES-868620-Add note in Find and replace --- File-Formats/Presentation/Working-with-find-and-replace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/Presentation/Working-with-find-and-replace.md b/File-Formats/Presentation/Working-with-find-and-replace.md index d7832618a..8271e5c27 100644 --- a/File-Formats/Presentation/Working-with-find-and-replace.md +++ b/File-Formats/Presentation/Working-with-find-and-replace.md @@ -374,7 +374,7 @@ End Using You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Find-and-Replace/Find-and-Replace-in-Powerpoint-using-Regex). -N> When searching for items within a Master slide in the Presentation document, it is recommended to use the IPresentation.FindAll API instead of the ISlide.FindAll API. +N> When searching for text within a master slide in the presentation, it is recommended to use the [IPresentation.FindAll](https://help.syncfusion.com/cr/file-formats/Syncfusion.Presentation.IPresentation.html#Syncfusion_Presentation_IPresentation_FindAll_System_String_System_Boolean_System_Boolean_) API instead of the [ISlide.FindAll](https://help.syncfusion.com/cr/file-formats/Syncfusion.Presentation.IBaseSlide.html#Syncfusion_Presentation_IBaseSlide_FindAll_System_String_System_Boolean_System_Boolean_) API. ## Find and replace in specific slide From 74d110e1c89f69a58c0e5eba85ac51f29e4cf8b5 Mon Sep 17 00:00:00 2001 From: "AzureAD\\AntoNihilSahayaRaj" Date: Wed, 10 Apr 2024 13:19:19 +0530 Subject: [PATCH 8/8] Resolved compilation issue --- .../Presentation/Convert-PowerPoint-to-Image-in-Blazor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Blazor.md b/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Blazor.md index 9ac67ad97..a9bd4e89d 100644 --- a/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Blazor.md +++ b/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Blazor.md @@ -87,7 +87,7 @@ using Syncfusion.PresentationRenderer; {% endhighlight %} {% endtabs %} -Step 9: Create a new MemoryStream method with name as **ConvertPPTXtoImage** in **PowerPointService** class and include the following code snippet to **convert a PowerPoint to image in Blazor Server app**. +Step 9: Create a new MemoryStream method with name as **ConvertPPTXToImage** in **PowerPointService** class and include the following code snippet to **convert a PowerPoint to image in Blazor Server app**. {% tabs %} {% highlight c# tabtitle="C#" %}