Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 8,388 for

filter

(0.09 sec)
  1. ListFormat.remove_numbers method | Aspose.Words...

    ListFormat.remove_numbers method. Removes numbers or bullets from the current paragraph and sets list level to zero....assertEqual ( 3 , len ( list ( filter ( lambda n : n . as_paragraph...assertEqual ( 0 , len ( list ( filter ( lambda n : n . as_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. HtmlSaveOptions.exportRoundtripInformation prop...

    HtmlSaveOptions.exportRoundtripInformation property. Specifies whether to write the roundtrip information when saving to HTML, MHTML or EPUB... filter ( f => f . type == aw . Fields..... doc . range . fields ]. filter ( f => f . type == aw . Fields...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. 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...
  6. Aspose::Words::Fields::FieldIncludePicture clas...

    Aspose::Words::Fields::FieldIncludePicture class. Implements the INCLUDEPICTURE 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...
  7. 使用Apache POI和Aspose.Cells创建数据透视表|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....); //Set the third column as filter pivotTable . addColumnLabel...DataConsolidateFunct . AVERAGE , 2 ); //Add filter on forth column pivotTable...

    docs.aspose.com/cells/zh/java/create-pivot-tabl...
  8. Spilt array formulas are not restored - Free Su...

    Hi, We use Spill Formula, but it doesn’t recover after RefreshDynamicArrayFormulas and CalculateFormula We have two sheets: Sheet3 → Contains table Table1 it contains the data Sheet4 → User function =@MY_FUNC(1) whic…...Sheet4 → Spill formula using =FILTER(…) based on Table1 and cell...=IF(C2=“All”,FILTER(Table1,Table1[Column6]=“empty”,“1”),FILTER(Table1...

    forum.aspose.com/t/spilt-array-formulas-are-not...
  9. ListCollection.add method | Aspose.Words for Py...

    aspose.words.lists.ListCollection.add method...assertEqual ( 0 , len ( list ( filter ( lambda n : n . as_paragraph...TER_DOT ) for paragraph in filter ( lambda a : a is not None...

    reference.aspose.com/words/python-net/aspose.wo...
  10. HTML Navigation – C# Examples – Aspose.HTML for...

    Learn how to navigate HTML with Aspose.HTML for .NET and inspect its elements using C#, about custom Filter, CSS Selector, or XPath usage....using the API; about custom filters usage for iterating over the...is the <h1> element. Custom Filter Usage For the more complicated...

    docs.aspose.com/html/net/html-navigation/