Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 15,165 for

section

(0.16 sec)
  1. Document Builder Overview in Java|Aspose.Words ...

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

    docs.aspose.com/words/java/document-builder-ove...
  2. Clone a Document in Node.js|Aspose.Words for No...

    Clone a document to get its identical copy using Node.js. When creating a copy, nodes and properties of the original document are cloned....and create a duplicate of a section in that document: FAQ Q: How...a specific node, such as a section or paragraph? A: Yes. Any node...

    docs.aspose.com/words/nodejs-net/clone-a-document/
  3. Insert and Append Documents in Java|Aspose.Word...

    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 Java....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/java/insert-and-append-do...
  4. IStructuredDocumentTag.is_multi_section propert...

    IStructuredDocumentTag.is_multi_Section property. Returns true if this instance is a ranged (multi-Section) structured document tag....is_multi_section property IStructuredDocumentT.is_multi_section property...instance is a ranged (multi-section) structured document tag. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Footer text showing in grey colour in Word docs...

    Hi In Aspose Words for Java, we are using the following code snippet for inserting the footer text for (Section s : doc.getSections()) { s.getPageSetup().setDifferentFirstPageHeaderFooter(false); s.getPageSetup…...inserting the footer text for (Section s : doc.getSections()) { s...setOddAndEvenPagesHe(false); // Move to the section. builder.moveToSection(doc...

    forum.aspose.com/t/footer-text-showing-in-grey-...
  6. NodeType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.NodeType enum to easily identify and manage different Word document node types for seamless document processing.... Section 2 A Section object that corresponds...corresponds to one section in a Word document. Body 3 A Body object that...

    reference.aspose.com/words/net/aspose.words/nod...
  7. Aspose::Words::DocumentBuilder::InsertBreak met...

    Aspose::Words::DocumentBuilder::InsertBreak method. Inserts a break of the specified type into the document in C++....revert page setup settings to sections in a document. auto doc =...for the builder's current section and add text. builder -> get_PageSetup...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...Section) { Section srcSection = (Section)node; Section importedSection...importedSection = (Section)importer.ImportNode(srcSection, false);...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  9. PageSetup.odd_and_even_pages_header_footer prop...

    PageSetup.odd_and_even_pages_header_footer property. True if the document has different headers and footers for odd-numbered and even-numbered pages....this property affects all sections in the document. Examples...pages' ) builder . move_to_section ( 0 ) builder . writeln ( 'Page1'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PageSetup.OddAndEvenPagesHeaderFooter | Aspose....

    Discover the PageSetup OddAndEvenPagesHeaderFooter property for unique headers and footers on odd and even pages, enhancing your document's presentation....this property affects all sections in the document. Examples...appears on every page in the section. // We can override the primary...

    reference.aspose.com/words/net/aspose.words/pag...