Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 14,819 for

section

(0.1 sec)
  1. 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...
  2. 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...
  3. 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...
  4. PageSetup.FirstPageTray | Aspose.Words for .NET

    Discover how to customize the first page tray with the PageSetup FirstPageTray property for optimal printing. Tailor your print settings for efficiency!...use for the first page of a section. The value is implementation...Examples Shows how to get all the sections in a document to use the default...

    reference.aspose.com/words/net/aspose.words/pag...
  5. Aspose::Words::HeaderFooter::get_IsLinkedToPrev...

    Aspose::Words::HeaderFooter::get_IsLinkedToPrevious method. True if this header or footer is linked to the corresponding header or footer in the previous Section in C++....or footer in the previous section. bool Aspose :: Words :: HeaderFooter...headers and footers between sections. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/hea...
  6. CompositeNode.remove_all_children method | Aspo...

    CompositeNode.remove_all_children method. Removes all the child nodes of the current 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...
  7. Section.headers_footers property | Aspose.Words...

    Section.headers_footers property. Provides access to the headers and footers nodes of the Section....headers_footers property Section.headers_footers property Provides...headers and footers nodes of the section. @property def headers_footers...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentVisitor class | Aspose.Words for Node.js

    Aspose.Words.DocumentVisitor class. Base class for custom document visitors...of the main text story in a section has ended. visitBodyStart(body)...of the main text story in a section has started. visitBookmarkEnd(bookmarkEnd)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PageSetup.suppressEndnotes property | Aspose.Wo...

    PageSetup.suppressEndnotes property. True if endnotes are printed at the end of the next Section that doesn't suppress endnotes...printed at the end of the next section that doesn’t suppress endnotes...before the endnotes in that section. get suppressEndnotes () :...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Range.delete method | Aspose.Words for Python

    Range.delete method. Deletes all characters of the range....first section in the document, and then add another section. builder...builder . write ( 'Section 1. ' ) builder . insert_break ( aw ...

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