Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 14,807 for

section

(0.07 sec)
  1. 删除分节符影响书签标记 - Free Support Forum - aspose.com

    Document document = new Document("input.docx"); for (int i = document.getSections().getCount() - 2; i >= 0; i--) { document.getLastSection().prependContent(document.getSections().get(i)); …...getCount() - 2; i >= 0; i--) { Section sourceSection = document.getSections()...getCount() - 2; i >= 0; i--) { Section src = doc.getSections().get(i);...

    forum.aspose.com/t/topic/312511
  2. Merge PDF Documents using Python | Aspose.PDF

    Discover how to effectively use Aspose.PDF for Python via .NET to merge images, XML, HTML, EPUB, and more into a single PDF or DOCX/PPTX document. Discover how to effectively use Aspose.PDF for Python via .NET to merge images, XML, HTML, EPUB, and more into a single PDF or DOCX/PPTX document....Please be aware that this section only outlines popular conversions...formats, please refer to the section Supported File Formats . To...

    products.aspose.com/pdf/python-net/merger/
  3. LayoutCollector class | Aspose.Words for Python

    aspose.words.layout.LayoutCollector class. This class allows to compute page numbers of document nodes.... write ( 'Section 1' ) builder . insert_break...BreakType . SECTION_BREAK_EVEN_PAGE ) builder . write ( 'Section 2' )...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageSetup.BorderSurroundsHeader | Aspose.Words ...

    Discover the PageSetup BorderSurroundsHeader property to customize your page borders. Control header inclusion for a polished document layout....this property affects all sections in the document. Examples...PageSetup pageSetup = doc . Sections [ 0 ]. PageSetup ; pageSetup...

    reference.aspose.com/words/net/aspose.words/pag...
  5. PageSetup.border_surrounds_footer property | As...

    PageSetup.border_surrounds_footer property. Specifies whether the page border includes or excludes the footer....this property affects all sections in the document. Examples...border. page_setup = doc . sections [ 0 ] . page_setup page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  6. NodeCollection.Clear | Aspose.Words for .NET

    Effortlessly clear your NodeCollection with our Clear method, removing all nodes from both the collection and the document for optimal performance....Examples Shows how to remove all sections from a document. Document...); // This document has one section with a few child nodes containing...

    reference.aspose.com/words/net/aspose.words/nod...
  7. IDocumentPartSavingCallback Interface | Aspose....

    Control document saving with Aspose.Words.Saving.IDocumentPartSavingCallback. Get notified and customize exports to HTML or EPUB effortlessly....multiple HTML files: one for each section. options . DocumentSplitCriteri...SectionBreak : partType = "Section" ; break ; case DocumentSplitCriteri...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Table Format disturb while copying excel worksh...

    Hello Team , We are facing format issue , while replacing Table Data from excel worksheet to the Word documents , if table is big for format getting disturb , can you please provide solution or code sample which help us…... ACFR Section 4 Reports.zip (127.1 KB) Please...sample. Thanks, Avinash ACFR Section 4 Reports.zip (127.1 KB) Code_API3...

    forum.aspose.com/t/table-format-disturb-while-c...
  9. Aspose::Words::ControlChar class | Aspose.Words...

    Aspose::Words::ControlChar class. Control characters often encountered in documents. To learn more, visit the documentation article in C++....static SectionBreak () End of section character: “\x000c” or “\f”...constexpr SectionBreakChar End of section character: (char)12 or “\f”...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. Aspose::Words::Layout::LayoutCollector::GetEnti...

    Aspose::Words::Layout::LayoutCollector::GetEntity method. Returns an opaque position of the LayoutEnumerator which corresponds to the specified node. You can use returned value as an argument to Current given the document being enumerated and the document of the node are the same in C++....doc ); builder -> Write ( u "Section 1" ); builder -> InsertBreak... ); builder -> Write ( u "Section 2" ); builder -> InsertBreak...

    reference.aspose.com/words/cpp/aspose.words.lay...