Sort Score
Result 10 results
Languages All
Labels All
Results 9,101 - 9,110 of 213,950 for

new

(0.15 sec)
  1. Manage OLE in Presentations Using JavaScript|As...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Node.js via Java. Embed, update, and export OLE content seamlessly.... var presentation = new asposeSlides . Presentation ();...oleStream ); var dataInfo = new asposeSlides . OleEmbeddedDataInfo...

    docs.aspose.com/slides/nodejs-java/manage-ole/
  2. Manage Email Attachments and Embedded Objects i...

    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....MailMessage class var eml = new MailMessage { From = "sender@from...attachment var attachment = new Attachment ( "1.txt" ); // Add...

    docs.aspose.com/email/net/manage-email-attachme...
  3. Performance Issues with Data Appending in Aspos...

    Hi Team, We came across a issue related to on previous ticket (Issue ID: CELLSNET-54534): We are using Aspose.Cells . NET version 25.7 with the FileCache Memory setting enabled for files larger than 150MB (as previous…...use case: We need to append new records to the very top (start)...records down and insert the new 10 records at the top. This logic...

    forum.aspose.com/t/performance-issues-with-data...
  4. How to Build a Table from a DataTable in Java|A...

    Example of filling document table from external database using Java....data into your document as a new table and quickly apply formatting...store it as a table: Create a new DocumentBuilder object on your...

    docs.aspose.com/words/java/how-to-build-a-table...
  5. FormField.Checked | Aspose.Words for .NET

    Manage your form with ease using the FormField Checked property. Control checkbox status effortlessly—default is unchecked for streamlined user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "One" , "Two" , "Three"...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....methods, properties and so on, any new restrictions and other changes...using ( Presentation pres = new Presentation ()) { IChart chart...

    docs.aspose.com/slides/net/public-api-and-backw...
  7. Convert EPUB to TIFF – C# – Aspose.HTML for .NET

    Convert EPUB to TIFF using Aspose.HTML API. Consider various EPUB to TIFF conversion scenarios in C# examples. Try online EPUB Converter....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/convert-epub-to-tiff/
  8. Managing Outlook Messages|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....sourceFileName ); var htmlSaveOptions = new HtmlSaveOptions { ResourceRenderingMod...sourceFileName ); var htmlSaveOptions = new HtmlSaveOptions { ResourceRenderingMod...

    docs.aspose.com/email/net/managing-outlook-mesa...
  9. Manage VBA code of Excel Macro‑Enabled workbook...

    Add VBA module and modify VBA or macro with Aspose.Cells library....Cells allows you to add a new VBA module and macro code using...Modules.Add() method to add the new VBA module inside the workbook...

    docs.aspose.com/cells/net/manage-vba-project/
  10. NodeRendererBase | Aspose.Words for Java

    Base class for ShapeRenderer and OfficeMathRenderer in Java.... Document doc = new Document(getMyDir() + "Office...OfficeMathRenderer renderer = new OfficeMathRenderer(officeMath);...

    reference.aspose.com/words/java/com.aspose.word...