Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 8,933 for

filter

(0.29 sec)
  1. Get Paper Width and Height of Page|Documentation

    This section explains how to get paper size of the visio page with Aspose.Diagram.... getShape ( 2 ); // filter shapes by type Foreign if (...

    docs.aspose.com/diagram/java/get-paper-width-an...
  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. 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...
  4. 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...
  5. 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...
  6. 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...
  7. Copy VBA Macro UserForm DesignerStorage from Te...

    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....Protected and Locked for Viewing Filter VBA Project while loading a...

    docs.aspose.com/cells/java/copy-vba-macro-userf...
  8. Copy VBA Macro UserForm DesignerStorage from Te...

    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....Signature of VBA Code is Valid Filter VBA Project while loading a...

    docs.aspose.com/cells/python-net/copy-vba-macro...
  9. Paragraph.isMoveToRevision property | Aspose.Wo...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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