Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 813 for

dictionary

(0.38 sec)
  1. DocumentVisitor.VisitBuildingBlockEnd | Aspose....

    Explore the DocumentVisitor VisitBuildingBlockEnd method, triggered at the end of building block enumeration for efficient document processing....GUID-building block pairs in a dictionary. /// </summary> public class...() { mBlocksByGuid = new Dictionary < Guid , BuildingBlock >();...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Aspose.Words PDF rendering issue — Thai / Lao /...

    When the bundled test.docx is rendered to PDF via Aspose.Words 26.4.0 (with the Aspose.Words.Shaping.HarfBuzz text shaper enabled), the Thai, Lao, and Khmer paragraphs wrap at incorrect positions. Glyph shaping is co…...boundaries rather than at the dictionary-based word boundaries these...apply Lao / Thai / Khmer dictionary-based line segmentation?...

    forum.aspose.com/t/aspose-words-pdf-rendering-i...
  3. GlossaryDocument.Accept | Aspose.Words for .NET

    Discover the GlossaryDocument Accept method that enhances user experience by efficiently managing visitor interactions. Learn more now!...GUID-building block pairs in a dictionary. /// </summary> public class...() { mBlocksByGuid = new Dictionary < Guid , BuildingBlock >();...

    reference.aspose.com/words/net/aspose.words.bui...
  4. Tag Replacement : In Single Row : Row not getti...

    Hello Team , We are replacing tag in word template , we have require if tag present in single line and value is empty , we need to remove line , to avoid blank line in completed doc . using below code to replace tag p…...ReplaceTagsInWordDoc(Document doc, Dictionary<string, object> tags) { FindReplaceOptions...IReplacingCallback { private readonly Dictionary<string, object> _tags; public...

    forum.aspose.com/t/tag-replacement-in-single-ro...
  5. IHyphenationCallback class | Aspose.Words for P...

    aspose.words.IHyphenationCallback class. Implemented by classes which can register hyphenation dictionaries....can register hyphenation dictionaries. Methods Name Description...Description request_dictionary(language) Notifies application that hyphenation...

    reference.aspose.com/words/python-net/aspose.wo...
  6. IHyphenationCallback class | Aspose.Words for N...

    Aspose.Words.IHyphenationCallback class. Implemented by classes which can register hyphenation dictionaries....can register hyphenation dictionaries. Methods Name Description...application that hyphenation dictionary for the specified language...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Insert a chart|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....Chart" ; Dictionary < string , int > data = new Dictionary < string...name, a chart title, and a Dictionary collection of text keys //...

    docs.aspose.com/cells/net/insert-a-chart/
  8. BuildingBlockCollection Class | Aspose.Words fo...

    Discover the Aspose.Words BuildingBlockCollection class, a powerful tool for managing document BuildingBlock objects efficiently and enhancing your workflow....GUID-building block pairs in a dictionary. /// </summary> public class...() { mBlocksByGuid = new Dictionary < Guid , BuildingBlock >();...

    reference.aspose.com/words/net/aspose.words.bui...
  9. PDFBox Preflight Validation of PDFA-1B coverted...

    I converted a dynamic (XFA) pdf file to pdfa-1b. After that I tried to validate with pdfbox preflight an got the following results: 7.2: Error on MetaData, CreationDate present in the document catalog Dictionary doesn’…...present in the document catalog dictionary doesn’t match with XMP information...present in the document catalog dictionary doesn’t match with XMP information...

    forum.aspose.com/t/pdfbox-preflight-validation-...
  10. How to fetch the entities inside a viewport of ...

    How can i fetch the entities inside the viewport of a layout in dwg file using Aspose.Cad for dot net....Load(fileName)) { Dictionary<long, string> layoutBlockHandles...layoutBlockHandles = new Dictionary<long, string>(); // Iterate through...

    forum.aspose.com/t/how-to-fetch-the-entities-in...