Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 9,138 for

filter

(0.11 sec)
  1. Load Workbook with specified Printer Paper Size...

    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....File with Multiple Encodings Filter Objects while loading Workbook...

    docs.aspose.com/cells/java/load-workbook-with-s...
  2. FieldTC class | Aspose.Words for Python

    aspose.words.fields.FieldTC class. Implements the TC field...to insert a TOC field, and filter which TC fields end up as entries...to insert a TOC field, and filter which TC fields end up as entries...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Fields::FieldImport class | Aspo...

    Aspose::Words::Fields::FieldImport class. Implements the IMPORT field. To learn more, visit the documentation article in C++....Gets or sets the name of the filter for the format of the graphic...()); // Apply the PNG32.FLT filter. fieldIncludePicture -> set_GraphicFilter...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. 从 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...
  5. 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...
  6. Aspose::Words::Fields::FieldImport::get_IsLinke...

    Aspose::Words::Fields::FieldImport::get_IsLinked method. Gets or sets whether to reduce the file size by not storing graphics data with the document in C++....FLT filter. fieldIncludePicture -> set_GraphicFilter...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Aspose.PSD smartFilter - Free Support Forum - a...

    Smart Filters are not saved when updating text. But if you open the PSD and save the smart object yourself, then all Filters start working again...February 2, 2022, 10:28am 1 Smart filters are not saved when updating...object yourself, then all filters start working again Dmitriy...

    forum.aspose.com/t/aspose-psd-smartfilter/241290
  8. HeaderFooterCollection class | Aspose.Words for...

    aspose.words.HeaderFooterCollection class. Provides typed access to [HeaderFooter](../headerfooter/) nodes of a [Section](../section/)... for section in filter ( lambda a : a is not None...assertEqual ( 0 , len ( list ( filter ( lambda hf : not hf . as_header_footer...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CompareOptions | Aspose.Words for Java

    Allows to choose additional options for document comparison operation in Java.... Examples: Shows how to filter specific types of document...produced. Examples: Shows how to filter specific types of document...

    reference.aspose.com/words/java/com.aspose.word...
  10. 如何在表格单元格内插入内容控件 - Free Support Forum - aspose.com

    input文件: input.docx (10.0 KB) 这是我的原代码: public static void main(String[] args) throws Exception { String filename1 = "D:\\input.docx"; String filename2 = "D:\\output.docx"; String bookmarkName = "bookmark";…...filter(item -> item.getName().equals(bookmarkName))...bookmark = bookmarks.stream() .filter(item -> item.getName().equals(bookmarkName))...

    forum.aspose.com/t/topic/329732