Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 213,069 for

new

(0.08 sec)
  1. TabStopCollection | Aspose.Words for Java

    A collection of TabStop objects that represent custom tabs for a paragraph or a style in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...tabStops.add(new TabStop(72.0)); tabStops.add(new TabStop(432...

    reference.aspose.com/words/java/com.aspose.word...
  2. 2nd page is not converted to excel correctly - ...

    2nd page of this pdf is not converted correctly as you can see from the screen shot. A1 Telekom Austria AG_Intl Invoice - Sell_2025-05_Outgoing Account_Normal_393563.pdf (326.6 KB) Screenshot 2025-06-18 at 11.07.28.png …...3 Hi Ali, We have tried with new version. It is getting better...recommends. Credentials credentials = new TokenCredentials(CLIENT_ID, ...

    forum.aspose.com/t/2nd-page-is-not-converted-to...
  3. GlossaryDocument.Accept | Aspose.Words for .NET

    Discover the GlossaryDocument Accept method that enhances user experience by efficiently managing visitor interactions. Learn more now!...doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...GlossaryDocument (); BuildingBlock child1 = new BuildingBlock ( glossaryDoc )...

    reference.aspose.com/words/net/aspose.words.bui...
  4. 管理超链接|Aspose.Slides 文档

    如何在 Java 中向 PowerPoint 演示文稿添加超链接...Presentation presentation = new Presentation (); try { IAutoShape...portionFormat . setHyperlinkClick ( new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/zh/androidjava/manage-hy...
  5. How to Create Charts in Presentations Using Jav...

    Learn how to create charts in PowerPoint PPT, PPTX and ODP presentations in Java with Aspose.Slides using both legacy and modern chart APIs....Using Java Contents [ Hide ] A new Aspose.Slides for Java API has...describing how to migrate to new merged API. Legacy Aspose.Slides...

    docs.aspose.com/slides/java/how-to-create-chart...
  6. Edit PPT in C# | products.aspose.com

    Edit PPT in C#. Use .NET library API to edit PowerPoint presentation...PPT presentation by adding a new line of text to it. Edit PPT...Slides for .NET , you can add a new line of text to a PPT document...

    products.aspose.com/slides/net/editor/ppt/
  7. SaveOptions.AllowEmbeddingPostScriptFonts | Asp...

    Control font embedding in your documents with SaveOptions' AllowEmbeddingPostScriptFonts. Easily manage TrueType font options for enhanced document quality....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...document. MemoryFontSource otf = new MemoryFontSource ( File . ReadAllBytes...

    reference.aspose.com/words/net/aspose.words.sav...
  8. CsvDataLoadOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Reporting.CsvDataLoadOptions for efficient CSV data parsing. Optimize your document processing with customizable options today!...CsvDataLoadOptions () Initializes a new instance of this class with default...CsvDataLoadOptions ( bool ) Initializes a new instance of this class with specifying...

    reference.aspose.com/words/net/aspose.words.rep...
  9. 通过 JavaScript 使用 C++ 设置字体。|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的JavaScript库。它支持设置单元格的字体设置,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用 Aspose.Cells 库设置单元格字体设置。...Instantiate a new Workbook object const workbook = new Workbook ();...(); // Adding a new worksheet to the Excel object const i = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  10. Load docx throw The document appears to be corr...

    Env Windows 11 Aspose.Words for NET 25.2 Code void Main() { var doc=New Aspose.Words.Document(@"C:\Users\hello\Desktop\test\test.docx"); } Test File test.zip (1.8 MB)...2 Code void Main() { var doc=new Aspose.Words.Document(@"C:\U...compatibility: LoadOptions loadOptions = new LoadOptions { MswVersion = MsWordVersion...

    forum.aspose.com/t/load-docx-throw-the-document...