Sort Score
Result 10 results
Languages All
Labels All
Results 4,521 - 4,530 of 37,898 for

list

(1.64 sec)
  1. Create Resources and Link in VSTO and Aspose.Ta...

    Learn how to create Microsoft Project (MPP/XML) resources and links using Aspose.Tasks for .NET. in comparison with VSTO.... It then creates a list of five work resources, named...specific task from the collected list. After all assignments are added...

    docs.aspose.com/tasks/net/create-resources-and-...
  2. Sequence contains no elements - Free Support Fo...

    HI , I m facing an error while converting onenote document into pdf using latest version of aspose.note(25.2.0): System.InvalidOperationException: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElement…...attached the code here: public List<OneNoteConvertedFile> Trans...s)); var pdfDocuments = new List<OneNoteConvertedFile>(); IList<Page>...

    forum.aspose.com/t/sequence-contains-no-element...
  3. Data validation example fails - Free Support Fo...

    The data validation example at Data Validation|Documentation has the following line: Validation validation = validations[validations.Add(ca)]; However, this doesn’t compile, as there is no ValidationCollection.Add that…... List validation example problem Professionalize...copy/pasted the example from here (list data validation), and changed...

    forum.aspose.com/t/data-validation-example-fail...
  4. Several Image Into DOCX Java

    Merge multiple Image into DOCX in Java code. Save Image as DOCX using Java....Select the target format from the list // Repository path: https://releases...Copy import com.aspose.words.*; List<String> fileNames = Arrays.asList(...

    products.aspose.com/words/java/merge/image-to-d...
  5. Several Image Into DOC Java

    Merge multiple Image into DOC in Java code. Save Image as DOC using Java....Select the target format from the list // Repository path: https://releases...Copy import com.aspose.words.*; List<String> fileNames = Arrays.asList(...

    products.aspose.com/words/java/merge/image-to-doc/
  6. Several JPG Into DOC Java

    Merge multiple JPG into DOC in Java code. Save JPG as DOC using Java....Select the target format from the list // Repository path: https://releases...Copy import com.aspose.words.*; List<String> fileNames = Arrays.asList(...

    products.aspose.com/words/java/merge/jpg-to-doc/
  7. Რამდენიმე JPG PNG Java

    შეაერთეთ მრავალი JPG PNG Java კოდში. შეინახეთ JPG როგორც PNG Java....*; List<String> fileNames = Arrays.asList(...= new DocumentBuilder (doc); List<Shape> shapes = fileNames.stream()...

    products.aspose.com/words/ka/java/merge/jpg-to-...
  8. Რამდენიმე JPG GIF Java

    შეაერთეთ მრავალი JPG GIF Java კოდში. შეინახეთ JPG როგორც GIF Java....*; List<String> fileNames = Arrays.asList(...= new DocumentBuilder (doc); List<Shape> shapes = fileNames.stream()...

    products.aspose.com/words/ka/java/merge/jpg-to-...
  9. Bug in LegendEntry.isDeleted in Aspose.Cells ve...

    After upgrading our Aspose.Cells version from 25.9 to 25.10, 25.11, or 25.12, we are experiencing unexpected behavior when setting LegendEntry.isDeleted for series legend entries. We have a workbook containing charts th…...GetEnumerator(); List<string> dataset = new List<string>(); int...

    forum.aspose.com/t/bug-in-legendentry-isdeleted...
  10. Several DOC Into JPG Java

    Merge multiple DOC into JPG in Java code. Save DOC as JPG using Java....Select the target format from the list // Repository path: https://releases...Copy import com.aspose.words.*; List<String> fileNames = Arrays.asList(...

    products.aspose.com/words/java/merge/doc-to-jpg/