Sort Score
Result 10 results
Languages All
Labels All
Results 3,951 - 3,960 of 9,168 for

filtering

(0.18 sec)
  1. seriesFiltered.xlsx

    Sheet1 1 2 3 4 5 120 370 100 900 1000 50 150 200 250 300 25 45 70 100 200 180 220 465 800 1200 200 300 400 500 700 400 500 465 800 300 TestSeries1 1 2 3 4 5 120 370 100 900 1000 TestSeries2 1 2 3 4......t\developer-guide\charts\filtering-out-series-to-render-chart\...

    docs.aspose.com/cells/ar/cpp/filtering-charts-i...
  2. 从 Ruby 中的 Visio 页面中提取所有图像|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.... get ( i ) # Filter shapes by type Foreign if shape...

    docs.aspose.com/diagram/zh/java/extract-all-ima...
  3. Extraire toutes les images d'une page Visio en ...

    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....$shapes -> get ( $i ); \ # Filter shapes by type Foreign if (...

    docs.aspose.com/diagram/fr/java/extract-all-ima...
  4. PageSet.all property | Aspose.Words for Node.js

    PageSet.all property. Gets a set with all the pages of the document in their original order....properties that we can use to filter out a set of pages from //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldIncludePicture.IsLinked | Aspose.Words for...

    Optimize your documents with the FieldIncludePicture IsLinked property—control graphic storage to reduce file size and enhance performance....FLT filter. fieldIncludePicture . GraphicFilter...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Story.paragraphs property | Aspose.Words for Py...

    Story.paragraphs property. Gets a collection of paragraphs that are immediate children of the story....assertEqual ( 6 , len ( list ( filter ( lambda r : r . revision_type...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldIncludePicture.ResizeVertically | Aspose.W...

    Discover how the ResizeVertically property of FieldIncludePicture enhances image management by allowing vertical resizing for optimal display....FLT filter. fieldIncludePicture . GraphicFilter...

    reference.aspose.com/words/net/aspose.words.fie...
  8. PageSet.Odd | Aspose.Words for .NET

    Discover the PageSet Odd property to easily retrieve all odd pages of your document in their original order for efficient document management....properties that we can use to filter out a set of pages from //...

    reference.aspose.com/words/net/aspose.words.sav...
  9. C# .NET Solution to Retrieve Emails via Microso...

    Learn how to integrate Microsoft Graph into your C# application to receive emails using a progressive library. A practical guide.... You can filter emails based on criteria like...: Developers can retrieve, filter, and organize emails while...

    products.aspose.com/email/net/receive-email/mic...
  10. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(document); RunCollection runs = para.getRuns(); Arrays.st…...filter(run → run.getText().contains(ControlChar...Arrays.stream(runs.toArray()).filter(run -> run.getText().contains(ControlChar...

    forum.aspose.com/t/topic/311299