Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 21,626 for

range

(0.07 sec)
  1. Find and Replace Text in Documents|Aspose.Words...

    Find and replace text or strings. NPOI does not provide an opportunity to find and replace using C#....particular string within the current range. It returns the number of replacements...occurrences with 'bad'. doc . Range . Replace ( "document" , "document...

    docs.aspose.com/words/net/find-and-replace-text...
  2. Managing DjVu Format in PHP|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....Converting Range of DjVu Pages in PHP Converting Range of DjVu Pages...

    docs.aspose.com/imaging/java/managing-djvu-form...
  3. Work with Text in a Table|Aspose.Words for C++

    Replace text in a table in C++. Extract Plain Text from Table or Cell using C++....access to the Range object. Using the table range object, you can...from Table or Cell Using the Range object, you can also call methods...

    docs.aspose.com/words/cpp/work-with-text-in-a-t...
  4. 使用C++将范围插入Excel|Documentation

    学习如何使用Aspose.Cells和C++将范围插入Excel文件。...( 0 ); // Create a range of cells. Range sourceRange = worksheet...formattings into a few cells in the range. sourceRange . Get ( 0 , 0 )...

    docs.aspose.com/cells/zh/cpp/insert-ranges-to-e...
  5. DocumentBuilder.end_bookmark method | Aspose.Wo...

    DocumentBuilder.end_bookmark method. Marks the current position in the document as a bookmark end....document can overlap and span any range. To create a valid bookmark...self . assertEqual ( 1 , doc . range . bookmarks . count ) self ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Modify an Existing Style|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the cells as they need....and apply it to the selected range. Using Aspose.Cells The following...Style object, applies it to a range of cells and modifies the Style...

    docs.aspose.com/cells/net/modify-an-existing-st...
  7. Convert ODP to JSON Format via Java | products....

    Convert ODP to JSON format via Java without using using Microsoft Excel or PowerPoint...powerful library provides a wide range of features for manipulating...libraries for manipulating a wide range of file formats. Aspose.Slides...

    products.aspose.com/total/java/conversion/odp-t...
  8. BookmarkCollection.remove method | Aspose.Words...

    Aspose.Words.BookmarkCollection.remove method... range . bookmarks ; expect ( bookmarks...bookmark = doc . range . bookmarks . at ( 0 ); doc . range . bookmarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. BookmarkCollection.remove method | Aspose.Words...

    aspose.words.BookmarkCollection.remove method... range . bookmarks self . assertEqual...bookmark = doc . range . bookmarks [ 0 ] doc . range . bookmarks ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for Node.js via C++ API....only dates within a certain range. With data validation, you can...entered into a cell, or cell range. Below, code snippets illustrate...

    docs.aspose.com/cells/nodejs-cpp/data-validation/