Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 8,855 for

filter

(0.11 sec)
  1. Build Dynamic Microsoft Graph Queries in C# - A...

    Build dynamic Microsoft Graph queries in C# using Aspose.Email ODataQueryBuilder for Filtering, sorting, and selecting mailbox data....ODataQueryBuilder Class Practical Example: Filter and Sort Mailbox Data Real-World...It’s also useful to be able to filter, sort and retrieve specific...

    blog.aspose.com/email/build-dynamic-microsoft-g...
  2. Public API Changes in Aspose.BarCode 6.8.0|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....png" ); Filter ImageBinarization.LineCodesRestoration...Line Codes Restoration filter. This filter restores corrupted strokes...

    docs.aspose.com/barcode/java/public-api-changes...
  3. Public API Changes in Aspose.Cells 16.12.0|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.... Added APIs Filter Objects at Load Time Aspose...DocumentProperties to constructor LoadFilter filter = new LoadFilter ( LoadDataFilterOption...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. 使用 C++ 在加载工作簿或工作表时筛选对象 Node.js 版本|Documentation

    学习如何在加载工作簿或工作表时使用 Aspose.Cells for Node.js via C++ 进行筛选。...( __dirname , "data" ); // Filter charts from the workbook. const...Load the workbook with above filter. const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/filter-obje...
  5. CompositeNode.insert_after method | Aspose.Word...

    CompositeNode.insert_after method. Inserts the specified node immediately after the specified reference node....docx' ) shapes = list ( filter ( lambda a : a is not None...assertEqual ( 3 , len ( list ( filter ( lambda s : s . shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Motion Blur Filters|Documentation

    Aspose.Imaging graphic library for Python supports kernel Filters such MotionBlur as well as custom kernels....Motion Blur Filters Contents [ Hide ] Motion Blur Custom Kernel...Kernel Filter in Python You can create a custom kernel by placing...

    docs.aspose.com/imaging/python-net/developer-gu...
  7. Image Effect Creator Licensing Plugin|Documenta...

    Improve your images using the Aspose.Imaging Image Effect Creator Plugin in Java, which allows for seamless application of Filters such as grayscale effect, as well as fine-tuning image parameters like brightness, contrast, and color gamma....of image enhancements and filters. With this plugin, you can...can smooth images using filters such as GaussianBlur, MedianFilter...

    docs.aspose.com/imaging/java/aspose-imaging-jav...
  8. 在 Python 中管理 Gmail 消息|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....邮箱中已有的过滤器: list_filters() - 检索应用于邮箱的所有过滤器。 create_filter(filter) - 添加具有自定义条件和操作的新过滤器。...添加具有自定义条件和操作的新过滤器。 get_filter(id) - 获取特定过滤器的详细信息。 delete_filter(id) - 永久删除过滤器。...

    docs.aspose.com/email/zh/python-net/gmail-clien...
  9. 使用 C++ 加载工作簿或工作表时过滤对象|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载工作簿或工作表时过滤图表、形状和条件格式等对象。...02_OutputDirectory \\ " ); // Filter charts from the workbook LoadOptions...the workbook with the above filter U16String inputFilePath = srcDir...

    docs.aspose.com/cells/zh/cpp/filter-objects-whi...
  10. 投影 – SVG 滤镜 – C# 代码

    了解如何编写 SVG 代码并使用 Aspose.SVG API 创建投影效果,并将投影效果应用于 SVG 形状和文本。...[ Hide Show ] SVG 滤镜 – SVG Filters 允许您打开、创建或编辑 SVG 文档并更改其内容。您可以对...中实现阴影效果有多种方法。让我们看一下其中的两个。 注意: 在 SVG 中,过滤器由 <filter> 元素定义,该元素在 <defs> 元素内设置。它永...

    docs.aspose.com/svg/zh/net/drop-shadow/