Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 24,160 for

range

(0.1 sec)
  1. FieldPrintDate.use_saka_era_calendar property |...

    FieldPrintDate.use_saka_era_calendar property. Gets or sets whether to use the Saka Era calendar.... range . fields [ 0 ] . as_field_print_date...Lunar Calendar: field = doc . range . fields [ 1 ] . as_field_print_date...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Black and White Adjustment Layer|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....will learn how to adjust tonal range and color balance of a photo...channels) color modes. Adjust tonal range Put simply, the tonal correction...

    docs.aspose.com/psd/java/layer-types/adjustment...
  3. Merge and Unmerge Cells in GridDesktop|Document...

    This article introduces the merge and unmerge features in GridDesktop....Create a Range of Cells to be merged Merge the range of cells...to merge cells. However, a range of cells can be defined using...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  4. BookmarkCollection.count property | Aspose.Word...

    BookmarkCollection.count property. Returns the number of bookmarks in the collection.... range . bookmarks self . assertEqual...bookmark = doc . range . bookmarks [ 0 ] doc . range . bookmarks ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BookmarkCollection.count property | Aspose.Word...

    BookmarkCollection.count property. Returns the number of bookmarks in the collection.... range . bookmarks ; expect ( bookmarks...bookmark = doc . range . bookmarks . at ( 0 ); doc . range . bookmarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. NumeralFormat enumeration | Aspose.Words for Py...

    aspose.words.saving.NumeralFormat enumeration. Indicates the symbol set that is used to represent numbers while rendering to fixed page formats.... Unicode range U+0660 - u+0669. EASTERN_ARABIC_INDIC...and Urdu: ۰۱۲۳۴۵۶۷۸۹. Unicode range U+06F0 - u+06F9. CONTEXT Symbol...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Issue: Unable to capture clipboard paste text -...

    Hi Team, We are using Aspose.Cells.GridJs version 24.2.0.0 in our web application. We want to capture clipboard text, especially when users copy multiple cells from an external Excel file and paste them into the GridJs…...readonly/editable range you can use : xs.sheet.setEditableRange(range,isenable)...the parameters are: range:the cell range ,etc. {sri:0,sci:0,eri:2:eci:2}...

    forum.aspose.com/t/issue-unable-to-capture-clip...
  8. DataSorter and Excel Group/Outlines compete wit...

    Hello, We recently ran into an issue where sorting was not working for a customer and I wanted to report the results and findings here. The issue was that the Excel workbook contained an Excel Group that was smaller tha…...Group that was smaller than the range being sorted. In this scenario...the Excel Group and the Sort Range overlapped it was possible to...

    forum.aspose.com/t/datasorter-and-excel-group-o...
  9. Create Dynamic Charts with JavaScript via C++|D...

    Learn how to create dynamic charts in Aspose.Cells for JavaScript via C++. This guide will show you how to dynamically update chart data, series, and formatting based on your requirements, allowing you to present changing data visually in your worksheets....Create a Chart based on the data range of the ListObject . Save the...List based on the data source range with headers on let index =...

    docs.aspose.com/cells/javascript-cpp/create-dyn...
  10. 将CSV转换为JSON,使用C++|Documentation

    使用简单易用的Aspose.Cells for C++ API将CSV文件转换为JSON。...Create a range from the first cell to the last cell Range range = workbook...GetColumn () + 1 ); // Export the range to JSON U16String data = JsonUtility...

    docs.aspose.com/cells/zh/cpp/convert-csv-to-json/