Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 3,970 for

split document

(1.43 sec)
  1. Hyphenation.IsDictionaryRegistered | Aspose.Wor...

    Discover the Hyphenation IsDictionaryRegistered method, checks if a dictionary is registered for your language, ensuring accurate hyphenation in your applications.... // When a document contains lines of text in...in which a word could be split up and continued on the next line...

    reference.aspose.com/words/net/aspose.words/hyp...
  2. SplitOptions class | Aspose.Words for Python

    aspose.words.lowcode.SplitOptions class. Specifies options how the Document is Split into parts....Specifies options how the document is split into parts. Constructors...Description split_criteria Specifies the criteria for splitting the document...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Hyphenation.is_dictionary_registered method | A...

    Hyphenation.is_dictionary_registered method. Returns ``False`` if for the specified language there is no dictionary registered or if registered is Null dictionary, ``True`` otherwise.... # When a document contains lines of text in...in which a word could be split up and continued on the next line...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Hyphenation.unregister_dictionary method | Aspo...

    Hyphenation.unregister_dictionary method. Unregisters a hyphenation dictionary for the specified language....NET documentation for “culture name” and RFC...dictionary's language. # When a document contains lines of text in...

    reference.aspose.com/words/python-net/aspose.wo...
  5. HtmlSaveOptions.FontSavingCallback | Aspose.Wor...

    Control font saving with HtmlSaveOptions FontSavingCallback. Optimize your Documents for HTML, MHTML, or EPUB formats effortlessly!...how fonts are saved when a document is saved to HTML, MHTML or...SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Placeholder not replaced completely - Free Supp...

    Hey folks, I encountered an issue when replacing a placeholder string in a .docx Document (created with Microsoft Word) with a table by using Aspose.Words for Java. The content of the Document looks like this: <owner> …...docx document (created with Microsoft Word)...for Java. The content of the document looks like this: <owner> <product>...

    forum.aspose.com/t/placeholder-not-replaced-com...
  7. Aspose.Words Product Family

    Find answers about creating, converting, editing, and printing Word Documents without utilizing Microsoft Word....Latest Answers How to Split Word Document using Java How to Insert...in Word using Python How to Split Word File using C# How to Password...

    kb.aspose.com/words/page/9/
  8. Weird behaviour regarding Paragraphs - Free Sup...

    Are you able to suggest why paragraphs imported using Document Library is sometimes Split into multiple Run instead of just 1? image.png (15.0 KB) Business Case and Benefits of Product should be 1 Run, but it is being …...imported using Document Library is sometimes split into multiple...experiencing, where paragraphs are split into multiple Run objects instead...

    forum.aspose.com/t/weird-behaviour-regarding-pa...
  9. FontSavingArgs.Italic | Aspose.Words for .NET

    Discover the FontSavingArgs Italic property to easily check if your font is italicized, enhancing your text styling and design flexibility....SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...them alongside the output document. doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 用 C++ 在 Excel 工作表中分屏|Documentation

    在本文中,您将学习如何通过编程方式使用 C++ 将工作表分成两部分或四部分,以在不同的窗格中显示特定的行和/或列。...Split 方法进行拆分。 #include <iostream>...); // Split worksheet vertically on columns. sheet . Split ();...

    docs.aspose.com/cells/zh/cpp/how-to-split-scree...