Sort Score
Result 10 results
Languages All
Labels All
Results 4,131 - 4,140 of 18,204 for

paragraph

(0.07 sec)
  1. Product Overview|Aspose.Words for Python via .NET

    Aspose.Words for Python via .NET is a software library designed to create, modify, convert, render, and print documents without relying on any other software.... Document , Paragraph , Bookmark , Range , Section...Section.page_setup and Paragraph.paragraph_format are some of the...

    docs.aspose.com/words/python-net/product-overview/
  2. List labels not getting reatained in splitted d...

    I am splliting a large document into smaller document using document.extractPages() with below code: private List<Document> splitDocumentWithAspose(Document document, int noOfSplits, int totalPageCount) throws Exception…...documents; } while iterating the paragraph in splitted document and fetching...if (paragraph.isListItem()) { String listLabel = paragraph.getListLabel()...

    forum.aspose.com/t/list-labels-not-getting-reat...
  3. Product Overview|Aspose.Words for .NET

    Aspose.Words for .NET is a software library designed to create, modify, convert, render, and print documents without relying on any other software.... Document , Paragraph , Bookmark , Range , Section...Section.PageSetup and Paragraph.ParagraphFormat are some of the Aspose...

    docs.aspose.com/words/net/product-overview/
  4. Split a Document in C++|Aspose.Words for C++

    Split a document into several files using C++. Use the split feature to effectively split a document by headings or sections, as well as by pages or by page ranges....criteria together: heading paragraph, section break, column break...

    docs.aspose.com/words/cpp/split-a-document/
  5. 通過 Java 從 PPTX 文檔中提取文本和圖像 | products.aspose.com

    Java 示例代碼,用於從 JSP/JSF 應用程序和桌面應用程序的 Java 運行時環境中的 PPTX 文件中提取文本和圖像。...length; i++){ //Loop through paragraphs in current TextFrame for...through portions in the current Paragraph for (IPortion port : para...

    products.aspose.com/slides/zh-hant/java/parser/...
  6. Working with Content Control SDT|Aspose.Words f...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using C#....places: Block-level – Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph Nested inside another StructuredDocumentTa...

    docs.aspose.com/words/net/working-with-content-...
  7. 在PDF中替换文本|Aspose.PDF for .NET

    了解更多关于从Aspose.PDF for .NET库中替换和删除文本的各种方法。...// Add new TextFragment to paragraph par . AppendLine ( textFragment...textFragment ); // Set paragraph position par . Position = new Aspose...

    docs.aspose.com/pdf/zh/net/replace-text-in-pdf/
  8. FieldNext Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldNext class to efficiently manage NEXT fields in your documents. Enhance your document automation today!...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Track Changes in a Document in Java|Aspose.Word...

    Track changes to content and formatting made by you or others. Access individual revisions in a document and apply various properties to them using Java....example, If you delete any paragraph, Aspose.Words make it as a...

    docs.aspose.com/words/java/track-changes-in-a-d...
  10. Get Node that Contains the End of Matched Strin...

    FindReplaceOptions optionsWhile = new FindReplaceOptions(); optionsWhile.setReplacingCallback(new ReplaceHandler()); WordDoc.getRange().replace(Pattern.compile("[tag(.+?)](.+?)[/tag]"), "", optionsWhile); in ReplaceHand…...text is spanned to several paragraphs, but the code searches the...last Run node in the current paragraph is encountered. It would be...

    forum.aspose.com/t/get-node-that-contains-the-e...