Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 15,273 for

section

(1.24 sec)
  1. 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...
  2. 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...
  3. StructuredDocumentTagRangeStart.title property ...

    StructuredDocumentTagRangeStart.title property. Specifies the friendly name associated with this 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...
  4. StructuredDocumentTagRangeStart.sdtType propert...

    StructuredDocumentTagRangeStart.sdtType property. Gets type of this 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. Install Manually|Aspose.PDF for Reporting Services

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

    docs.aspose.com/pdf/reportingservices/install-m...
  7. 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
  8. aspose.words.notes module | Aspose.Words for Py...

    The aspose.words.notes module provides classes to work with Microsoft Word endnotes and footnotes....options for a document or section. To learn more, visit the Working...options for a document or section. To learn more, visit the Working...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose.Words.Notes module | Aspose.Words for No...

    The Aspose.Words.Notes module provides classes to work with Microsoft Word endnotes and footnotes....options for a document or section. To learn more, visit the Working...options for a document or section. To learn more, visit the Working...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Clone Presentation Slides in C++|Aspose.Slides ...

    Quickly duplicate PowerPoint slides with Aspose.Slides for C++. Follow our clear code examples to automate PPT creation in seconds and eliminate manual work....at the End of a Specified Section If you want to clone a slide...presentation file but at a different section, then use the AddClone() method...

    docs.aspose.com/slides/cpp/clone-slides/