Sort Score
Result 10 results
Languages All
Labels All
Results 5,591 - 5,600 of 150,113 for

2

(2.11 sec)
  1. Working with Projects | Aspose.Tasks Documentation

    Learn about project calculation modes in Aspose.Tasks for Java....set calculation mode to None 2 3 Project project = new Project();...DURATION , project. getDuration (2, TimeUnitType. Day )); 34 35 System...

    docs.aspose.com/tasks/java/project-calculation-...
  2. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with JavaScript and Aspose.Slides for Node.js via Java and speed up presentation editing and data updates....Adds some text to the row 1 cell 2 table . get_Item ( 1 , 0 ). getTextFrame...getTextFrame (). setText ( "Row 1 Cell 2" ); // Clones Row 1 at end of...

    docs.aspose.com/slides/nodejs-java/manage-rows-...
  3. 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...
  4. 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...
  5. Aspose::Words::Fields::FieldToc::get_PrefixedSe...

    Aspose::Words::Fields::FieldToc::get_PrefixedSequenceIdentifier method. Gets or sets the identifier of a sequence for which a prefix should be added to the entry's page number in C++....fieldSeq -> GetFieldCode ()); // 2 - Inserting a SEQ field that belongs...sequence SEQ field is on page 2, // and the separator is ">",...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. 在 PS 文件中使用页面 | Python

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

    docs.aspose.com/page/zh/python-net/ps/working-w...
  7. Build Dynamic Microsoft Graph Queries in C# - A...

    Build dynamic Microsoft Graph queries in C# using Aspose.Email ODataQueryBuilder for filtering, sorting, and selecting mailbox data....with its [ODataQueryBuilder][2] class. In this article, we’ll...through the new [ODataQueryBuilder][2] class. Your .NET Component to...

    blog.aspose.com/email/build-dynamic-microsoft-g...
  8. CellFormat.width property | Aspose.Words for Py...

    CellFormat.width property. Gets the width of the cell in points.... write ( 'Row 1, Col 2' ) builder . end_row () # Changing...insert_cell () builder . write ( 'Row 2, Col 1' ) builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CompositeNode.insert_after method | Aspose.Word...

    CompositeNode.insert_after method. Inserts the specified node immediately after the specified reference node....Run ( doc = doc , text = 'Run 2. ' ) run3 = aw . Run ( doc = doc...paragraph_text ) self . assertEqual ( 'Run 2. Initial text.' , paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. Manage Chart Data Labels in Presentations in .N...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for .NET for more engaging slides....GetCell ( defaultWorksheetInde , 2 , 1 , 0.50 )); series . DataPoints...( defaultWorksheetInde , 0 , 2 , "Blues" ), chart . Type ); series2...

    docs.aspose.com/slides/net/chart-data-label/