Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 12,205 for

section

(0.07 sec)
  1. Working with Sections in C++|Aspose.Words for C++

    Understanding document Section concepts and manipulation practices using C++. Insert Section into a document C++. Remove Section C++. Copy Sections between Documents....Ask AI Working with Sections Contents [ Hide ] Sometimes you...can achieve that with sections. Sections are level nodes that...

    docs.aspose.com/words/cpp/working-with-sections/
  2. ParagraphFormat.Alignment | Aspose.Words for .NET

    Discover the ParagraphFormat Alignment property to easily customize text alignment for your paragraphs, enhancing readability and presentation....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/net/aspose.words/par...
  3. PageSetup.pageStartingNumber property | Aspose....

    PageSetup.pageStartingNumber property. Gets or sets the starting page number of the Section....starting page number of the section. get pageStartingNumber ()...continue from the previous section. Examples Shows how to set...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PageSetup.paper_size property | Aspose.Words fo...

    PageSetup.paper_size property. Returns or sets the paper size....with other settings for a section. doc = aw . Document () builder..."PaperSize" property of this section's PageSetup object. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Node.range property | Aspose.Words for Python

    Node.range property. Returns a [Range](../../range/) object that represents the portion of a document that is contained in this node....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...
  6. SectionCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.SectionCollection class—your go-to solution for managing document Sections efficiently with powerful features and flexibility....SectionCollection class A collection of Section objects in the document. To...more, visit the Working with Sections documentation article. public...

    reference.aspose.com/words/net/aspose.words/sec...
  7. PageSetup.otherPagesTray property | Aspose.Word...

    PageSetup.otherPagesTray property. Gets or sets the paper tray (bin) to be used for all but the first page of a Section...all but 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/nodejs-net/aspose.wo...
  8. NodeCollection.RemoveAt | Aspose.Words for .NET

    Effortlessly remove nodes from your collection with the NodeCollection RemoveAt method. Streamline document management by removing specific nodes quickly....Shows how to add and remove sections in a document. Document doc...doc ); builder . Write ( "Section 1" ); builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words/nod...
  9. Node.GetText | Aspose.Words for .NET

    Discover the Node GetText method to effortlessly retrieve text from a node and its child elements, enhancing your data management and development efficiency....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/net/aspose.words/nod...
  10. PageSetup.restart_page_numbering property | Asp...

    PageSetup.restart_page_numbering property. True if page numbering restarts at the beginning of the Section....restarts at the beginning of the section. @property def restart_page_numbering...continue from the previous section. Examples Shows how to set...

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