Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 36,173 for

list

(0.25 sec)
  1. 从PDF文件中提取链接|Aspose.PDF for Java

    使用Java从PDF中提取链接。本主题向您解释如何使用AnnotationSelector类提取链接。... List < Annotation > list = selector . getSelected...(); for ( Annotation annot : list ) { System . out . println (...

    docs.aspose.com/pdf/zh/java/extract-links/
  2. Archival scanning and OCR|Documentation

    Automatically tag images based on their content, organize them into archives, and reduce file size to save disk space....jpg" ; public Invoice ( List < string > recognitionAreas...settings . RecognitionAreas = new List < Aspose . Drawing . Rectangle...

    docs.aspose.com/ocr/net/archival-scanning/
  3. Specify Fallback Fonts for Presentations in Jav...

    Master Aspose.Slides for Java to set fallback fonts in PPT, PPTX and ODP files, safeguarding consistent text display on any device or OS....searching missed glyphs, and a list of fonts that may contain proper...multiple ways you can add fonts list: String [] fontNames = new String...

    docs.aspose.com/slides/java/create-fallback-font/
  4. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int page = 0; page < document.PageCount; page++) { Document extractedPage = document.ExtractPages(page, 1); // startindex and count string …...the only character which is a list bullet element at a different...I remove the list bullet item or change the list bullet level...

    forum.aspose.com/t/document-extractpages-yields...
  5. Remove Signature from PDF File|Aspose.PDF for Java

    Explore how to remove existing digital signatures from PDF files in Java using Aspose.PDF....pdf" ); // Get list of signature names List < String > sigNames..._dataDir + "DigitallySign.pdf" ); List < String > sigNames = pdfSign...

    docs.aspose.com/pdf/java/remove-signature-from-...
  6. Aspose.PSD for .NET 24.5 - Release Notes|Docume...

    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....GetItems (); List < BezierKnotRecord > knotsList = new List < BezierKnotRecord...bezierKnots ); List < IPathShape > newShapes = new List < IPathShape...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-5...
  7. Delete a Slide|Aspose.Slides 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.... Presentation ; // Get the list of slide IDs in the presentation...Remove the slide from the slide list. slideIdList . RemoveChild (...

    docs.aspose.com/slides/net/delete-a-slide/
  8. Working with Table in Tagged PDFs|Aspose.PDF fo...

    This article explains how to works with table in Tagged PDF document with Aspose.PDF for .NET.... The following is the list properties you can use to style...class. The following is the list properties you can use to style...

    docs.aspose.com/pdf/net/working-with-table-in-t...
  9. JsonDataLoadOptions | Aspose.Words for Java

    Represents options for parsing JSON data in Java....JsonDataSource(getMyDir() + "List of people.json", options); buildReport(doc...JsonDataSource(getMyDir() + "List of people.json", options); buildReport(doc...

    reference.aspose.com/words/java/com.aspose.word...
  10. Accessing Table from Cell and Adding Values Ins...

    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....add values inside the Table or List Object using the Cell.PutValue()...add values inside the Table or List Object using row and column...

    docs.aspose.com/cells/net/accessing-table-from-...