Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 12,206 for

section

(0.06 sec)
  1. Aspose::Words::HeaderFooterCollection::idx_get ...

    Aspose::Words::HeaderFooterCollection::idx_get method. Retrieves a HeaderFooter of the specified type in C++....); // Iterate through each section and remove footers of every...every kind. for ( auto && section : System :: IterateOver ( doc ->...

    reference.aspose.com/words/cpp/aspose.words/hea...
  2. Document.last_section property | Aspose.Words f...

    Document.last_Section property. Gets the last Section in the document....last_section property Document.last_section property Gets the...last section in the document. @property def last_section ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  3. NodeCollection.remove_at method | Aspose.Words ...

    NodeCollection.remove_at method. Removes the node at the specified index from the collection and from the document....Shows how to add and remove sections in a document. doc = aw ....= doc ) builder . write ( 'Section 1' ) builder . insert_break...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. 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...
  6. Node.previous_sibling property | Aspose.Words f...

    Node.previous_sibling 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 . insert_break...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Body::Body constructor | Aspose....

    Aspose::Words::Body::Body constructor. Initializes a new instance of the Body class in C++.... To append Body to a Section use AppendChild InsertAfter...blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/cpp/aspose.words/bod...
  8. Aspose::Words::SectionStart enum | Aspose.Words...

    Aspose::Words::SectionStart enum. The type of break at the beginning of the Section in C++....break at the beginning of the section. enum class SectionStart Values...Description Continuous 0 The new section starts on the same page as...

    reference.aspose.com/words/cpp/aspose.words/sec...
  9. 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...
  10. 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/