Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 14,119 for

section

(0.07 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Section.ClearHeadersFooters | Aspose.Words for ...

    Effortlessly clear Section headers and footers with the ClearHeadersFooters method. Streamline your document layout for a polished look!...headers and footers of this section. public void ClearHeadersFooters...headers and footers of this section linked to headers and footers...

    reference.aspose.com/words/net/aspose.words/sec...
  5. DocumentVisitor.VisitStructuredDocumentTagRange...

    Discover the DocumentVisitor VisitStructuredDocumentTagRangeStart method, essential for handling Structured Document Tags efficiently in your applications....<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...
  6. Document.AcceptEnd | Aspose.Words for .NET

    Explore the Document AcceptEnd method to efficiently manage visitor access at the document's end. Enhance user experience with seamless navigation....<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...
  7. 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...
  8. 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...
  9. DocumentVisitor.visitDocumentStart method | Asp...

    DocumentVisitor.visitDocumentStart method. Called when enumeration of the document 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...
  10. Split Word Document into Sections with Python

    Follow this article to split Word document into Sections with Python. It has the IDE details, steps, and a sample code to divide Word document into Sections with Python....Family Split Word Document into Sections with Python Follow this article...to split Word document into sections with Python . It contains...

    kb.aspose.com/words/python/split-word-document-...