Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 227,511 for

new

(0.1 sec)
  1. Replace Text in a Workbook Using Regular Expres...

    Replace text in a workbook using a regular expression in JavaScript via C++....(); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); const replaceOptions = new ReplaceOptions (); replaceOptions...

    docs.aspose.com/cells/javascript-cpp/replace-te...
  2. Table.clearBorders method | Aspose.Words for No...

    Table.clearBorders method. Removes all table and cell borders on this table.... let doc = new aw . Document ( base . myDir...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Adding Attachment to PDF document|Aspose.PDF fo...

    This page describes how to add an attachment to a PDF file with Java....document Document pdfDocument = new Document ( _dataDir + "input..."input.pdf" ); // Set up a new file to be added as attachment FileSpecification...

    docs.aspose.com/pdf/java/add-attachment-to-pdf-...
  4. Adding Extended Attributes to Resource Assignme...

    This guide explains how to add extended attributes to resource assignments in Java projects using Aspose.Tasks....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/adding-extended-attr...
  5. Batch processing|Documentation

    Run many prompts through one loaded Aspose.LLM model — amortize the load cost, pick session-per-prompt vs shared-session patterns....Presets ; var license = new Aspose . LLM . License (); license..."Aspose.LLM.lic" ); var preset = new Qwen25Preset (); preset . ChatParameters...

    docs.aspose.com/llm/net/use-cases/batch-process...
  6. Document.UpdateFields | Aspose.Words for .NET

    Revamp your document with the UpdateFields method—efficiently refresh all field values for enhanced accuracy and seamless editing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Public API Changes in Aspose.3D 16.12.0|Documen...

    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.... It includes not only new and updated public methods, but...class object Metered metered = new Metered (); // set public and...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  8. Rotate PDF Pages with Rust via C++|Aspose.PDF f...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Rust via C++...Changes to a New File. The save_as function creates a new PDF file...previously opened PDF-document with new filename pdf . save_as ( "sample_rotate...

    docs.aspose.com/pdf/rust-cpp/rotate-pages/
  9. PdfSaveOptions.exportLanguageToSpanTag property...

    PdfSaveOptions.exportLanguageToSpanTag property. Gets or sets a value determining whether or not to create a Span tag in the document structure to export the text language....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...mundo!" ); let saveOptions = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Difference in HTML output - Free Support Forum ...

    Hi, Using Aspose Cells for Java, version 25.7. Sample code: Workbook workbook = New Workbook("input.xlsx"); HtmlSaveOptions saveOptions = New HtmlSaveOptions(SaveFormat.HTML); saveOptions.setParseHtmlTagInCell(false);…...Sample code: Workbook workbook = new Workbook("input.xlsx"); HtmlSaveOptions...HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat.HTML);...

    forum.aspose.com/t/difference-in-html-output/31...