Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 34,051 for

list

(0.97 sec)
  1. PDF Text Annotation|Aspose.PDF for Java

    Aspose.PDF for Java allows you to Add, Get, and Delete Text Annotation from your PDF document....accept ( annotationSelector ); List < Annotation > freeTextAnnotations...accept ( annotationSelector ); List < Annotation > freeTextAnnotations...

    docs.aspose.com/pdf/java/text-annotation/
  2. MapiContact.FromVCard - Free Support Forum - as...

    Hello, Just checking how MapiContact.FromVCard will handle the code if source vcf is multi contacts? Thanks....vcf"; List<MapiContact> contacts = new List<MapiContact>();...

    forum.aspose.com/t/mapicontact-fromvcard/311336
  3. XamlFlowSaveOptions.ImagesFolder | Aspose.Words...

    Discover how the XamlFlowSaveOptions ImagesFolder property allows you to easily specify a folder for saving images when exporting documents to XAML format....imagesFolderAlias ; Resources = new List < string >(); } void IImageSavingCallback...ImagesFolderAlias { get ; } public List < string > Resources { get ;...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Replacer Class | Aspose.Words for .NET

    Effortlessly replace text in documents with Aspose.Words.LowCode.Replacer. Simplify your workflow and enhance document management today!... To ( List<Stream>, SaveFormat ) Specifies...output Document streams list. To ( List<Stream>, SaveOptions )...

    reference.aspose.com/words/net/aspose.words.low...
  5. Working with Headings in PDF|Aspose.PDF for C++

    Create numbering in heading your PDF document with C++. Aspose.PDF for C++ shows different kinds of numbering styles....); heading -> set_Text ( u "List 1" ); heading -> set_Style (...); heading2 -> set_Text ( u "List 2" ); heading2 -> set_Style...

    docs.aspose.com/pdf/cpp/working-with-headings/
  6. 档案

    档案...(projectServerCredent); var list = manager.GetProjectList();...foreach (var projectInfo in list) { Console.WriteLine("{0} -...

    blog.aspose.com/zh/tasks/create-read-projects-o...
  7. PSB Pienennä kokoa Ratkaisu | products.aspose.com

    Pienennä PSD-tiedostojen kokoa...image) { var layersSet = new List<Layer>(); foreach (var layer...removeNotVisibleLaye(PsdImage image) { List layersSet = new ArrayList<>();...

    products.aspose.com/psd/fl/reduce-size/psb/
  8. PSD PSB Compress Solution | products.aspose.com

    Compress Adobe Photoshop images to reduce files sizes...image) { var layersSet = new List<Layer>(); foreach (var layer...removeNotVisibleLaye(PsdImage image) { List layersSet = new ArrayList<>();...

    products.aspose.com/psd/compress/
  9. 从PDF中提取表格数据|Aspose.PDF for Android via Java

    了解如何使用Aspose.PDF for Android via Java从PDF中提取表格数据。... getTrivial ())); List list = annotationSelector . getSelected...getSelected (); if ( list . size () == 0 ) { resultMessage . setText...

    docs.aspose.com/pdf/zh/androidjava/extract-data...
  10. Extracting images and captions from a word docu...

    Hi team, I am using the following code snippet to extract Images from a word document. How can i get captions for all extracted images along with them? Eventually i want to return a dictionary with image name, its pat…...This list will be used to match a caption to an image. List<Paragraph>...paragraph that is in the caption list. String captionText = ""; Node...

    forum.aspose.com/t/extracting-images-and-captio...