Sort Score
Result 10 results
Languages All
Labels All
Results 7,031 - 7,040 of 153,391 for

2

(0.16 sec)
  1. 在 PHP 中为演示文稿图表添加趋势线|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 快速在 PowerPoint 图表中添加和自定义趋势线——一个帮助您吸引观众的实用指南。... 为图表系列 2 添加对数趋势线。 为图表系列 2 添加移动平均趋势线。 为图表系列 3 添加多项式趋势线。...awt.Color" ) -> RED ); # 为图表系列 2 添加对数趋势线 $tredLineLog = $chart...

    docs.aspose.com/slides/zh/php-java/trend-line/
  2. Aspose.Slides for .NET: Concern with Extracted ...

    Hello Team, We have few PPT files , from which it can extract objects using below code, if (shape is IOleObjectFrame oleFrame && oleFrame.EmbeddedData != null) { var embeddedData = oleFrame.EmbeddedData; byte[…... slides-ole Viral84 February 2, 2026, 8:12am 1 Hello Team, We...Professionalize.Discourse February 2, 2026, 8:13am 2 @Viral84 You are extracting...

    forum.aspose.com/t/aspose-slides-for-net-concer...
  3. Add Image to PDF in C# - Maintain Aspect ratio ...

    I have code that takes a list of documents (PDFs, image files, Word Docs, etc) and appends each into one single PDF. It has been pointed out to me that when an image that is larger than the page is appended, the aspect …...codewarior April 13, 2015, 9:36am 2 Hi Joe, I have tested the scenario... jheltibrand April 13, 2015, 2:38pm 3 Nayyer, I don’t know that...

    forum.aspose.com/t/add-image-to-pdf-in-c-mainta...
  4. MailMergerContext Class | Aspose.Words for .NET

    Discover the powerful Aspose.Words.LowCode.MailMergerContext class for seamless mail merging, enhancing your document automation with ease and efficiency.... Add ( new object [] { 2 , "Jane Doe" }); DataTable tableOrders..."Hawaiian" , 2 }); tableOrders . Rows . Add ( new object [] { 2 , "Pepperoni"...

    reference.aspose.com/words/net/aspose.words.low...
  5. ChartDataPoint.Marker | Aspose.Words for .NET

    Discover the ChartDataPoint Marker property to enhance your charts with customizable data markers for clearer insights and impactful visualizations....8 , 2.6 , 3.9 }, new [] { 2.7 , 3.2 , 0.8 , 1.7 });...Visible = false ; dataPoints [ 2 ]. Marker . Format . Fill . PresetTextured...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Markdown 语法 – 基础教程 – Aspose.HTML for .NET

    本文介绍 Markdown 标记语言的主要元素和 Markdown 语法的细节。...样式的标题,可在文本下面一行添加任意数量的 == 字符(标题级别 1)或 -- 字符(标题级别 2)。 Markdown Syntax HTML Rendered...Heading level 2 <h2>This is a Heading level 2</h2> This is a...

    docs.aspose.com/html/zh/net/markdown-syntax/
  7. Landray RDM EKP-23942 Convert Effect - Free Sup...

    words source code: src.zip (4.8 KB) origin doc: 3、零部件开发技术协议(V1-2023) (2) (1).doc.zip (18.2 KB) before converted: after converted: toHTML-Aspose_page-4-svg.html.zip (103.3 KB) Please have a check....3、零部件开发技术协议(V1-2023) (2) (1).doc.zip (18.2 KB) before converted:...Discourse January 7, 2026, 9:04am 2 @hucq_landray_com_cn What specific...

    forum.aspose.com/t/landray-rdm-ekp-23942-conver...
  8. Render Unicode Supplementary characters in outp...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Normal Unicode characters are 2 bytes long while Unicode Supplementary...UTF‑16 these characters require 2 surrogates (16‑bit units). Render...

    docs.aspose.com/cells/java/render-unicode-suppl...
  9. Multithreading support|Documentation

    Optimize the resource usage by limiting the number of threads used by Aspose.OCR for Java recognition engine....// Limit recognition load to 2 threads RecognitionSettings recognitionSettings...recognitionSettings . setThreadsCount ( 2 ); // Recognize images ArrayList...

    docs.aspose.com/ocr/java/multithreading/
  10. Move Pages to PDF using .NET | Aspose.PDF

    Move PDF pages of your document programmatically programmatically with C# sample code using Aspose.PDF for .NET... Pages [ 2 ]; dstDocument . Pages . Add (...srcDocument . Pages . Delete ( 2 ); srcDocument . Save ( outputFile...

    products.aspose.com/pdf/net/pages/move/