Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 8,958 for

filter

(0.06 sec)
  1. SignatureLine | Aspose.Words for Java

    Provides access to signature line properties in Java....filter(x -> x.getName() == signPersonName)...= gSignPersonList.stream().filter(x -> x.getName() == signPersonName)...

    reference.aspose.com/words/java/com.aspose.word...
  2. 使用文本|Documentation

    本节介绍如何使用 Aspose.Diagram 插入文本形状或更新形状的文本。... Shape shape ) { // Filter shape text if ( shape . Text...

    docs.aspose.com/diagram/zh/net/working-with-text/
  3. 使用文本|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....GetShapeText ( Shape shape ) { // filter shape text if ( shape . getText...

    docs.aspose.com/diagram/zh/java/working-with-text/
  4. How to add a PivotChart with C++|Documentation

    How to add a PivotChart using Aspose.Cells with C++....interactive, allowing users to filter, sort, and drill down into...summary statistics. Filtering : They provide filtering capabilities...

    docs.aspose.com/cells/cpp/how-to-add-pivot-chart/
  5. Features Overview|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....implementing self-learning filters to detect spam emails Aspose...offers a solution for email filtering with its core class SpamAnalyzer...

    docs.aspose.com/email/net/features-overview
  6. 从 PDF 中提取文本 C#|Aspose.PDF for .NET

    本文描述了使用 Aspose.PDF 在 C# 中从 PDF 文档提取文本的各种方法。... Annotations ) { // Filter TextMarkupAnnotation if ( annotation...

    docs.aspose.com/pdf/zh/net/extract-text-from-al...
  7. What is PDF file? | Knowledge Base

    PDF is the most popular Page Description language. The format is known to anyone who has a computer and is supported by most interfaces and systems....the stream and an array of filters used for encoding the stream...8 /ColorSpace /DeviceGray /Filter [/ASCII85Decode /FlateDecode]...

    docs.aspose.com/page/net/what-is-pdf-file/
  8. Working with Text | Aspose.Note Documentation

    A guide on working with text in OneNote using C# API.... Filter out a list of page nodes. Retrieve...

    docs.aspose.com/note/net/working-with-text/
  9. Shape | Aspose.Words for Java

    Represents an object in the drawing layer such as an AutoShape textbox freeform OLE object ActiveX control or picture in Java....filter(Shape.class::isInstance) .map(Shape...e.SHAPE, true).toArray()) .filter(Shape.class::isInstance) .map(Shape...

    reference.aspose.com/words/java/com.aspose.word...
  10. Add Figures Annotations using C#|Aspose.PDF for...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for .NET...we can make a LINQ query to filter the desired annotations. Getting...

    docs.aspose.com/pdf/net/figures-annotation/