Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 804 for

dictionary

(0.14 sec)
  1. Extract Image and Signature Information|Aspose....

    You may extract images from the signature field and extract signature information using the SignatureField class with C#.... XForms Dictionary<int, XForm> A dictionary where the key...Annotations Dictionary<int, Annotation> A dictionary of annotations...

    docs.aspose.com/pdf/net/extract-image-and-signa...
  2. Aspose::Words::ParagraphFormat::get_SuppressAut...

    Aspose::Words::ParagraphFormat::get_SuppressAutoHyphens method. Specifies whether the current paragraph should be exempted from any hyphenation which is applied in the document settings in C++....locale matching that of our dictionary. // When we save this document...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. Working with Hyphenation in C#|Aspose.Words for...

    Use hyphenation for a more compact arrangement of text using C#. It provides advanced algorithms to work with hyphenation dictionaries, uses OpenOffice dictionaries....to work with hyphenation dictionaries and automatic hyphenation...language-specific hyphenation dictionaries are used. Aspose.Words uses...

    docs.aspose.com/words/net/working-with-hyphenat...
  4. PdfCustomPropertiesExport enumeration | Aspose....

    aspose.words.saving.PdfCustomPropertiesExport enumeration. Specifies the way [Document.custom_document_properties](../../aspose.words/document/custom_document_properties/) are exported to PDF file....exported as entries in /Info dictionary. Custom properties with the...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CAD Image class Custom Properties now Read Only...

    I have been trying to upgrade to the latest version (25.12) of the CAD adapter but now have a problem that I cannot write to the CAD image class custom properties. This appears to be because in Version 25.7, the CustomP…...7, the CustomPropeties dictionary has been changed to a Read...custom data. public override Dictionary<string, string> CustomProperties...

    forum.aspose.com/t/cad-image-class-custom-prope...
  6. ParagraphFormat.suppress_auto_hyphens property ...

    ParagraphFormat.suppress_auto_hyphens property. Specifies whether the current paragraph should be exempted from any hyphenation which is applied in the document settings.... register_dictionary ( language = 'de-CH' , file_name...assertTrue ( aw . Hyphenation . is_dictionary_registered ( 'de-CH' )) #...

    reference.aspose.com/words/python-net/aspose.wo...
  7. KeyNotFoundException When Extracting Slide Thum...

    Hi, I have a reproducible error when extracting a slide thumbnail, with a specific customer powerpoint file. I narrowed it down to a single slide, using aspose slides java 25.8. and openjdk 11.0.28 2025-07-15 runtime. …...key was not present in the dictionary. com.aspose.slides.Collections...Collections.Generic.Dictionary.get_Item(Unknown Source) com.aspose...

    forum.aspose.com/t/keynotfoundexception-when-ex...
  8. PdfCustomPropertiesExport enumeration | Aspose....

    Aspose.Words.Saving.PdfCustomPropertiesExport enumeration. Specifies the way [Document.customDocumentProperties](../../aspose.words/document/customDocumentProperties/) are exported to PDF file....exported as entries in /Info dictionary. Custom properties with the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. GlossaryDocument Class | Aspose.Words for .NET

    Discover the Aspose.Words.BuildingBlocks.GlossaryDocument class, your key to managing AutoText and Building Blocks seamlessly in Word documents....GUID-building block pairs in a dictionary. /// </summary> public class...() { mBlocksByGuid = new Dictionary < Guid , BuildingBlock >();...

    reference.aspose.com/words/net/aspose.words.bui...
  10. Extracting images and captions from a word docu...

    Hi team, I am using the following code snippet to extract Images from a word document. How can i get captions for all extracted images along with them? Eventually i want to return a Dictionary with image name, its pat…...Eventually i want to return a dictionary with image name, its path...imageIndex++; } // Example: print the dictionary for (Map.Entry<String, ImageInfo>...

    forum.aspose.com/t/extracting-images-and-captio...