Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 8,156 for

filter

(0.05 sec)
  1. Paragraph.is_move_to_revision property | Aspose...

    Paragraph.is_move_to_revision property. Returns ``True`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled....assertEqual ( 6 , len ( list ( filter ( lambda r : r . revision_type...

    reference.aspose.com/words/python-net/aspose.wo...
  2. List.listId property | Aspose.Words for Node.js

    List.listId property. Gets the unique identifier of the list.... filter ( p => p . asParagraph ()....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldTC.text property | Aspose.Words for Python

    FieldTC.text property. Gets or sets the text of the entry....to insert a TOC field, and filter which TC fields end up as entries...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 使用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...
  5. 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...
  6. 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...
  7. 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...
  8. Working with GridWeb Events|Documentation

    This article introduces how to work with different kinds of events in GridWeb....OnAfterColumnFilter Fires after the filter has been applied on a column...OnBeforeColumnFilter Fires before the filter is applied on a column. Handling...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  9. Loading and managing Excel, OpenOffice, JSON, C...

    With Aspose.Cells, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, JSON, XML, PDF, JPG, TIFF, Image, MHT, and XPS files using JavaScript via C++....Files Filter Defined Names while loading Workbook Filter Objects...loading Workbook or Worksheet Filtering the kind of data while loading...

    docs.aspose.com/cells/javascript-cpp/loading-sa...
  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