Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 36,124 for

list

(0.23 sec)
  1. Motion Blur Filters|Documentation

    Aspose.Imaging graphic library for Python supports kernel filters such MotionBlur as well as custom kernels....applied from the `kernel_filters` list....

    docs.aspose.com/imaging/python-net/developer-gu...
  2. Licensing Bug|Aspose.Slides for PHP Documentation

    Learn how a licensing bug in Aspose.Slides for PHP via Java 23.2–23.7 affects perpetual keys and how to fix it to keep working with PPT, PPTX and ODP.... List of versions with the fix: Repository...

    docs.aspose.com/slides/php-java/licensing-bug/
  3. Splitting PST results in creation of empty fold...

    I am trying to split a large PST which has multiple folders with Aspose.Email for Java. PST split works fine with size constraint; however, all PSTs will have all folders from parent PST even though some of the folders …...IList<MailQuery> criteria = new List<MailQuery>(); PersonalStorageQuery...

    forum.aspose.com/t/splitting-pst-results-in-cre...
  4. Aspose::Words::LineNumberRestartMode enum | Asp...

    Aspose::Words::LineNumberRestartMode enum. Determines when automatic line numbering restarts in C++....This is the same behavior as a List object, // but it covers the...

    reference.aspose.com/words/cpp/aspose.words/lin...
  5. Detect Merged Cells in a Worksheet with Node.js...

    Learn how to detect merged cells in a worksheet using Aspose.Cells for Node.js via C++. This article will show you how to use the library to identify and manipulate merged cells....; // Loop through the array list and get each cell area // to...

    docs.aspose.com/cells/nodejs-cpp/detect-merged-...
  6. Convert PowerPoint Presentations to Video in .N...

    Learn how to convert PowerPoint presentations to video in .NET. Discover sample C# code and automation techniques to streamline your workflow....int Fps = 33 ; List < string > frames = new List < string >();...int Fps = 33 ; List < string > frames = new List < string >();...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  7. NodeList.Count | Aspose.Words for .NET

    Discover the NodeList Count property to easily retrieve the total number of nodes in your List, enhancing your web development efficiency....Gets the number of nodes in the list. public int Count { get ; }...

    reference.aspose.com/words/net/aspose.words/nod...
  8. 2021年新功能|Aspose.PDF for .NET

    本页面介绍了2021年引入的Aspose.PDF for .NET中最受欢迎的新功能。...es (); List < Stream > inputImagesStreams = new List < Stream...es (); List < Stream > inputImagesStreams = new List < Stream...

    docs.aspose.com/pdf/zh/net/whatsnew/2021/
  9. How to Format Numbers to Special|Documentation

    This article will introduce how to format numbers to special using Aspose.Cells for JavaScript via C++ API....“Number” tab, and in the Category list, select “Special.” Select a...a Format : You will see a list of predefined special formats such...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  10. Replace word with image - Free Support Forum - ...

    Dear, I have a docs document in which I want to replace a collection of words with images. For each word, that I want to replace, I have the corresponding image. The image should replace the word. The dimensions of th…...Document; List<Run> matchedRuns = GetMatchedRuns(args);...ReplaceAction.Skip; } private static List<Run> GetMatchedRuns(ReplacingArgs...

    forum.aspose.com/t/replace-word-with-image/317224