Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 37,923 for

list

(0.42 sec)
  1. Fast recognition|Documentation

    How to read text from high-quality images using as few resources as possible....OcrInput object and returns a list of strings, one string per image...

    docs.aspose.com/ocr/python-net/fast-recognition/
  2. Font.LocaleId | Aspose.Words for .NET

    Discover how the Font LocaleId property enhances your text formatting by managing locale identifiers for diverse character languages. Improve your coding today!...get ; set ; } Remarks For the list of locale identifiers see https://msdn...

    reference.aspose.com/words/net/aspose.words/fon...
  3. Aspose.Diagram for Node.js Examples|Documentation

    Viso Diagram Node.js API lets you work with Visio diagrams without any understanding of underlying file format. You can create Visio VSDX files from scratch and convert VSDX files to PNG with just a couple of lines of code.... In this article, we list some basic examples for working...

    docs.aspose.com/diagram/java/aspose-diagram-for...
  4. 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
  5. CustomXmlPropertyCollection class | Aspose.Word...

    aspose.words.markup.CustomXmlPropertyCollection class. Represents a collection of custom XML attributes or smart tag properties... smart_tags = list ( filter ( lambda a : a is not...: x . as_smart_tag (), b ), list ( doc . get_child_nodes ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Create TextBox Field|Aspose.PDF for Python via ...

    Learn how to programmatically add TextBox fields to a PDF document using Aspose.PDF for Python. This tutorial shows how to insert multiple text fields, set default values, and save the updated PDF document.... checkboxes, radio buttons, list boxes, combo boxes, and buttons...

    docs.aspose.com/pdf/python-net/create-textbox-f...
  7. Using Built-in Styles|Documentation

    C# code to use Excel built-in styles with Aspose.Cells for .NET API... Here is a list of all possible built‑in styles:...

    docs.aspose.com/cells/net/using-built-in-styles/
  8. Style.next_paragraph_style_name property | Aspo...

    Style.next_paragraph_style_name property. Gets/sets the name of the style to be applied automatically to a new paragraph inserted after a paragraph formatted with the specified style.... count ) # Enumerate and list all the styles that a document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. How to remove the 'whitespace' of a diagram in ...

    Dear Support, I am using Aspose.Diagram for .NET version 24.8.0 in C#. I have a question regarding to remove the ‘whitespace’ of a diagram in a page. In Visio this was done by selecting all the shapes on the page and …... var list = new List<Shape>(); foreach (Shape...in diagram.Pages[0].Shapes) { list.Add(shape); } Shape s = diagram...

    forum.aspose.com/t/how-to-remove-the-whitespace...
  10. 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/