Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 12,150 for

section

(0.04 sec)
  1. Section.body property | Aspose.Words for Node.js

    Section.body property. Returns the [Body](../../body/) child node of the Section....body property Section.body property Returns the Body child node...node of the section. get body () : Aspose . Words . Body Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentVisitor.visitSectionStart method | Aspo...

    DocumentVisitor.visitSectionStart method. Called when enumeration of a Section has started....visitSectionStart(section) Called when enumeration of a section has started...visitSectionStart ( section : Aspose . Words . Section ) Parameter Type...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::NodeCollection::RemoveAt method ...

    Aspose::Words::NodeCollection::RemoveAt method. Removes the node at the specified index from the collection and from the document in C++....Shows how to add and remove sections in a document. auto doc =...doc ); builder -> Write ( u "Section 1" ); builder -> InsertBreak...

    reference.aspose.com/words/cpp/aspose.words/nod...
  4. Document.firstSection property | Aspose.Words f...

    Document.firstSection property. Gets the first Section in the document....firstSection property Gets the first section in the document. get firstSection...Words . Section Remarks Returns null if there are no sections. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Section.ensure_minimum method | Aspose.Words fo...

    Section.ensure_minimum method. Ensures that the Section has [Section.body](../body/) with one [Paragraph](../../paragraph/)....ensure_minimum() Ensures that the section has Section.body with one Paragraph...Shows how to prepare a new section node for editing. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentVisitor.visitSectionEnd method | Aspose...

    DocumentVisitor.visitSectionEnd method. Called when enumeration of a Section has ended....visitSectionEnd(section) Called when enumeration of a section has ended...visitSectionEnd ( section : Aspose . Words . Section ) Parameter Type...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. NodeCollection.RemoveAt | Aspose.Words for .NET

    Effortlessly remove nodes from your collection with the NodeCollection RemoveAt method. Streamline document management by removing specific nodes quickly....Shows how to add and remove sections in a document. Document doc...doc ); builder . Write ( "Section 1" ); builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words/nod...
  8. PageSetup.page_number_style property | Aspose.W...

    PageSetup.page_number_style property. Gets or sets the page number format....set up page numbering in a section. doc = aw . Document () builder...doc ) builder . writeln ( 'Section 1, page 1.' ) builder . insert_break...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ParagraphFormat.StyleName | Aspose.Words for .NET

    Discover the ParagraphFormat StyleName property to easily manage and customize paragraph styles for enhanced document formatting and presentation....blank document contains one section, one body and one paragraph...collection. // First, create a new section, and then append it as a child...

    reference.aspose.com/words/net/aspose.words/par...
  10. PageSetup.PageNumberStyle | Aspose.Words for .NET

    Discover the PageSetup PageNumberStyle property to easily customize your page number format for enhanced document presentation and clarity....set up page numbering in a section. Document doc = new Document...doc ); builder . Writeln ( "Section 1, page 1." ); builder . InsertBreak...

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