Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 223,123 for

new

(0.47 sec)
  1. Section|Aspose.Slides for Node.js via .NET Docu...

    Manage slide sections in Aspose.Slides for Node.js via Java: create, rename, reorder, and group slides with JavaScript examples for PPT, PPTX, and ODP....addSection () { let presentation = new aspose . slides . Presentation...getSections (). addSection ( "New Section" , slide ); presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  2. OLE Object|Aspose.Slides Documentation

    Handle OLE objects in Aspose.Slides for .NET: insert, link, update, and extract embedded content with C# in PPT, PPTX, and ODP presentations....() { using var presentation = new Presentation (); var slide =..."doc.pdf" ); var dataInfo = new OleEmbeddedDataInfo ( pdfData...

    docs.aspose.com/slides/net/examples/elements/ol...
  3. LINQ Reporting Engine – Multiple Series in a Sc...

    Hello, I’m using Aspose.Words with the LINQ Reporting Engine and I’m trying to create a scatter chart with two series (temperature and conductivity), both using a common date as the X-axis. Here’s what I’ve implemented…...Select(g => new { Date = g.Key, Conductivity...[dailyTemp = GroupedTemp.Select(g => new { Date = g.Key, Temperature =...

    forum.aspose.com/t/linq-reporting-engine-multip...
  4. Working with Tables in OneNote | Aspose.Note Do...

    This article provides guidance on working with tables in OneNote using C#....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/working-with-tables/
  5. Manage Chart Data Markers in Presentations Usin...

    Learn how to customize chart data markers in Aspose.Slides for PHP, boosting presentation impact across PPT and PPTX formats with clear code examples.... Add new data point. Write presentation...Creating empty presentation $pres = new Presentation (); try { # Access...

    docs.aspose.com/slides/php-java/chart-data-marker/
  6. Aspose.PSD for Java 23.4 - Release Notes|Docume...

    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.... Not all examples of using new API were copied and tested. //...getRgb32Bpp (); RawColor color = new RawColor ( rgb32Bpp ); Color...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  7. Add Watermark To PDF with JavaScript via C++|Do...

    Learn how to add text and image watermark to PDF while converting Excel to PDF using Aspose.Cells for JavaScript via C++....The example will also create a new workbook with 3 pages and apply...file) const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/add-waterm...
  8. NodeChangingArgs | Aspose.Words for Java

    Provides data for methods of the INodeChangingCallback interface in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...HandleNodeChangingFo callback = new HandleNodeChangingFo(); doc....

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose.PSD for .NET 20.10 - 发行说明|Documentation

    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.... Save ( outputFile , new PsdOptions ( image )); } PSDNET-680...expected != actual ) { throw new Exception ( "数值不相等。" ); } } using...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. Save 3D Scene as HTML in C#|Documentation

    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....Initialize 3D scene var scene = new Scene (); // Create a child node...RootNode . CreateChildNode ( new Cylinder ()); // Set child node...

    docs.aspose.com/3d/net/save-3d-scene-as-html/