Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 9,140 for

filter

(0.08 sec)
  1. Get All Hidden Rows Indices after Refreshing Au...

    Learn how to get all hidden rows indices after refreshing AutoFilter by using the Aspose.Cells for JavaScript via C++ API....12 A13 Pear Apply Advanced Filter of Microsoft Excel to Display...

    docs.aspose.com/cells/javascript-cpp/get-all-hi...
  2. ShapeBase.adjust_with_effects method | Aspose.W...

    ShapeBase.adjust_with_effects method. Adds to the source rectangle values of the effect extent and returns the final rectangle....docx' ) shapes = list ( filter ( lambda a : a is not None...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CompareOptions.ignore_footnotes property | Aspo...

    CompareOptions.ignore_footnotes property. Specifies whether to compare differences in footnotes and endnotes.... Examples Shows how to filter specific types of document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Unprotect Excel Sheet using Node.js

    This article explains how to unprotect Excel sheet using Node.js. It has the instructions set to the set the IDE, a list of steps, and a runnable sample code to unlock Excel spreadsheet using Node.js.... If you want to apply filters in an Excel file, refer to...the article on how to apply filter in Excel using Nodejs . Updated...

    kb.aspose.com/cells/nodejs/how-to-unprotect-exc...
  5. Convert MPP to CSV in C#

    This topic is about how to convert MPP to CSV in C#. You can transform MPP file to CSV using C# by adhering to well defined steps and an example using a few lines of code....encoding, text delimiter, task filter, save format, and header settings...

    kb.aspose.com/tasks/net/convert-mpp-to-csv-in-c...
  6. Remove Highlight from PDF using Python

    Follow this article to remove highlight from PDF using Python. It has details to set the IDE, a list of steps, and a sample code demonstrating how to erase highlight in PDF using Python by removing all or a particular annotation.... You can filter the highlights by page number...

    kb.aspose.com/pdf/python/remove-highlight-from-...
  7. Defect detection|Documentation

    How to automatically find problem areas in an image that may be recognized inaccurately....recognition results Apply median filter Use automatic noise removal...

    docs.aspose.com/ocr/python-net/defect-detection/
  8. Extract SVG from Website – Aspose.HTML for Java

    Extract SVG from a website programmatically using Java. Use Aspose.HTML for Java for fast, accurate HTML data parsing and scrapping....getAttribute ( "src" )); } // Filter out non SVG images java. util...collection of relative image URLs. Filter only SVG image URLs by checking...

    products.aspose.com/html/java/extract-svg-from-...
  9. Extract SVG from Website – Python code

    Extract SVGs from a website programmatically in Python. Use Aspose.HTML for Python via .NET to quickly and accurately parse HTML and extract data...."src" ) for img in images) # Filter only SVG images svg_urls =...set to eliminate duplicates. Filter the extracted URLs by checking...

    products.aspose.com/html/python-net/extract-svg...
  10. Section Break as revision - How to get that spe...

    Hello Aspose Team, I have a specific situation in my Word file: I need to find revisions which are actually Section Breaks and then accept those revisions programmatically. I am using Java and Aspose.Words. Is there a …...filter(r -> r.getParentNode() == breakNode)...

    forum.aspose.com/t/section-break-as-revision-ho...