Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 14,734 for

section

(0.13 sec)
  1. Migrating from Earlier Versions of Aspose.Cells...

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

    docs.aspose.com/cells/java/migrating-from-earli...
  2. TOC in Word using Python | Create a Table of Co...

    Learn how to efficiently manage and automate the TOC in Word using Python. Explore how to create a table of contents in Word documents using Python....navigate through different sections of the document. In this post...under the table of contents section. Retrieve the information from...

    blog.aspose.com/words/working-with-toc-in-word-...
  3. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...setAllowAutoFit(true); } } for (Section section : docxDocument.getSections())...ParagraphCollection paragraphs = section.getBody().getParagraphs();...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  4. ImageSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.ImageSavingArgs class, enhancing document processing with customizable image saving options for optimal performance....multiple HTML files: one for each section. options . DocumentSplitCriteri...SectionBreak : partType = "Section" ; break ; case DocumentSplitCriteri...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Code Comparison for Common Features | Aspose.Ta...

    Learn how to work with Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET compared to VSTO....Comparison for Common Features This section includes the following topics...Project to be installed. This section offers a side-by-side comparison...

    docs.aspose.com/tasks/net/code-comparison-for-c...
  6. Add calculated field in Pivot Table|Documentation

    How to add a calculated field in a pivot table with Aspose.Cells for JavaScript via C++....Field List under the Values section. Drag the calculated field...field to the Values section of the PivotTable to display the calculated...

    docs.aspose.com/cells/javascript-cpp/add-calcul...
  7. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – ผสานเอกสาร PDF โดยใช้ C#https://products.aspose.com/pdf/th/net/merger/Recent content in ผสานเอกสาร PDF โดยใช้ C# on Aspsoe.PDF ProductsHugo -- ......svg#aspose-buy ซื้อสินค้า overview section has-background-white-ter container...com/pdf/scripts/live-example.js section has-background-white container...

    products.aspose.com/pdf/th/net/merger/index.xml
  8. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Python via Java 를 사용한 PDF 변환 솔루션https://products.aspose.com/pdf/ko/python-java/conversion/Recent content in Python via Java 를 사용한 PDF 변환 솔루션 on......svg#aspose-buy 구매 overview section has-background-white-ter container...com/pdf/scripts/live-example.js section has-background-white container...

    products.aspose.com/pdf/ko/python-java/conversi...
  9. Create Thumbnails of Presentation Shapes in Pyt...

    Generate high-quality shape thumbnails from PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET – easily create and export presentation thumbnails....Custom Scaling Factor This section shows how to generate shape...Shape’s Appearance Bounds This section shows how to generate a thumbnail...

    docs.aspose.com/slides/python-net/create-shape-...
  10. Getting exception "Floating shape not allowed i...

    We are using below code and getting exception - foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { try { // Skip shapes that are textboxes — th…...PageSetup ps = ((Section)s.GetAncestor(NodeType.Section)).PageSetup;...PageSetup ps = ((Section)s.GetAncestor(NodeType.Section)).PageSetup;...

    forum.aspose.com/t/getting-exception-floating-s...