Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 12,206 for

section

(0.04 sec)
  1. Section.clone method | Aspose.Words for Python

    aspose.words.Section.clone method...Creates a duplicate of this section. def clone ( self ): ... c...Creates a duplicate of this section. def clone ( self , is_clone_children...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Fields::FieldSectionPages class ...

    Aspose::Words::Fields::FieldSectionPages class. Implements the SectionPAGES field. To learn more, visit the documentation article in C++....Examples Shows how to use SECTION and SECTIONPAGES fields to...to number pages by sections. auto doc = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Document.Accept | Aspose.Words for .NET

    Streamline your visitor management with our Document Accept method. Enhance security and efficiency for a seamless experience....<summary> /// Called when a Section node is encountered in the...VisitSectionStart ( Section section ) { // Get the index of our section within...

    reference.aspose.com/words/net/aspose.words/doc...
  4. PageSetup.LineNumberRestartMode | Aspose.Words ...

    Discover the PageSetup LineNumberRestartMode property to control line numbering—choose between restarting at new pages or continuous numbering for seamless documents....beginning of a new page or section or runs continuously. public...enable line numbering for a section. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/pag...
  5. DocumentBuilder.move_to_section method | Aspose...

    DocumentBuilder.move_to_Section method. Moves the cursor to the beginning of the body in a specified Section....move_to_section method move_to_section(section_index) Moves the...specified section. def move_to_section ( self , section_index :...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PageSetup.lineStartingNumber property | Aspose....

    PageSetup.lineStartingNumber property. Gets or sets the starting line number....enable line numbering for a section. let doc = new aw . Document...( doc ); // We can use the section's PageSetup object to display...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Range::Delete method | Aspose.Wo...

    Aspose::Words::Range::Delete method. Deletes all characters of the range in C++....first section in the document, and then add another section. builder...builder -> Write ( u "Section 1. " ); builder -> InsertBreak (...

    reference.aspose.com/words/cpp/aspose.words/ran...
  8. Aspose::Words::Body::get_NodeType method | Aspo...

    Aspose::Words::Body::get_NodeType method. Returns Body in C++....doc ); builder -> Write ( u "Section 1" ); builder -> MoveToHeaderFooter...< Aspose :: Words :: Section > section = doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/bod...
  9. Aspose::Words::HeaderFooter::get_NodeType metho...

    Aspose::Words::HeaderFooter::get_NodeType method. Returns HeaderFooter in C++....doc ); builder -> Write ( u "Section 1" ); builder -> MoveToHeaderFooter...< Aspose :: Words :: Section > section = doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/hea...
  10. Aspose::Words::Document::get_LastSection method...

    Aspose::Words::Document::get_LastSection method. Gets the last Section in the document in C++....tion method Gets the last section in the document. System ::...SharedPtr < Aspose :: Words :: Section > Aspose :: Words :: Document...

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