Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 14,119 for

section

(0.04 sec)
  1. BreakType | Aspose.Words for Java

    Specifies type of a break inside a document in Java....revert page setup settings to sections in a document. Document doc...for the builder's current section and add text. builder.getPageSetup()...

    reference.aspose.com/words/java/com.aspose.word...
  2. PageSetup.line_starting_number property | Aspos...

    PageSetup.line_starting_number property. Gets or sets the starting line number....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.LineNumberCountBy | Aspose.Words for ...

    Discover the PageSetup LineNumberCountBy property to easily customize line number increments for enhanced document formatting and readability....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. ContinuousSectionRestart enumeration | Aspose.W...

    aspose.words.layout.ContinuousSectionRestart enumeration. Represents different behaviors when computing page numbers in a continuous Section that restarts page numbering....page numbers in a continuous section that restarts page numbering...before the section on the page where the section starts. Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ProtectionType Enum | Aspose.Words for .NET

    Discover Aspose.Words.ProtectionType enum for robust document security. Enhance your documents with customizable protection options today!...turn off protection for a section. Document doc = new Document...doc ); builder . Writeln ( "Section 1. Hello world!" ); builder...

    reference.aspose.com/words/net/aspose.words/pro...
  6. Aspose::Words::LineNumberRestartMode enum | Asp...

    Aspose::Words::LineNumberRestartMode enum. Determines when automatic line numbering restarts in C++....numbering restarts at the section start. Continuous 2 Line numbering...continuous from the previous section. Examples Shows how to enable...

    reference.aspose.com/words/cpp/aspose.words/lin...
  7. CompositeNode.append_child method | Aspose.Word...

    CompositeNode.append_child method. Adds the specified node to the end of the list of child nodes for this node....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/python-net/aspose.wo...
  8. Body.NodeType | Aspose.Words for .NET

    Discover the Body NodeType property that efficiently returns the body content, enhancing your web development experience and streamlining your projects.... Write ( "Section 1" ); builder . MoveToHeaderFooter...footer" ); Section section = doc . FirstSection ; // A Section is a...

    reference.aspose.com/words/net/aspose.words/bod...
  9. SectionCollection.Item | Aspose.Words for .NET

    Access specific Sections effortlessly with the SectionCollection Item property. Retrieve any Section by index for streamlined data management....Retrieves a section at the given index. public Section this [ int...An index into the list of sections. Remarks The index is zero-based...

    reference.aspose.com/words/net/aspose.words/sec...
  10. DocumentVisitor.visitParagraphStart method | As...

    DocumentVisitor.visitParagraphStart method. Called when enumeration of a paragraph has started....<summary> /// Called when a Section node is encountered in the...VisitSectionStart ( Section section ) { // Get the index of our section within...

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