Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 15,161 for

section

(0.18 sec)
  1. Import XML Map inside a Workbook using Aspose.C...

    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....tab Click Import in the XML section and follow the required steps...

    docs.aspose.com/cells/java/import-xml-map-insid...
  2. Rotate PDF Pages with Rust via C++|Aspose.PDF f...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Rust via C++...C++ Contents [ Hide ] This section describes how to change the...

    docs.aspose.com/pdf/rust-cpp/rotate-pages/
  3. LINQ Reporting Engine API in Java|Aspose.Words ...

    Learn LINQ Reporting Engine API to build a report in Java.... This section includes the following topics:...

    docs.aspose.com/words/java/linq-reporting-engin...
  4. AI-powered Features|Aspose.Words for Java

    Aspose.Words for Java introduces AI-powered tools like document summarization to boost efficiency. Learn how to use AI-powered features with tips and detailed guidance.... In this section, we will cover everything you...

    docs.aspose.com/words/java/ai-powered-features/
  5. Keeping paragraph format after merging odt docu...

    Good afternoon, I have the following problem (I use Aspose Words 26.2), an odt document with a weird list structure is loosing the format when involved in an odt files merge opration. Even if it is the only file involve…...marginePdf = 40; for (Section section : doc.getSections()) {...{ if (orizzontale) section.getPageSetup().setOrientation(Orientation...

    forum.aspose.com/t/keeping-paragraph-format-aft...
  6. NodeCollection.clear method | Aspose.Words for ...

    NodeCollection.clear method. Removes all nodes from this collection and from the document....Examples Shows how to remove all sections from a document. let doc =...); // This document has one section with a few child nodes containing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Paragraph::get_IsEndOfDocument m...

    Aspose::Words::Paragraph::get_IsEndOfDocument method. True if this paragraph is the last paragraph in the last Section of the document in C++....last paragraph in the last section of the document. bool Aspose...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. StructuredDocumentTagRangeStart.wordOpenXMLMini...

    StructuredDocumentTagRangeStart.wordOpenXMLMinimal property. Gets a string that represents the XML contained within the node in the [SaveFormat.FlatOpc](../../../aspose.words/saveformat/#FlatOpc) format.... myDir + "Multi-section structured document tags.docx"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartSeriesGroup.second_section_size property |...

    ChartSeriesGroup.second_Section_size property. Gets or sets the size of the pie chart secondary Section as a percentage....second_section_size property ChartSeriesGroup.second_section_size...secondary section as a percentage. @property def second_section_size...

    reference.aspose.com/words/python-net/aspose.wo...
  10. HTML to DOCX transformation through Aspose.word...

    Hello, I’m making the transformation from HTML to Word document with aspose.words in java using a .dotx and the first page of the transformed word document is always empty, the document starts from the second page. Do yo…...id="maintext"> <section id="sec_1"> <h1> Section 1 Montant total...</div> </article> </div> </section> </main> </body> </html> Output:...

    forum.aspose.com/t/html-to-docx-transformation-...