Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 24,284 for

range

(0.11 sec)
  1. Bookmark.is_column property | Aspose.Words for ...

    Bookmark.is_column property. Returns ``True`` if this bookmark is a table column bookmark.... range . bookmarks : # If a bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  2. BuiltInDocumentProperties.titles_of_parts prope...

    BuiltInDocumentProperties.titles_of_parts property. Each string in the array specifies the name of a part in the document....heading_pairs_index += 1 for i in range ( parts_count ): print ( f '...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ReplacingArgs.MatchEndNode | Aspose.Words for .NET

    ReplacingArgs MatchEndNode property guide. Access the ending node of text matches during document search and replace operations.... Range . Replace ( new Regex ( "1[\\s\\S]*3"...

    reference.aspose.com/words/net/aspose.words.rep...
  4. FindReplaceOptions.ignore_field_codes property ...

    FindReplaceOptions.ignore_field_codes property. Gets or sets a boolean value indicating either to ignore text inside field codes... range . replace_regex ( 'T' , '*'...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 使用 Node.js 通过 C++ 创建带引线的饼图|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在 Microsoft Excel 中创建带引线的饼图。我们的指南将演示如何添加连接数据点与图例的引线,提升图表的整体清晰度。...( id ); // Set series data range chart . getNSeries (). add (...true ); // Set category data range chart . getNSeries (). setCategoryData...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-pi...
  6. How to binarize an image|Documentation

    Binarize an image using fixed binarisation method with threshold, method Bradly and Otsu method....to indicate a threshold in a range of 0 and 255. All pixels of...

    docs.aspose.com/imaging/python-net/developer-gu...
  7. Image Compressor Licensing Plugin|Documentation

    Reduce image sizes in C# using Image Compressor with flexible compression options for raster or vector images...vector images, you have a wide range of options at your disposal...

    docs.aspose.com/imaging/net/aspose-imaging-net-...
  8. Working with Dyn-Hide Form|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....allows you to define a cell range on a worksheet that you want...

    docs.aspose.com/cells/reportingservices/working...
  9. ExtractPages Function Removes Bookmarks - Free ...

    Hi, I am extracting pages one by one using the ExtractPages function. However, during this process, the bookmarks with the names "bm_ef269859079b419b" and "bm_b3e4256833b46067" are being removed from the extracted pages…...page if they fall within the range of the extracted pages. Here’s...foreach (Bookmark bookmark in doc.Range.Bookmarks) { // Check if the...

    forum.aspose.com/t/extractpages-function-remove...
  10. Set Conditional Formats of Excel and ODS files ...

    How to apply conditional formats to Excel and ODS files in C++....apply formats to a cell or range of cells and have that formatting...the worksheet by calling the Range.Copy() method. Applying Conditional...

    docs.aspose.com/cells/go-cpp/conditional-format...