Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 14,734 for

section

(0.09 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 in C#....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/net/insert-and-append-doc...
  2. Working with Content Control SDT|Aspose.Words f...

    Using python you can embed customer-defined semantics as well as its behaviour and appearance into a document....update Content Controls This section explains how to update the...(except repeating sections, repeating section items, groups, check-boxes...

    docs.aspose.com/words/python-net/working-with-c...
  3. Working with Content Control SDT|Aspose.Words f...

    using Node.js you can embed customer-defined semantics as well as its behaviour and appearance into a document....update Content Controls This section explains how to update the...(except repeating sections, repeating section items, groups, check-boxes...

    docs.aspose.com/words/nodejs-net/working-with-c...
  4. ExportHeadersFootersMode Enum | Aspose.Words fo...

    Discover the Aspose.Words ExportHeadersFootersMode enum for seamless HTML, MHTML, or EPUB header and footer exports. Optimize your document conversion today!...beginning and the end of each section. FirstSectionHeaderLa 2 Primary...Primary header of the first section is exported at the beginning...

    reference.aspose.com/words/net/aspose.words.sav...
  5. 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...
  6. Section.node_type property | Aspose.Words for P...

    Section.node_type property. Returns [NodeType.Section](../../nodetype/#Section)....property Section.node_type property Returns NodeType.SECTION . @property...class Section Section.headers_footers property Section.page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java....CONTINUE; } /// /// Called when a Section node is encountered in the...visitSectionStart(final Section section) { // Get the index of our section within...

    reference.aspose.com/words/java/com.aspose.word...
  8. Node.as_section method | Aspose.Words for Python

    Node.as_Section method. Cast Node to [Section](../../Section/)....as_section method as_section() Cast Node to Section . def as_section...as_section ( self ): ... See Also module aspose.words class Node...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Clone a Document in Python|Aspose.Words for Pyt...

    Clone a document to get its identical copy using Python. When creating a copy, nodes and properties of the original document are cloned....and create a duplicate of a section in that document: # Create...clone ) builder . write ( "Section 1" ) builder . insert_break...

    docs.aspose.com/words/python-net/clone-a-document/
  10. Document Builder Overview in C++|Aspose.Words f...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones using C++. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in C++....specify fonts, paragraph or section formatting, and perform other... such as text, paragraph, section, and others. For example, the...

    docs.aspose.com/words/cpp/document-builder-over...