Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 9,138 for

filter

(0.27 sec)
  1. Attributes and Features - C# GIS Library|Docume...

    With C# GIS library, you can get Features Count, Layer Attributes, Values of a Feature Attribute and extract Features from ShapeFile to GeoJSON....Values of a Feature Attribute Filter Features by Attribute Value...

    docs.aspose.com/gis/net/attributes-and-features/
  2. Shape.has_smart_art property | Aspose.Words for...

    Shape.has_smart_art property. Returns ``True`` if this [Shape](../) has a SmartArt object....number_of_smart_art_shapes = len ( list ( filter ( lambda shape : shape . has_smart_art...

    reference.aspose.com/words/python-net/aspose.wo...
  3. How to Read and Convert Thunderbird MBOX Files ...

    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....Email in C# Filter and Extract MBOX Messages with...

    docs.aspose.com/email/net/read-convert-thunderb...
  4. How to Create Excel File using C++

    In this tutorial, we will learn how to create Excel file using C++. You can create new workbook and insert data into the cells on MS Windows or Linux programmatically in C++....example, we learned How to Add Filter in XLSX File using C++ that...that explains adding a filter in XLSX file. Updated on 01 Dec 2021...

    kb.aspose.com/cells/cpp/how-to-create-excel-fil...
  5. Setting Dynamic Array Formulas|Documentation

    How to use Aspose.Cells for Python via .NET library to calculate dynamic array formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells for Python via .NET to calculate the dynamic array formula and get the result. Finally, we save the modified Excel file to disk.... conditional operations, filtering data, and more. Benefits:...handle arrays natively, such as FILTER , SORT , UNIQUE , SEQUENCE...

    docs.aspose.com/cells/python-net/calculation-of...
  6. OleFormat.ole_icon property | Aspose.Words for ...

    OleFormat.ole_icon property. Gets the draw aspect of the OLE object... 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...
  7. Listing IMAP Server Extensions|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.... Filter Messages from Server using...

    docs.aspose.com/email/python-net/listing-imap-s...
  8. Working with POP3 Client|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....Manage Messages from Mail Server Filter Emails from Mail Server Delete...

    docs.aspose.com/email/net/working-with-pop3-cli...
  9. PDF Text Annotation|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to Add, Get, and Delete Text Annotation from your PDF document....pdf" ); // Filter annotations using AnnotationSelector..."sample_textannot.pdf" ); // Filter annotations using AnnotationSelector...

    docs.aspose.com/pdf/cpp/text-annotation/
  10. Blur Image in Java

    This article explains how to blur image in Java. It discusses the environment configuration, the program flow, and a runnable sample code to blur picture in Java....the source image Invoke the filter method to apply the image blur...improvise the parameters of the filter method by changing the radius...

    kb.aspose.com/imaging/java/blur-image-in-java/