Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 8,371 for

filter

(0.25 sec)
  1. CompositeNode.getText method | Aspose.Words for...

    CompositeNode.getText method. Gets the text of this node and of all its children.... filter ( p => p . asParagraph ()....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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...
  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. Stop conversion or loading using InterruptMonit...

    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....AI Document Assistant Close Filter Defined Names while loading...

    docs.aspose.com/cells/net/stop-conversion-or-lo...
  5. Paragraph.is_move_from_revision property | Aspo...

    Paragraph.is_move_from_revision property. Returns ``True`` if this object was moved (deleted) 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...
  6. Working with Data Display Formats of DataField ...

    Learn how to work with data display formats of DataField in Pivot Table using Aspose.Cells for C++....Document Assistant Close Pivot Filter with C++ Get External Connection...

    docs.aspose.com/cells/cpp/working-with-data-dis...
  7. OleFormat.iconCaption property | Aspose.Words f...

    OleFormat.iconCaption property. Gets icon caption of OLE object... filter ( s => s . shapeType == aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 请问怎么将一个分页符和文本从一个段落中分开 - 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
  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. IImageSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves images when saving a document to HTML in Java.... filter(s -> s.startsWith(getArtifactsDir()...assertEquals(1, filteredShapes.get().filter(f -> f.endsWith(".jpeg")).count());...

    reference.aspose.com/words/java/com.aspose.word...