Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 12,095 for

section

(0.03 sec)
  1. BuildingBlock.LastSection | Aspose.Words for .NET

    Discover the LastSection property of BuildingBlock, which efficiently retrieves the final Section, enhancing your coding experience and project organization....the last section in the building block. public Section LastSection...Returns null if there are no sections. Examples Shows how to add...

    reference.aspose.com/words/net/aspose.words.bui...
  2. PageSetup.line_number_count_by property | Aspos...

    PageSetup.line_number_count_by property. Returns or sets the numeric increment for line numbers....enable line numbering for a section. doc = aw . Document () builder...doc = doc ) # We can use the section's PageSetup object to display...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageSetup.LineStartingNumber | Aspose.Words for...

    Discover how to use the PageSetup LineStartingNumber property to easily customize your document's starting line number for enhanced formatting....enable line numbering for a section. Document doc = new Document...( doc ); // We can use the section's PageSetup object to display...

    reference.aspose.com/words/net/aspose.words/pag...
  4. Remove Breaks in Python|Aspose.Words for Java

    Remove Breaks using Python....doc" ) \# Remove the page and section breaks from the document ....Words section breaks are represented as separate Section nodes...

    docs.aspose.com/words/java/remove-breaks-in-pyt...
  5. PageSetup.line_number_restart_mode property | A...

    PageSetup.line_number_restart_mode property. Gets or sets the way line numbering runs that is, whether it starts over at the beginning of a new page or Section or runs continuously....beginning of a new page or section or runs continuously. @property...enable line numbering for a section. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Orientation enumeration | Aspose.Words for Node.js

    Aspose.Words.Orientation enumeration. Specifies page orientation....revert page setup settings to sections in a document. let doc = new...for the builder's current section and add text. builder . pageSetup...

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

    Discover the ControlChar SectionBreak field, efficiently manage document Sections with the x000c character, enhancing formatting and readability....SectionBreak field End of section character: “\x000c” or “\f”...Add a section break. This does not make a new section or paragraph...

    reference.aspose.com/words/net/aspose.words/con...
  8. SectionLayoutMode | Aspose.Words for Java

    Specifies the layout mode for a Section allowing to define the document grid behavior in Java....Specifies the layout mode for a section allowing to define the document...of lines per page in this section. // A large enough font size...

    reference.aspose.com/words/java/com.aspose.word...
  9. ControlChar.SECTION_BREAK property | Aspose.Wor...

    ControlChar.Section_BREAK property. End of Section character: \x000c or \f...SECTION_BREAK property ControlChar.SECTION_BREAK property End...End of section character: “\x000c” or “\f”. Note it has the same...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Body.nodeType property | Aspose.Words for Node.js

    Body.nodeType property. Returns [NodeType.Body](../../nodetype/#Body).... write ( "Section 1" ); builder . moveToHeaderFooter...footer" ); let section = doc . firstSection ; // A Section is a composite...

    reference.aspose.com/words/nodejs-net/aspose.wo...