Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 37,970 for

list

(0.12 sec)
  1. 从PDF文件中提取链接|Aspose.PDF for C++

    使用C#从PDF中提取链接。本主题向您解释如何使用AnnotationSelector类提取链接。...page->Accept(selector); auto list = selector->get_Selected();... for (auto annot : list) { Console::WriteLine(u"Annotation located:...

    docs.aspose.com/pdf/zh/cpp/extract-links/
  2. Getting Headers or Footers|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Aspose.Cells for Python via .NET API....Headers and Footers to Command List The header or footer text can...headers and footers into a command list. The following code shows how...

    docs.aspose.com/cells/python-net/get-headers-or...
  3. HtmlFixedSaveOptions.export_embedded_fonts prop...

    HtmlFixedSaveOptions.export_embedded_fonts property. Specifies whether fonts should be embedded into Html document in Base64 format... assertEqual ( 0 , len ( list ( filter ( lambda f : f . endswith...self . assertEqual ( 2 , len ( list ( filter ( lambda f : f . endswith...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MailMergeRegionInfo.Regions | Aspose.Words for ...

    Discover the MailMergeRegionInfo Regions property, which efficiently returns a comprehensive List of child regions for seamless data management....Regions property Returns a list of child regions. public IList...Is . EqualTo ( 0 )); // Get list of fields inside the first top...

    reference.aspose.com/words/net/aspose.words.mai...
  5. Reading and Converting Outlook Files|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.... This property returns a list of OlmFolder objects, each representing...each object, which returns a list of its subdirectories. By using...

    docs.aspose.com/email/net/reading-and-convertin...
  6. .net framework 4.8 SVG's -> Pdf - Free Support ...

    Hi, I’m trying out Aspose.PDF to create PDF Documents from SVG Data. However the PDF’s generated do not look like the SVG data, the layering is messed up and embedded images are not displaying. Is it my code or an iss…...AbelPdfDocument : IDisposable { private List<Document> documents; static...AbelPdfDocument() { documents = new List<Document>(); loadOptions = new...

    forum.aspose.com/t/net-framework-4-8-svgs-pdf/3...
  7. 搜索

    搜索..."tokens"; private static final List<String> SCOPES = Collections...setTitle(_defaultSheetName); // 將工作表添加到列表 List<Sheet> sheetList = new ArrayList<Sheet>();...

    blog.aspose.com/zh-hant/cells/convert-excel-fil...
  8. Change Font Family|Documentation

    Guide to change the font family of cells in the Aspose.Cells GridJs spreadsheet component using the toolbar and JavaScript.... Selecting a font from this list updates the font‑family of the...the list of available fonts. Select a font from the list. The...

    docs.aspose.com/cells/net/aspose-cells-gridjs/u...
  9. Working with Images | Aspose.Note Documentation

    Learn how to work with images in your Java development projects....// Get all images 7 List < Image > list = doc. getChildNodes...%s\n\n" , list. size ()); 9 10 // Traverse the list 11 for ( int...

    docs.aspose.com/note/java/working-with-images/
  10. How to Send Email using SMTP in Python

    This step by step tutorial focuses on how to send email using smtp in Python. You will learn to utilize a Python script to send email using SMTP in any Python configured environment in Windows and Linux....information, recipient email list, Subject line and the Email...lets you to send an email to a list of recipients and send the same...

    kb.aspose.com/email/python/how-to-send-email-us...