Sort Score
Result 10 results
Languages All
Labels All
Results 6,021 - 6,030 of 150,874 for

2

(0.18 sec)
  1. 通过Node.js与C++合并与拆分单元格|Documentation

    Aspose.Cells是一个用于操作电子表格文件的Node.js库,支持合并和拆分单元格。本文章将介绍如何使用Aspose.Cells库合并和拆分单元格,并提供定制合并单元格样式的选项。... merge ( 5 , 2 , 2 , 3 ); // Input data into C6...C6 Cell. cells . get ( 5 , 2 ). putValue ( "This is my value"...

    docs.aspose.com/cells/zh/nodejs-cpp/merging-and...
  2. Paragraph.listFormat property | Aspose.Words fo...

    Paragraph.listFormat property. Provides access to the list formatting properties of the paragraph....writeln ( "Numbered list item 2" ); builder . writeln ( "Numbered...writeln ( "Bulleted list item 2" ); builder . writeln ( "Bulleted...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ChartSeriesGroup.first_slice_angle property | A...

    ChartSeriesGroup.first_slice_angle property. Gets or sets the angle, in degrees, of the first slice of the parent pie chart....= [ 'Category 1' , 'Category 2' , 'Category 3' ] chart . series...= categories , values = [ 4 , 2 , 5 ]) # Format the Doughnut chart...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Forms2OleControlCollection.count property | Asp...

    Forms2OleControlCollection.count property. Gets count of objects in the collection....'Delphi' , ole_control_collection [ 2 ] . caption ) self . assertEqual...'0' , ole_control_collection [ 2 ] . value ) See Also module aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 在 .NET 中向演示文稿图表添加趋势线|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 图表中快速添加和自定义趋势线——实用指南,帮助您吸引观众。... 为图表系列 2 添加对数趋势线。 为图表系列 2 添加移动平均趋势线。 为图表系列 3 添加多项式趋势线。... Color = Color . Red ; // 为第 2 系列添加对数趋势线 ITrendline tredLineLog...

    docs.aspose.com/slides/zh/net/trend-line/
  6. PDF document - first save is slow - Free Suppor...

    Hi, I’m investigating some performance issues saving a PDF document. I tested using a different scenarios as follows: Scenario #1 A loop where each iteration of the loop Creates an InputStream from a Word file Creat…... Scenario #2 Create an empty Document Use a...Scenario #3 Same as scenario 2 but I didn’t write any text to...

    forum.aspose.com/t/pdf-document-first-save-is-s...
  7. 档案

    档案...h(5); } } // 合并单元格 (1, 1) x (2, 1) table->MergeCells(table->idx_get(1...table->idx_get(2, 1), false); // 合并单元格 (1, 2) x (2, 2) table->Me...

    blog.aspose.com/zh/slides/create-powerpoint-pre...
  8. FieldCollection | Aspose.Words for Java

    A collection of Field objects that represents the fields in the specified range in Java....getCount()); // 2 - Get the collection to remove...at an index: fields.removeAt(2); Assert.assertEquals(3, fields...

    reference.aspose.com/words/java/com.aspose.word...
  9. When using aspose.cells to save an Excel workbo...

    When using aspose.cells to save an Excel workbook to a PDF, the chart unit label are displayed as “Millions” in English. How can I set it to display Millions in Chinese(百万)? image.png (40.2 KB)...cells-net lingtian October 17, 2025, 2:22pm 1 When using aspose.cells...(40.2 KB) Professionalize.Discourse October 17, 2025, 2:23pm...

    forum.aspose.com/t/when-using-aspose-cells-to-s...
  10. 在 PS 文件中使用页面 | Python

    如何将页面添加到 PS 文件是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Python 中使用该功能... 以下代码片段演示了如何通过 8 个步骤创建 2 页 PS 文档: 为生成的 PS 文件创建输出流。 使用默认选项实例化...使用默认选项实例化 对象。 使用之前创建的输出流和保存选项创建 2 页 PsDocument。 使用文档的默认页面尺寸(纵向 A4...

    docs.aspose.com/page/zh/python-net/ps/working-w...