Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 213,512 for

new

(0.13 sec)
  1. AsposeAI Table correction|Documentation

    Improve OCR accuracy by applying LLM‑powered table layout output....SetPostProcessor(new TableAIProcessor()) 🔗 API References...formatting. ILogger logger = new ConsoleLogger (); // can be null...

    docs.aspose.com/ocr/net/ai/ai-table/
  2. 用JavaScript通过C++加载不带图表的源Excel文件|Documentation

    学习如何用Aspose.Cells for JavaScript通过C++加载不带图表的Excel文件。...filter the data const options = new LoadOptions (); // Include everything...charts options . loadFilter = new LoadFilter ( LoadDataFilterOption...

    docs.aspose.com/cells/zh/javascript-cpp/load-so...
  3. SystemFontSource.GetSystemFontFolders | Aspose....

    Discover the GetSystemFontFolders method in SystemFontSource. Easily access system font folders or receive an empty array if unavailable....Document doc = new Document (); doc . FontSettings = new FontSettings...AddSubstitutes ( "Kreon-Regular" , new [] { "Calibri" }); Assert . That...

    reference.aspose.com/words/net/aspose.words.fon...
  4. Format PowerPoint Text in Java|Aspose.Slides Do...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Java. Customize fonts, colors, alignment, and more....feature: Presentation pres = new Presentation ( "Presentation...TextHighlightingOpti textHighlightingOpti = new TextHighlightingOpti (); textHighlightingOpti...

    docs.aspose.com/slides/java/text-formatting/
  5. Convert TEXT To WORD C#

    Convert TEXT to WORD format in C# code. Save TEXT as WORD using C#....Words; var doc = new Document( "Input.txt" ); doc...using Aspose.Words; var doc = new Document("Input.txt"); doc.Save("Output...

    products.aspose.com/words/net/conversion/text-t...
  6. Convert HTML To EPUB C#

    Convert HTML to EPUB format in C# code. Save HTML as EPUB using C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/net/conversion/html-t...
  7. Convert HTML To DOC C#

    Convert HTML to DOC format in C# code. Save HTML as DOC using C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/net/conversion/html-t...
  8. How to use Aspose.CAD in TypeScript|CAD Documen...

    Use Aspose.CAD in TypeScript....save(array, new PngOptions()); return await exportedFilePromise..., function() { var reader = new FileReader(); reader.onload =...

    docs.aspose.com/cad/javascript-net/showcases/ho...
  9. SmartTag Class | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.SmartTag class, which enhances document editing by identifying smart tags around inline elements like images and fields....DocumentBase ) Initializes a new instance of the SmartTag class...void Create () { Document doc = new Document (); // A smart tag appears...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Convert DOC To TXT Java

    Convert DOC to TXT format in Java code. Save DOC as TXT using Java....*; Document doc = new Document ( "Input.doc" ); doc...aspose.words.*; Document doc = new Document("Input.doc"); doc.save("Output...

    products.aspose.com/words/java/conversion/doc-t...