Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 12,206 for

section

(0.04 sec)
  1. Paragraph.isEndOfHeaderFooter property | Aspose...

    Paragraph.isEndOfHeaderFooter property. True if this paragraph is the last paragraph in the [HeaderFooter](../../headerfooter/) (main text story) of a [Section](../../Section/); false otherwise....HeaderFooter (main text story) of a Section ; false otherwise. get isEndOfHeaderFooter...top of every page of this section, above the main body text....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Document::Protect method | Aspos...

    Aspose::Words::Document::Protect method. Protects the document from changes without changing the existing password or assigns a random password in C++....turn off protection for a section. auto doc = System :: MakeObject...); builder -> Writeln ( u "Section 1. Hello world!" ); builder...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. MailMerge.RestartListsAtEachSection | Aspose.Wo...

    Discover the MailMerge RestartListsAtEachSection property—control list resets in each Section for seamless mail merges. Enhance your document precision today!...lists are restarted at each section after executing of a mail merge...numbering is restarted at each section when mail merge is performed...

    reference.aspose.com/words/net/aspose.words.mai...
  4. MailMergeOptions.RetainFirstSectionStart | Aspo...

    Discover how the MailMergeOptions RetainFirstSectionStart property enhances your mail merge by retaining or updating document Sections for seamless data integration....whether the section start of the first document section and its copies...

    reference.aspose.com/words/net/aspose.words.low...
  5. LINQ Reporting Engine in Java|Aspose.Words for ...

    Create reports from template documents using the LINQ Reporting Engine. Learn more about the supported features in Java....Engine Contents [ Hide ] This section provides the information you...divided into the following sections: Introduction to LINQ Reporting...

    docs.aspose.com/words/java/linq-reporting-engine/
  6. Paragraph.ParentStory | Aspose.Words for .NET

    Discover the Paragraph ParentStory property to easily access parent Section-level stories, enhancing your document's structure with Body or HeaderFooter options....property Retrieves the parent section-level story that can be Body...top of every page of this section, above the main body text....

    reference.aspose.com/words/net/aspose.words/par...
  7. DocumentBuilder.CurrentSection | Aspose.Words f...

    Discover the DocumentBuilder CurrentSection property to easily access and manage the selected Section in your document, enhancing your editing experience....CurrentSection property Gets the section that is currently selected...this DocumentBuilder . public Section CurrentSection { get ; } Examples...

    reference.aspose.com/words/net/aspose.words/doc...
  8. How to create a link to table of contents and l...

    We are using ASPOSE.Words. We would like to add a link to TOC(Table of contents) in footer of every page. Couldnt find any resources on how to achieve this. Please help....can navigate to the footer section of your document and insert...the TOC foreach (Section section in doc.Sections) { builder.MoveTo(section...

    forum.aspose.com/t/how-to-create-a-link-to-tabl...
  9. Rotate Text in Word using Python

    Rotate text in Word using Python. Get details to set the IDE, a list of steps, and a sample code to flip the text in Word using Python....through the collection of the section in the loaded Word file Set...instance to the Section class Set the Section.page_setup.text_orientation...

    kb.aspose.com/words/python/rotate-text-in-word-...
  10. NUMPAGES in TextBox in Table is not updated - F...

    Hi, I created document with Section from other file. This Section contains IF field with Textbox in Table in result. Probably this is similar situation to https://forum.aspose.com/t/numpages-in-textbox-is-not-updated/2…...document with section from other file. This section contains IF...docx"); var importedSection = (Section)document.ImportNode(template...

    forum.aspose.com/t/numpages-in-textbox-in-table...