Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 12,206 for

section

(0.16 sec)
  1. DocumentVisitor.visitDocumentEnd method | Aspos...

    DocumentVisitor.visitDocumentEnd method. Called when enumeration of the document has finished....<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...
  2. DocumentVisitor.visitSubDocument method | Aspos...

    DocumentVisitor.visitSubDocument method. Called when a sub-document is encountered....<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...
  3. ProtectionType enumeration | Aspose.Words for N...

    Aspose.Words.ProtectionType enumeration. Protection type for a document....turn off protection for a section. let doc = new aw . Document...doc ); builder . writeln ( "Section 1. Hello world!" ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Body.ensure_minimum method | Aspose.Words for P...

    Body.ensure_minimum method. If the last child is not a paragraph, creates and appends one empty paragraph....from all sections from the document leaving the sections themselves...blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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...
  6. Manage Zoom|Aspose.Slides for Node.js via .NET ...

    Add zoom or zoom frames to PowerPoint presentations in JavaScript...and from specific slides, sections, and portions of a presentation...To show a single section only, use a Section Zoom . Slide Zoom...

    docs.aspose.com/slides/nodejs-java/manage-zoom/
  7. Body.accept method | Aspose.Words for Node.js

    Body.accept method. Accepts a visitor....for all child nodes of the section and calls DocumentVisitor.visitBodyEnd()...<summary> /// Called when a Section node is encountered in the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PaperSize enumeration | Aspose.Words for Node.js

    Aspose.Words.PaperSize enumeration. Specifies paper size....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/nodejs-net/aspose.wo...
  9. 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...
  10. Paragraph constructor | Aspose.Words for Python

    Paragraph constructor. Initializes a new instance of the [Paragraph](../) class....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...