Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 9,167 for

filtering

(0.16 sec)
  1. OleFormat.source_item property | Aspose.Words f...

    OleFormat.source_item property. Gets or sets a string that is used to identify the portion of the source file that is being linked.... shapes = list ( filter ( lambda a : a is not None...assertEqual ( 2 , len ( list ( filter ( lambda s : s . shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Добавить фильтр в сводной таблице|Documentation

    Узнайте, как добавлять фильтр в сводную таблицу с помощью Aspose.Cells for JavaScript на C++....autoSortField = 0 ; // Add top10 filter (converted getPivotFilters...PivotFilterType . Count ); const filter = pivotTable . pivotFilters...

    docs.aspose.com/cells/ru/javascript-cpp/add-fil...
  3. Pivot Tablosuna Filtre Ekleyin|Documentation

    Aspose.Cells for JavaScript kullanarak pivot tabloda filtre eklemeyi öğrenin....autoSortField = 0 ; // Add top10 filter (converted getPivotFilters...PivotFilterType . Count ); const filter = pivotTable . pivotFilters...

    docs.aspose.com/cells/tr/javascript-cpp/add-fil...
  4. Trabajar con imágenes|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.... getShapes ()) { // Filter shapes by type Foreign if (...getPage ( 0 ). getShapes ()) { // Filter shapes by type Foreign if (...

    docs.aspose.com/diagram/es/java/working-with-im...
  5. Aspose OCR is not extracting text from pdf whic...

    Aspose OCR is not extracting text from pdf which is not searchable , from a multipge or single pdf only extraction is done for top few lines and the remaining is still image only, even though i have Aspose Total License…...AsposeOCR(); // Set preprocessing filters to rotate image before recognition...PreprocessingFilter filters = new PreprocessingFilter(); filters.add(PreprocessingFilter...

    forum.aspose.com/t/aspose-ocr-is-not-extracting...
  6. Modifiche API pubbliche in Aspose.Cells 17.1.0|...

    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....)) { //Load everything and filter charts this . setLoadDataFilterOpt...)) { //Load everything and filter shapes this . setLoadDataFilterOpt...

    docs.aspose.com/cells/it/java/public-api-change...
  7. How to Merge Slides in C#

    This article guides on how to merge slides in C#. It shares the IDE settings, a list of programming tasks, and a runnable sample code to combine PPTX in C#....will also learn the process to filter slides while merging them from...added slide. Moreover, you may filter the slides by checking the...

    kb.aspose.com/slides/net/how-to-merge-slides-in...
  8. How to Merge PowerPoint Files using Python

    This article guides on how to merge PowerPoint files using Python. It has basic information for the IDE settings, the program logic, and a runnable sample code to merge slides using Python.... Different types of filters are also discussed to combine...presentation. You may apply different filters to avoid the cloning of all...

    kb.aspose.com/slides/python/how-to-merge-powerp...
  9. Zastosowanie filtrów medianowych i Wienera|Docu...

    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.... Wywołaj metodę Filter klasy RasterImage, podając...BilateralSmoothingFi. Wywołaj metodę Filter klasy RasterImage, podając...

    docs.aspose.com/psd/pl/java/zastosowanie-filtro...
  10. Размытие изображения в C#

    В этой статье обсуждается, как размыть изображение в C#. Он описывает конфигурацию системы, процедуру и фрагмент кода для размытия изображения на C#....изображения с помощью метода Filter . Напишите размытое изображение...размытия и значение сигмы в методе Filter. Наконец, экспортируйте размытое...

    kb.aspose.com/ru/imaging/net/blur-image-in-csharp/