Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 20,459 for

layout

(0.07 sec)
  1. Specifics of Barcode Types|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....parameters, and customize barcode layout Data Matrix Specifies how to...characters, adjust barcode layout, and modify the aspect ratio...

    docs.aspose.com/barcode/python-net/barcode-type...
  2. How to Handle Dynamic Page Breaks in Aspose.Wor...

    Hello I am using Aspose.Words for Reporting Services to export my SSRS reports to DOCX format. :slightly_smiling_face: The issue I am facing is with dynamic page breaks especially when rendering reports with nested tabl…...Adjust SSRS Layout : Utilize rectangles or other layout controls...configuration aligns with your document layout requirements. Test with Different...

    forum.aspose.com/t/how-to-handle-dynamic-page-b...
  3. Exporting CAD|CAD 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.... Exporting CAD Layouts to PDF Aspose.CAD for Java...Java allows you to export CAD layouts to PDF. save method of the...

    docs.aspose.com/cad/java/exporting-cad/
  4. Developer's reference|Documentation

    For developers, by developers. Find answers to your questions regarding Aspose.OMR for C++ and start building your own software OMR solutions....forms Describe the content and layout of OMR forms in textual form...without graphic design and layout tools. Generating the printable...

    docs.aspose.com/omr/cpp/developer-reference/
  5. Document.PageCount | Aspose.Words for .NET

    Discover the Document PageCount property, which reveals the total page count based on the latest Layout, ensuring accurate document management and insights....calculated by the most recent page layout operation. public int PageCount...invoked the document's page layout to calculate the value. //...

    reference.aspose.com/words/net/aspose.words/doc...
  6. doc.removeBlankPages() is raising `java.lang.St...

    We are encountering a reproducible StringIndexOutOfBoundsException: -1 when attempting to process or inspect a specific MS Word document which can be found here error_page.docx (14.9 KB). The error appears to be trigge…...of range: -1 occurs during layout processing within Document...the error arises deep in the layout engine while processing document...

    forum.aspose.com/t/doc-removeblankpages-is-rais...
  7. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int page = 0; page < document.PageCount; page++) { Document extractedPage = document.ExtractPages(page, 1); // startindex and count string …...pages displayed in Word Print Layout and also when printing the...required to build document layout. If Aspose.Words cannot find...

    forum.aspose.com/t/document-extractpages-yields...
  8. Working with Connector Type Shape|Documentation

    This section explains how to set Connector Appearance with Aspose.Diagram....ConFixedCode property exposed by the Layout class can be used to select...select reroute option. The Layout property, exposed by the Shape class...

    docs.aspose.com/diagram/net/working-with-connec...
  9. Manage Presentation Slide Masters in Java|Aspos...

    Manage Slide Masters in Aspose.Slides for Java: create, edit and apply Layouts, themes and placeholders to PPT, PPTX and ODP with concise Java examples....slide template that defines the layout, styles, theme, fonts, background... add shapes, customize the layout, etc. Aspose.Slides provides...

    docs.aspose.com/slides/java/slide-master/
  10. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the document Layout process in Java....allow controlling the document layout process. To learn more, visit...getLayoutOptions() property to access layout options for this document....

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