Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 9,042 for

filter

(0.15 sec)
  1. FieldImport | Aspose.Words for Java

    Implements the IMPORT field in Java....FLT filter. fieldIncludePicture.setGr...getGraphicFilter() Gets the name of the filter for the format of the graphic...

    reference.aspose.com/words/java/com.aspose.word...
  2. OleFormat.isLink property | Aspose.Words for No...

    OleFormat.isLink property. Returns ``true`` if the OLE object is linked (when [OleFormat.sourceFullName](../sourceFullName/) is specified).... filter ( s => s . shapeType == aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Get All Hidden Rows Indices after Refreshing Au...

    Learn how to get all hidden rows indices after refreshing AutoFilter by using the Aspose.Cells for Node.js via C++ API....Assistant Close Apply Advanced Filter of Microsoft Excel to Display...

    docs.aspose.com/cells/nodejs-cpp/get-all-hidden...
  4. Get All Hidden Rows Indices after Refreshing Au...

    Learn how to get all hidden rows indices after refreshing AutoFilter by using the Aspose.Cells for Python via .NET API....Assistant Close Apply Advanced Filter of Microsoft Excel to Display...

    docs.aspose.com/cells/python-net/get-all-hidden...
  5. How specify page size settings to not affect on...

    I converting HTML to Image and insert result image in HTML document. How make content to fill all space on screen? Not A4, A5 or any other format. I need ignore Page size, or specify it like it new Size(100%, 100%); I…...style="" class="entry "><div>Filter skærm 1 åben</div></td><!--entry--><td...style="" class="entry "><div>Filter skærm 1 er åben.</div></td><...

    forum.aspose.com/t/how-specify-page-size-settin...
  6. Paragraph.isMoveFromRevision property | Aspose....

    Paragraph.isMoveFromRevision property. Returns ``true`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled.... filter ( r => r . revisionType ==...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. How to manage PivotChart with PivotOptions in C...

    How to manage PivotChart with PivotOptions using C++....GetPivotOptions (); // Hide Zone Filter in PivotChart opt . SetDropZoneFilter...

    docs.aspose.com/cells/cpp/how-to-manage-pivotch...
  8. How to set Series invisible with Python.NET|Doc...

    Learn how to hide chart series in Excel using Aspose.Cells for Python via .NET with this step-by-step guide....collections n_series_filtered = chart . filtered_n_series n_series...n_series # Filter series by marking them as filtered n_series [...

    docs.aspose.com/cells/python-net/how-to-set-ser...
  9. Regarding delete images in client side - Free S...

    Is there any chance to delete the images in client level.... Set visibility filter for image/shape xs.setVisibleFilter((sheet...invisible) for the visible filter with the below parameters :...

    forum.aspose.com/t/regarding-delete-images-in-c...
  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