Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 14,735 for

section

(0.13 sec)
  1. HtmlSaveOptions.DocumentPartSavingCallback | As...

    Control document part saving with HtmlSaveOptions' DocumentPartSavingCallback. Optimize your HTML or EPUB exports for seamless user experience....multiple HTML files: one for each section. options . DocumentSplitCriteri...SectionBreak : partType = "Section" ; break ; case DocumentSplitCriteri...

    reference.aspose.com/words/net/aspose.words.sav...
  2. 删除分节符影响书签标记 - 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
  3. 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/
  4. EndnoteOptions | Aspose.Words for Java

    Represents the endnote numbering options for a document or Section in Java....options for a document or section. To learn more, visit the Working...builder.insertBreak(BreakType.SECTION_BREAK_NEW_PAGE); builder.write("This...

    reference.aspose.com/words/java/com.aspose.word...
  5. Export data from document|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.... This section has the following topics: Columns...

    docs.aspose.com/cells/net/export-data-from-docu...
  6. Specify Custom Number Decimal and Group Separat...

    Change Number decimal and group separator in MS Excel and with C# code by using the Aspose.Cells for .NET API....Options and highlights the section to specify the Custom Separators...

    docs.aspose.com/cells/net/specify-custom-number...
  7. Features|Documentation

    Product core features include read or write PSD, PSB, AI file formats, perform graphics drawing, process images and work with Layers and Masks....Layers and Mask Information Section Supported Layers Types Supported...

    docs.aspose.com/psd/net/features/
  8. ParagraphFormat.snap_to_grid property | Aspose....

    ParagraphFormat.snap_to_grid property. Specifies whether the current paragraph should use the document grid lines per page settings when laying out the contents in the paragraph....of lines per page in this section. # A large enough font size...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::PageSetup::get_LeftMargin method...

    Aspose::Words::PageSetup::get_LeftMargin method. Returns or sets the distance (in points) between the left edge of the page and the left boundary of the body text in C++....with other settings for a section. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/pag...
  10. BuildingBlockCollection | Aspose.Words for Java

    A collection of BuildingBlock objects in the document in Java....Examples: Shows how to remove all sections from a document. Document...docx"); // This document has one section with a few child nodes containing...

    reference.aspose.com/words/java/com.aspose.word...