Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 14,821 for

section

(0.15 sec)
  1. Insert and Append Documents in C++|Aspose.Words...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end....of your document, such as a section or a paragraph, then first...need to insert or append one section or paragraph to another, you...

    docs.aspose.com/words/cpp/insert-and-append-doc...
  2. Aspose::Words::SectionCollection::ToArray metho...

    Aspose::Words::SectionCollection::ToArray method. Copies all Sections from the collection to a new array of Sections in C++....SectionCollection::ToArray method Copies all sections from the collection to a new...new array of sections. System :: ArrayPtr < System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/sec...
  3. Aspose::Words::DocumentVisitor class | Aspose.W...

    Aspose::Words::DocumentVisitor class. Base class for custom document visitors. To learn more, visit the documentation article in C++....of the main text story in a section has ended. virtual VisitBodyStart...of the main text story in a section has started. virtual VisitBookmarkEnd...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Appending Document Not Maintaining - Free Suppo...

    I am encountering an inconsistent formatting issue when appending Word document templates using Aspose.Words in C#. The issue has been reproduced in isolation using a minimal test case (provided below), and a sample docu…...dimensions Section section = builder.CurrentSection; section.PageSetup...ConvertUtil.MillimeterToPoint(12); section.PageSetup.DifferentFirstPageHe...

    forum.aspose.com/t/appending-document-not-maint...
  5. 从PDF中提取段落|Aspose.PDF for Android via Java

    本文介绍如何使用ParagraphAbsorber——Aspose.PDF中的一个特殊工具,从PDF文档中提取文本。...( 0 ); for ( MarkupSection section : markup . getSections ())...()) { DrawRectangleOnPage ( section . getRectangle (), page ); for...

    docs.aspose.com/pdf/zh/androidjava/extract-para...
  6. DocumentBuilder.current_section property | Aspo...

    DocumentBuilder.current_Section property. Gets the Section that is currently selected in this [DocumentBuilder](../)....current_section property DocumentBuilder.current_section property...property Gets the section that is currently selected in this DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Working with Content Control SDT|Aspose.Words f...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using C++....Repeating Section Content Control The repeating section content...of the repeating section and repeating section item types can be...

    docs.aspose.com/words/cpp/structured-document-t...
  8. DocumentSplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts when saving to SaveFormat.HTML SaveFormat.EPUB or SaveFormat.AZW_3 format in Java.... Some section breaks can cause page breaks...parts at explicit page breaks. SECTION_BREAK The document is split...

    reference.aspose.com/words/java/com.aspose.word...
  9. How to Use Aspose.Words Instead of Apache POI|A...

    How to download and install Aspose.Words for Java and what prerequisites have to be met to work with Aspose.Words instead of Apache POI....Requirements and Prerequisites This section lists the environment and system...“Supported Operating Systems” section of the System Requirements...

    docs.aspose.com/words/java/aspose-words-instead...
  10. Document.protect method | Aspose.Words for Node.js

    Aspose.Words.Document.protect method...turn off protection for a section. let doc = new aw . Document...doc ); builder . writeln ( "Section 1. Hello world!" ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...