Sort Score
Result 10 results
Languages All
Labels All
Results 4,661 - 4,670 of 213,527 for

new

(0.53 sec)
  1. Field.LocaleId | Aspose.Words for .NET

    Manage your field's LocaleId property effortlessly. Get or set the LCID for enhanced localization and user experience in your applications....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldCode ; CultureInfo de = new CultureInfo ( "de-DE" ); field...

    reference.aspose.com/words/net/aspose.words.fie...
  2. DocumentBuilderOptions Class | Aspose.Words for...

    Discover Aspose.Words.DocumentBuilderOptions to enhance your document creation with customizable features for a seamless building experience.... Document doc = new Document (); DocumentBuilderOptio...DocumentBuilderOptio builderOptions = new DocumentBuilderOptio (); builderOptions...

    reference.aspose.com/words/net/aspose.words/doc...
  3. XLOOKUP returns #VALUE - Free Support Forum - a...

    I am using Aspose.Cells 25.11.0. .NET 9.0 using System.Collections; using Aspose.Cells; var input = @"C:\input-for-aspose.xlsx"; var output = @"C:\output.xlsx"; Workbook? wbc; using (var ms = New FileStream(input, F…...(var ms = new FileStream(input, FileMode.Open)) wbc = new Workbook(ms...Workbook(ms, new LoadOptions(LoadFormat.Xlsx)); try { var engine =...

    forum.aspose.com/t/xlookup-returns-value/322497
  4. Graphic elements in HTML are not displayed - Fr...

    I am using Aspose.Cells 25.9.0. .NET 9.0 There is Excel file with Shapes and Icons inserted into it. Unfortunately, when converting to HTML, Icons are not displayed. Code: using System.Text; using Aspose.Cells; usi…...lic"); var cellsLic = new Aspose.Cells.License(); cellsLic...; HtmlSaveOptions options = new() { ExportImagesAsBase64 = true...

    forum.aspose.com/t/graphic-elements-in-html-are...
  5. Convert MHTML Files to Various Formats in C#|Do...

    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....mhtml" , new MhtmlLoadOptions ()); var icsView...MailMessage . Load ( "message.mhtml" , new MhtmlLoadOptions ()); // Extract...

    docs.aspose.com/email/net/converting-between-fo...
  6. Aspose Hyperlink not working with 2012 server -...

    We are having the Aspose.pdf version 8.8.0.0. and it worked fine until it was running in 2003 server. Recently we migrated to 2012 server and after that the pdf documents are not getting hyperlinked at all; even though t…...OpenRead(inPutFile); Document doc = new Document(input); TextFragmentAbsorber...annotations; MemoryStream output = new MemoryStream(); // Create links...

    forum.aspose.com/t/aspose-hyperlink-not-working...
  7. 使用JavaScript通过C++添加带有命名目标的PDF书签|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++添加带有命名目标的PDF书签,确保在更改页面后书签依然完好无损。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...this cell const bookmarkEntry = new PdfBookmarkEntry (); bookmarkEntry...

    docs.aspose.com/cells/zh/javascript-cpp/add-pdf...
  8. Aspose::Words::Vba::VbaModule::VbaModule constr...

    Aspose::Words::Vba::VbaModule::VbaModule constructor. Creates an empty module in C++....:: Document > (); // Create a new VBA project. auto project = System...set_VbaProject ( project ); // Create a new module and specify a macro source...

    reference.aspose.com/words/cpp/aspose.words.vba...
  9. Aspose::Words::Vba::VbaProject::VbaProject cons...

    Aspose::Words::Vba::VbaProject::VbaProject constructor. Creates a blank VbaProject in C++....:: Document > (); // Create a new VBA project. auto project = System...set_VbaProject ( project ); // Create a new module and specify a macro source...

    reference.aspose.com/words/cpp/aspose.words.vba...
  10. PageSet.all property | Aspose.Words for Node.js

    PageSet.all property. Gets a set with all the pages of the document in their original order....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...