Sort Score
Result 10 results
Languages All
Labels All
Results 8,131 - 8,140 of 17,670 for

area

(0.89 sec)
  1. JavaScriptを使用してC++で印刷範囲を設定する方法|Documentation

    このコードは、C++用のJavaScriptライブラリAspose.Cellsを使用して印刷範囲を設定する方法を示しています。...Cells Example - Set Print Area </ title > </ head > < body...body > < h1 > Set Print Area Example </ h1 > < input type = "file"...

    docs.aspose.com/cells/ja/javascript-cpp/how-to-...
  2. Datenvalidierung|Documentation

    Erfahren Sie, wie Sie die Datenvalidierung mit dem Aspose.Cells for JavaScript über C++ API hinzufügen....validations ; // Create Cell Area const ca = new AsposeCells ...structure const area = new AsposeCells . CellArea (); area . startRow...

    docs.aspose.com/cells/de/javascript-cpp/data-va...
  3. Modifying Images|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....light and dark areas so that the light areas become lighter and...and dark areas become darker. Decreasing the contrast will make...

    docs.aspose.com/psd/net/modifying-images/
  4. أرشيف

    أرشيف... area . formatting = cells . charts...المدة chart . n_series[ 1 ] . area . formatting = cells . charts...

    blog.aspose.com/ar/cells/create-gantt-chart-in-...
  5. arkiv

    arkiv... area . formatting = cells . charts...bars chart . n_series[ 1 ] . area . formatting = cells . charts...

    blog.aspose.com/sv/cells/create-gantt-chart-in-...
  6. Detect Merged Cells in a Worksheet|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files. It supports detecting merged cells in a worksheet, making it easy for users to identify and manipulate these cells. This article will introduce how to use the Aspose.Cells library to detect merged cells....information on how to get merged cell areas in a worksheet. Aspose.Cells...allows you to get merged cell areas in a worksheet. You can also...

    docs.aspose.com/cells/net/detect-merged-cells-i...
  7. Précédents et dépendants avec JavaScript via C+...

    Apprenez à tracer les cellules précedentes et dépendantes dans les feuilles de calcul en utilisant Aspose.Cells for JavaScript via C++. Comprenez comment identifier les cellules liées dans les feuilles de calcul financières complexes....{ const area = ret . get ( 0 ); const sheetName = area . sheetName... cellIndexToName ( area . startRow , area . startColumn ); const...

    docs.aspose.com/cells/fr/javascript-cpp/precede...
  8. C ++ OCR - تشخیص متن در C ++ | Aspose

    به عنوان C ++ کتابخانه OCR OCR را به راحتی در برنامه های C ++ خود ادغام می کند. با زحمت تصاویر را به متن با حداقل کد C ++ تبدیل کنید.... detect_areas_mode = detect_areas_mode_enum :: PHOTO...Activate detection of low-contrast areas RecognitionSettings settings...

    products.aspose.com/ocr/fa/cpp/
  9. Finding line bounding boxes|Documentation

    Automatic detection of line bounding boxes inside an image....useful for highlighting detected areas when previewing an image or...parameter of the function to areas_type::lines . std :: string...

    docs.aspose.com/ocr/cpp/image-regions-line-find/
  10. Excelでドロップダウンリストを作成する方法(Pythonを使用)

    ExcelでPythonを使用してAspose.Cellsでドロップダウンリストを作成する方法を学びます。データ入力の精度を向上させるためのインラインおよび範囲ベースのドロップダウンリストのためのステップバイステップの例。... area_inline = CellArea() area_inline . start_row...start_row = 0 area_inline . start_column = 0 area_inline . end_row...

    blog.aspose.com/ja/cells/create-dropdown-list-i...