Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 4,685 for

section

(0.22 sec)
  1. LayoutCollector.document property | Aspose.Word...

    LayoutCollector.document property. Gets or sets the document this collector instance is attached to.... write ( "Section 1" ); builder . insertBreak...SectionBreakEvenPage ); builder . write ( "Section 2" ); builder . insertBreak...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ReplaceAction | Aspose.Words for Java

    Allows the user to specify what happens to the current match during a replace operation in Java....KEEP_SOURCE_FORMATTING); for (Section srcSection : docToInsert.getSections())...last empty paragraph in a section. if (((srcNode.getNodeType())...

    reference.aspose.com/words/java/com.aspose.word...
  3. Range.Replace | Aspose.Words for .NET

    Effortlessly replace all instances of a character string pattern with the Range Replace method. Enhance your text processing with this powerful tool!...&p - paragraph break &b - section break &m - page break &l -...&p - paragraph break &b - section break &m - page break &l -...

    reference.aspose.com/words/net/aspose.words/ran...
  4. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!...foreach ( Section srcSection in docToInsert . Sections . OfType...OfType < Section >()) foreach ( Node srcNode in srcSection . Body...

    reference.aspose.com/words/net/aspose.words.rep...
  5. NodeImporter.importNode method | Aspose.Words f...

    NodeImporter.importNode method. Imports a node from one document into another....all block-level nodes in the section's body, // then clone and insert...last empty paragraph of a section. for ( var srcSection of docToInsert...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Autofit Table in Word using Python

    Refer to this article to autofit table in Word using Python. It has IDE settings, a list of steps, and a sample code demonstrating how to fit table to page in Word using Python....body property of the desired section Call the auto_fit() method...tables and target the desired section and respective collection of...

    kb.aspose.com/words/python/autofit-table-in-wor...
  7. FootnoteNumberingRule Enum | Aspose.Words for .NET

    Discover the Aspose.Words FootnoteNumberingRule enum to control automatic footnote and endnote numbering. Optimize your document formatting effortlessly!...Numbering restarts at each section. RestartPage 2 Numbering restarts...footnote/endnote counts at a new page or section. doc . FootnoteOptions . RestartRule...

    reference.aspose.com/words/net/aspose.words.not...
  8. Range.revisions property | Aspose.Words for Python

    Range.revisions property. Gets a collection of revisions (tracked changes) that exist in this range.... first_section . body . first_paragraph for...Reject the first section revisions. doc . first_section . range . revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CompositeNode.indexOf method | Aspose.Words for...

    CompositeNode.indexOf method. Returns the index of the specified child node in the child node array....paragraph in the body of the first section. expect ( body . getChildNodes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::CompositeNode::IndexOf method | ...

    Aspose::Words::CompositeNode::IndexOf method. Returns the index of the specified child node in the child node array in C++....paragraph in the body of the first section. ASSERT_EQ ( 24 , body -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words/com...