Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 14,630 for

section

(0.04 sec)
  1. Landscape pages are rendered as portrait pages ...

    Hi, When converting a DOCX with some portrait and landscape pages to PDF using Aspose.Words, the pages in the PDF all became portrait. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out.pd…...set the page setup for each section in your document. This includes...specifying the orientation for each section before saving the document...

    forum.aspose.com/t/landscape-pages-are-rendered...
  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. 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...
  4. Body | Aspose.Words for .NET

    Create and customize a new Body instance effortlessly with our intuitive constructor. Experience seamless integration for your projects today!... To append Body to a Section use AppendChild InsertAfter...blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/net/aspose.words/bod...
  5. Section.clearContent method | Aspose.Words for ...

    Section.clearContent method. Clears the Section....the section. clearContent () Remarks The text of Section.body...is left that represents the section break. The text of all headers...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. HeaderFooter.NodeType | Aspose.Words for .NET

    Discover the HeaderFooter NodeType property that efficiently retrieves header and footer details, enhancing your content structure and user experience.... Write ( "Section 1" ); builder . MoveToHeaderFooter...footer" ); Section section = doc . FirstSection ; // A Section is a...

    reference.aspose.com/words/net/aspose.words/hea...
  7. Body constructor | Aspose.Words for Python

    Body constructor. Initializes a new instance of the [Body](../) class.... To append Body to a Section use CompositeNode.append_child()...blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. DocumentVisitor.VisitSectionStart | Aspose.Word...

    Discover the DocumentVisitor VisitSectionStart method, essential for tracking Section enumeration. Enhance your coding efficiency with this powerful tool!...Called when enumeration of a section has started. public virtual...VisitSectionStart ( Section section ) Parameter Type Description section Section...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Node.previousSibling property | Aspose.Words fo...

    Node.previousSibling property. Gets the node immediately preceding this node....CompositeNode to remove a section before the last section in the document...doc ); builder . writeln ( "Section 1 text." ); builder . insertBreak...

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