Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 21,190 for

layout

(0.45 sec)
  1. Working with Sections in C#|Aspose.Words for .NET

    Understanding document section concepts and manipulation practices using C#. Insert section into a document C#. Remove section C#. Copy sections between Documents....sections with customizable layouts. Types of a Section Break Aspose...composite node: Specify a Section Layout Sometimes you want your document...

    docs.aspose.com/words/net/working-with-sections/
  2. Extract Text from PowerPoint using C#

    Refer to this article to extract text from PowerPoint using C#. It has details to set the IDE, a list of steps, and a sample code to convert PowerPoint to text using C#....frames from the master and layout slides, also Declare the StringBuilder...notes, master slide text, and layout text. This article has taught...

    kb.aspose.com/slides/net/extract-text-from-powe...
  3. DOCX to PDF conversion issue in our application...

    Description: We are experiencing an issue during the conversion of DOCX documents to PDF using Aspose. The problem is reproducible in version 26.3.0. Issue details: During the conversion process, the resulting PDF d…...required to build document layout. If Aspose.Words cannot find...fonts mismatch and document layout differences due to the different...

    forum.aspose.com/t/docx-to-pdf-conversion-issue...
  4. Extract Theme Data from Excel File|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files. It supports extracting theme data from Excel files, allowing users to obtain the style and formatting information of documents. This article will introduce how to extract theme data from Excel files using the Aspose.Cells library....Microsoft Excel via the Page Layout > Themes command. C# code to...

    docs.aspose.com/cells/net/extract-theme-data-fr...
  5. Developer's reference|Documentation

    For developers, by developers. Find answers in Aspose.OMR for .NET developer's reference and start building your OMR applications....form Describe the content and layout of the form using text or JSON...

    docs.aspose.com/omr/net/developer-reference/
  6. Developer's reference|Documentation

    For developers, by developers. Start building your OMR software with Aspose.OMR for Java and find answers to the most common questions....form Describe the content and layout of the OMR form using specialized...

    docs.aspose.com/omr/java/developer-reference/
  7. Page Break in existing PDF|Aspose.PDF for .NET

    Discover how to insert page breaks in an existing PDF file in .NET using Aspose.PDF for better page management....Contents [ Hide ] As a default layout, the contents inside PDF files...in Top-Left to Bottom-Right layout. Once the contents exceed beyond...

    docs.aspose.com/pdf/net/page-break-in-existing-...
  8. Using FloatingBox for text generation|Aspose.PD...

    This page explains how to format text inside floating box....Multi-column support Multi-column layout (simple case) FloatingBox supports...supports multi-column layout. To create such a layout, you must define...

    docs.aspose.com/pdf/net/floating-box/
  9. Split PDF into Single Pages|Aspose.PDF for Pyth...

    Split PDF document into single-page PDFs using Aspose.PDF for Python....while preserving the original layout and content. Create a PdfFileEditor...

    docs.aspose.com/pdf/python-net/split-pdf-into-s...
  10. Missing category from the last bar in a dynamic...

    We open a powerpoint with aspose slides for java version 25.5 and do this to a bar chart… ((IChart)shape).getChartData().getCategories().clear(); for (String category : chartShadow.getCategories()) { ((IChart)shape).…...add(category); } // Validate the chart layout after adding categories ((IChart)shape)...This ensures that the chart layout is updated to reflect the changes...

    forum.aspose.com/t/missing-category-from-the-la...