Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 15,099 for

section

(0.07 sec)
  1. Working with Headers and Footers in Ruby|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Ruby Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/diagram/java/working-with-heade...
  2. Story.appendParagraph method | Aspose.Words for...

    Story.appendParagraph method. A shortcut method that creates a [Paragraph](../../paragraph/) object with optional text and appends it to the end of this object....top of every page of this section, above the main body text....bottom of every page of this section, below the main body text....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Custom Properties Supported|Aspose.PDF for Repo...

    Check the supported custom properties in Aspose.PDF for Reporting Services. Maximize flexibility in your PDF outputs....Supported Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/pdf/reportingservices/custom-pr...
  4. Aspose::Words::Lists::List::get_IsRestartAtEach...

    Aspose::Words::Lists::List::get_IsRestartAtEachSection method. Specifies whether list should be restarted at each Section. Default value is false in C++....should be restarted at each section. Default value is false . bool...restart numbering at each section. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.lis...
  5. Getting Started|Documentation

    Features, installation, licensing and limitations of the Aspose.Words for Reporting Services....Started Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/words/reportingservices/getting...
  6. Public API Changes in Aspose.Diagram 16.x.x|Doc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....x Contents [ Hide ] This section includes the following topics...

    docs.aspose.com/diagram/java/public-api-changes...
  7. Public API Changes in Aspose.Diagram 2.x.x|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....x Contents [ Hide ] This section includes the following topics...

    docs.aspose.com/diagram/java/public-api-changes...
  8. MailMergeOptions class | Aspose.Words for Python

    aspose.words.lowcode.MailMergeOptions class. Represents options for the mail merge functionality.... restart_lists_at_each_section Gets or sets a value indicating...lists are restarted at each section after executing of a mail merge...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TxtExportHeadersFootersMode enumeration | Aspos...

    Aspose.Words.Saving.TxtExportHeadersFootersMode enumeration. Specifies the way headers and footers are exported to plain text format....beginning and end of each section. AllAtEnd All headers and footers...footers are placed after all section bodies at the very end of a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Word文件,如何去掉页眉页脚,同时保持内容排版不变 - Free Support Forum...

    import com.aspose.words.*; public class RemoveHeaderFooter { public static void main(String[] args) throws Exception { Document doc = new Document("input.doc"); for (Section Section : doc.getSection…...doc"); for (Section section : doc.getSections()) {...HeaderFooterCollecti hf = section.getHeadersFooters(); if (hf...

    forum.aspose.com/t/word/322768