Sort Score
Result 10 results
Languages All
Labels All
Results 7,961 - 7,970 of 17,703 for

area

(0.12 sec)
  1. Finding line bounding boxes|Documentation

    Automatic detection of line bounding boxes inside an image....useful for highlighting detected areas when previewing an image. To...Specify AreasType.LINES as the areas_type parameter of the method...

    docs.aspose.com/ocr/python-net/image-regions-li...
  2. Получать предупреждения при загрузке файла Exce...

    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....Name Warning : Name : PRINT_AREA ; ReferTo : Introduction ! $D$16...Name Warning : Name : PRINT_AREA ; ReferTo : Panel ! $B$228 Duplicate...

    docs.aspose.com/cells/ru/java/get-warnings-whil...
  3. 記録

    記録...検証が適用される領域を定義します area = cells.CellArea() area.create_cell_area("B1", "B1")..."B1") validation.add_area(area) # ワークブックを保存してください。 workbook.s...

    blog.aspose.com/ja/cells/data-validation-in-exc...
  4. Diagramm Aussehen mit C++ einstellen|Documentation

    Lernen Sie, wie man das Erscheinungsbild von Diagrammen in Aspose.Cells for C++ konfiguriert. Unser Leitfaden zeigt, wie man Diagrammlayouts, Farben, Schriftarten und Effekte anpasst, um den gewünschten visuellen Stil zu erzielen und Ihre Arbeitsblätter zu verbessern....foreground color of the plot area chart . GetPlotArea (). GetArea...foreground color of the chart area chart . GetChartArea (). GetArea...

    docs.aspose.com/cells/de/cpp/setting-chart-appe...
  5. Datasäkerhet med C++|Documentation

    Lär dig hur man lägger till datavalidering med hjälp av API Aspose.Cells for C++....GetValidations (); // Create Cell Area CellArea ca ; ca . StartRow...CellArea area ; area . StartRow = 0 ; area . EndRow = 1 ; area . StartColumn...

    docs.aspose.com/cells/sv/cpp/data-validation/
  6. C++でのグラフの外観設定|Documentation

    Aspose.Cells for C++でグラフの外観を設定する方法を学びます。レイアウト、色、フォント、エフェクトのカスタマイズ方法を紹介し、望ましいビジュアルスタイルを実現し、ワークシートを向上させます。...foreground color of the plot area chart . GetPlotArea (). GetArea...foreground color of the chart area chart . GetChartArea (). GetArea...

    docs.aspose.com/cells/ja/cpp/setting-chart-appe...
  7. Validación de datos con C++|Documentation

    Aprende cómo agregar validación de datos a través de la API Aspose.Cells for C++....GetValidations (); // Create Cell Area CellArea ca ; ca . StartRow...CellArea area ; area . StartRow = 0 ; area . EndRow = 1 ; area . StartColumn...

    docs.aspose.com/cells/es/cpp/data-validation/
  8. Archivo

    Archivo...validación (A1 en este caso) var area = new CellArea { StartRow =...int index = validations.Add(area); var validation = validations[index];...

    blog.aspose.com/es/cells/data-validation-in-exc...
  9. Aggiungere WordArt come Filigrana al Grafico|Do...

    Impara come usare Aspose.Cells per Python via .NET per aggiungere una filigrana WordArt a un grafico in Microsoft Excel. La nostra guida mostrerà come creare e posizionare una filigrana WordArt per migliorare l’attrattiva visiva e l’unicità del tuo grafico....applicare il testo interessato all’area di tracciamento di un grafico...WordArt come filigrana per l’area di tracciamento del grafico...

    docs.aspose.com/cells/it/python-net/add-wordart...
  10. Come aggiungere la convalida dei dati in Excel ...

    Questa esercitazione fornisce indicazioni su come aggiungere la convalida dei dati in Excel usando Python. Ha le impostazioni dell'ambiente, un elenco di passaggi e un codice di esempio eseguibile per applicare l'elenco di convalida dei dati di Excel utilizzando Python....nell’intervallo di riferimento Crea un’area della cella e usala per generare...lavoro con caselle a discesa nell’area della cella Questi passaggi...

    kb.aspose.com/it/cells/python/how-to-add-data-v...