Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 34,277 for

list

(0.08 sec)
  1. Extracting text inside a rectangle|Documentation

    Extract text located inside areas of the image provided by coordinates....areas of an image, provide a list of Aspose.Drawing.Rectangle...Manually specify recognition areas List < Aspose . Drawing . Rectangle...

    docs.aspose.com/ocr/net/image-regions-extract/
  2. SystemFontSource.type property | Aspose.Words f...

    SystemFontSource.type property. Returns the type of the font source.... assertEqual ( 1 , len ( list ( doc . font_settings . substitution_settings...self . assertIn ( 'Calibri' , list ( doc . font_settings . substitution_settings...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FontSettings.reset_font_sources method | Aspose...

    FontSettings.reset_font_sources method. Resets the fonts sources to the system default.... assertEqual ( 1 , len ( list ( doc . font_settings . substitution_settings...self . assertIn ( 'Calibri' , list ( doc . font_settings . substitution_settings...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Validation Input Settings|Documentation

    This guide explains how to configure data validation rules in Aspose.Cells GridJs, covering toolbar access, modal options for criteria, input messages, error alerts, and the available client‑side JavaScript API...., Whole Number , Decimal , List , Date , etc.). Based on the..., between , equal to ). For List , toggle In‑cell dropdown to...

    docs.aspose.com/cells/net/aspose-cells-gridjs/v...
  5. JsonDataLoadOptions.PreserveSpaces | Aspose.Wor...

    Discover how the JsonDataLoadOptions PreserveSpaces property enhances JSON data handling by preserving leading and trailing spaces for accurate string values....{ ExactDateTimeParseFo = new List < string > { "MM/dd/yyyy" ,...new JsonDataSource ( MyDir + "List of people.json" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Copying text from one PDF to another is slow - ...

    Hello, we want to copy (recognized OCR) text from one PDF to another. This example source code works but is very very slow (the textBuilder.AppendText function takes about 3 minutes for one page of text) Why is the me…...TextBuilder(page_new); List<TextFragment> list = new List<TextFragment>();... { list.Add(textFragment); } textBuilder.AppendText(list); }...

    forum.aspose.com/t/copying-text-from-one-pdf-to...
  7. BuildingBlockCollection indexer | Aspose.Words ...

    BuildingBlockCollection indexer. Retrieves a building block at the given index....to the number of items in the list, this returns a null reference...than the number of items in the list, this returns a null reference...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FormFieldCollection indexer | Aspose.Words for ...

    FormFieldCollection indexer. Returns a form field at the specified index....to the number of items in the list, this returns a null reference...than the number of items in the list, this returns a null reference...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Synchronize Emails with Mail Server|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....emails in SharePoint’s custom list of emails with a mail server...Aspose Tools ribbon to the custom list of emails. You can define the...

    docs.aspose.com/email/sharepoint/synchronize-em...
  10. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image.... The method returns a list of RectangleOutput objects containing...page. Therefore, the resulting list can contain more RectangleOutput...

    docs.aspose.com/ocr/python-net/image-regions-wo...