Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 9,137 for

filter

(0.12 sec)
  1. Add Cell Data Validations|Documentation

    This article introduces how to add data validation (GridValidation) in GridWeb.... Filter Data Access Hyperlink object...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  2. Table.last_row property | Aspose.Words for Python

    Table.last_row property. Returns the last [Row](../../row/) node in the table.... count ) for table in filter ( lambda a : a is not None...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FrameFormat.width property | Aspose.Words for N...

    FrameFormat.width property. Gets the width of the specified frame, in points.... filter ( p => p . frameFormat . isFrame...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FrameFormat.verticalPosition property | Aspose....

    FrameFormat.verticalPosition property. Gets vertical distance between the edge of the frame and the item specified by the [FrameFormat.relativeVerticalPosition](../relativeVerticalPosition/) property.... filter ( p => p . frameFormat . isFrame...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FrameFormat.horizontalDistanceFromText property...

    FrameFormat.horizontalDistanceFromText property. Gets horizontal distance between a frame and the surrounding text, in points.... filter ( p => p . frameFormat . isFrame...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 使用图像|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.... getShapes ()) { // Filter shapes by type Foreign if (...getPage ( 0 ). getShapes ()) { // Filter shapes by type Foreign if (...

    docs.aspose.com/diagram/zh/java/working-with-im...
  7. Split Word Document into Sections using Java

    This article guides on how to split Word document into sections using Java. It has the IDE settings, steps, and a sample code to divide Word document into sections using Java....will discuss the options to filter the sections while converting...sections using Java . You may filter the sections using different...

    kb.aspose.com/words/java/split-word-document-in...
  8. How to Merge Slides in C#

    This article guides on how to merge slides in C#. It shares the IDE settings, a list of programming tasks, and a runnable sample code to combine PPTX in C#....will also learn the process to filter slides while merging them from...added slide. Moreover, you may filter the slides by checking the...

    kb.aspose.com/slides/net/how-to-merge-slides-in...
  9. Comment.author property | Aspose.Words for Node.js

    Comment.author property. Returns or sets the author name for a comment.... filter ( n => n . ancestor == null...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. C# 中的模糊图像

    本文讨论如何在 C# 中模糊图像。它涵盖了系统配置、过程和 C# 中模糊图片的可运行代码片段。...一起使用以模糊图像 使用 Image 类加载输入图像 使用 Filter 方法应用图像模糊效果 使用 Save 方法写入模糊图像...中为图片添加*模糊效果的简单解决方案。它与图像类一起访问源图像,然后在 Filter 方法中指定模糊半径和 sigma 值。最后,将模糊图像导出到输出文件。...

    kb.aspose.com/zh/imaging/net/blur-image-in-csharp/