Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 14,734 for

section

(0.12 sec)
  1. MailMerge.restart_lists_at_each_section propert...

    MailMerge.restart_lists_at_each_Section property. Gets or sets a value indicating whether lists are restarted at each Section after executing of a mail merge....restart_lists_at_each_section property MailMerge.restart_lists_at_each_section...restart_lists_at_each_section property Gets or sets a value indicating whether...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Converting Worksheet|Documentation

    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....Worksheet Contents [ Hide ] This section has following topics: Converting...

    docs.aspose.com/cells/net/converting-worksheet/
  3. 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...
  4. StructuredDocumentTagRangeStart.isShowingPlaceh...

    StructuredDocumentTagRangeStart.isShowingPlaceholderText property. Specifies whether the content of this structured document tag shall be interpreted to contain placeholder text (as opposed to regular text contents within the structured document tag)....get the properties of multi-section structured document tags. let...Document ( base . myDir + "Multi-section structured document tags.docx"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Lists::ListLevel::get_IsLegal me...

    Aspose::Words::Lists::ListLevel::get_IsLegal method. True if the level turns all inherited numbers to Arabic, false if it preserves their number style in C++....these will look like "Section (1.01)", "Section (1.02)"... list ->...) -> set_NumberFormat ( u "Section ( \x0000 " u ". \x0001 " u...

    reference.aspose.com/words/cpp/aspose.words.lis...
  6. PHP Programmers Guide|Aspose.PDF for Java

    Discover the PHP Programmer's Guide for Aspose.PDF, offering a step-by-step approach to managing PDF documents in PHP....Guide Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/pdf/java/php-programmers-guide/
  7. Python Programmers Guide|Aspose.PDF for Java

    Explore the Python Programmer's Guide for Aspose.PDF, covering essential features and tips for working with PDF documents in Python....Guide Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/pdf/java/python-programmers-guide/
  8. Migrating from Earlier Versions of Aspose.BarCo...

    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....Java Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/barcode/java/migrating-from-ear...
  9. 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/net/public-api-changes-...
  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