Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 24,012 for

range

(0.06 sec)
  1. Compare Presentation Slides in Python|Aspose.Sl...

    Compare PowerPoint and OpenDocument presentations programmatically with Aspose.Slides for Python via .NET. Identify slide differences in code quickly....for i in range ( len ( p1 . masters )): for j in range ( len (...

    docs.aspose.com/slides/python-net/compare-slides/
  2. Working with multipage image formats|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....format, the 1st page of the range will be exported; in the case...multi-page format, all pages of the range will be exported. Example of...

    docs.aspose.com/imaging/python-net/working-with...
  3. ReplaceAction Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ReplaceAction enum to control match outcomes in your replace operations, enhancing document editing efficiency and precision.... Range . Replace ( new Regex ( "\\[MY_DOCUMENT\\]"...interface IReplacingCallback class Range method Replace namespace Aspose...

    reference.aspose.com/words/net/aspose.words.rep...
  4. Cell constructor | Aspose.Words for Python

    Cell constructor. Initializes a new instance of the [Cell](../) class....Table ( doc ) for row_id in range ( 1 , row_count + 1 ): row =...append_child ( row ) for cell_id in range ( 1 , cell_count + 1 ): cell...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    Discover the UseSubstitutions property in FindReplaceOptions. Easily enable substitutions in replacement patterns for enhanced text editing flexibility.... Range . Replace ( regex , @"$2 took...([A-z]+) to ([A-z]+)" ); doc . Range . Replace ( regex , @"$3 bought...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Table.title property | Aspose.Words for Python

    Table.title property. Gets or sets title of this table...Table ( doc ) for row_id in range ( 1 , row_count + 1 ): row =...append_child ( row ) for cell_id in range ( 1 , cell_count + 1 ): cell...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 使用 Node.js 通过 C++ 将 CSV 转换为 JSON|Documentation

    使用 Aspose.Cells for Node.js via C++ 简单易用的 API 将 CSV 文件转换为 JSON。... JsonSaveOptions (); const range = workbook . getWorksheets ()...JsonUtility . exportRangeToJson ( range , jsonSaveOptions ); // Print...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-csv...
  8. Convert WORDML to PPT in Python or with free On...

    WORDML to PPT conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free WORDML to PPT online converter quickly before integrating the code.... It provides a wide range of features such as document...more. It also provides a wide range of features such as document...

    products.aspose.com/total/python-net/conversion...
  9. Reusing Style Objects|Documentation

    In Aspose.Cells for JavaScript via C++, you can simplify style management and improve code efficiency by creating and using reusable style objects. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....some formatting to a large range of cells in a worksheet: Create...the style to the cells in the range. <!DOCTYPE html> < html > <...

    docs.aspose.com/cells/javascript-cpp/reusing-st...
  10. How to Format Number to Percentage with C++|Doc...

    This article will introduce how to Format Number to Percentage using Aspose.Cells for C++ API....: First, select the cell or range of cells that you want to format...Formatting To format a cell or a range of cells to display numbers...

    docs.aspose.com/cells/cpp/how-to-format-number-...