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

list

(0.09 sec)
  1. 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/
  2. 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/
  3. Aspose::Words::ImportFormatOptions::get_MergePa...

    Aspose::Words::ImportFormatOptions::get_MergePastedLists method. Gets or sets a boolean value that specifies whether pasted Lists will be merged with surrounding Lists. The default value is false in C++....whether pasted lists will be merged with surrounding lists. The default...Examples Shows how to merge lists from a documents. auto srcDoc...

    reference.aspose.com/words/cpp/aspose.words/imp...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. RtfLoadOptions.recognizeUtf8Text property | Asp...

    RtfLoadOptions.recognizeUtf8Text property. When set to ``true``, will try to detect UTF8 characters, they will be preserved during import.... "“John Doe´s list of currency symbols”™\r€, ¢... £, ¥, ¤" : "“John Doe´s list of currency symbolsâ€\u009dâ„¢\r€...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. BuiltInDocumentProperties.titles_of_parts prope...

    BuiltInDocumentProperties.titles_of_parts property. Each string in the array specifies the name of a part in the document....titles_of_parts ( self ) -> List [ str ]: ... @titles_of_parts...titles_of_parts ( self , value : List [ str ]): ... Remarks Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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/