Sort Score
Result 10 results
Languages All
Labels All
Results 7,031 - 7,040 of 162,156 for

new

(0.07 sec)
  1. 总结文档|Aspose.Words为Java

    总结一个文档。 Aspose.Words为Java 通过允许您指定摘要长度,使用OpenAI和GoogleAI模型简化文档摘要。...下面的代码示例演示如何使用GPT-4o模型汇总文档: Document firstDoc = new Document ( getMyDir () + "Big...docx" ); Document secondDoc = new Document ( getMyDir () + "Document...

    docs.aspose.com/words/zh/java/summarize-a-docum...
  2. Aspose.Cells for Java 可中断库|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....] //Create a new Workbook final Workbook wb = new Workbook ();...final InterruptMonitor monitor = new InterruptMonitor (); wb . setInterruptMonitor...

    docs.aspose.com/cells/zh/java/aspose-cells-for-...
  3. Creating an Outlook Message (MSG) File|Document...

    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.... C# // Creates a new Outlook Application instance...objOutlook = new Outlook . Application (); // Creating a new Outlook...

    docs.aspose.com/email/java/creating-an-outlook-...
  4. BorderCollection.horizontal property | Aspose.W...

    BorderCollection.horizontal property. Gets the horizontal border that is used between cells or conforming paragraphs....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document without creating a new paragraph afterward. // Since...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. BorderCollection.Horizontal | Aspose.Words for ...

    Discover the BorderCollection Horizontal property for seamless cell and paragraph borders. Enhance your layout with perfect alignment and style!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...document without creating a new paragraph afterward. // Since...

    reference.aspose.com/words/net/aspose.words/bor...
  6. 使用 Java 将表格添加到 PDF | Aspose.PDF

    用于在 Java 和 PHP 上在 PDF 文件中添加表格的 Java 源代码,德尔福。...PDF 中添加表格-Java Document doc = new Document ( _dataDir + "input...Initializes a new instance of the Table Table table = new Table ();...

    products.aspose.com/pdf/zh-hans/java/table/add/
  7. HtmlFixedSaveOptions.ResourceSavingCallback | A...

    Optimize your document exports with the HtmlFixedSaveOptions ResourceSavingCallback. Control image, font, and CSS saving for enhanced HTML output....HtmlFixedResourceFol () { Document doc = new Document ( MyDir + "Rendering...ResourceUriPrinter callback = new ResourceUriPrinter (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. FieldMergingArgs.Text | Aspose.Words for .NET

    Manage your document's merge fields effortlessly with FieldMergingArgs. Easily set or retrieve text for seamless document integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...MailMerge . FieldMergingCallback = new HandleMergeFieldInse (); doc...

    reference.aspose.com/words/net/aspose.words.mai...
  9. ResourceType | Aspose.Words for Java

    Type of loaded resource in Java....Document doc = new Document(); doc.setResourceLoadingCa(new ImageNameHandler());...ImageNameHandler()); DocumentBuilder builder = new DocumentBuilder(doc); // Images...

    reference.aspose.com/words/java/com.aspose.word...
  10. 图表工作簿|Aspose.Slides for PHP 文档

    PowerPoint 演示文稿中的图表工作簿...以下 PHP 代码演示了一个示例操作: $pres = new Presentation ( "chart.pptx" );...# 实例化表示演示文稿文件的演示文稿类 $pres = new Presentation ( "chart2.pptx"...

    docs.aspose.com/slides/zh/php-java/chart-workbook/