Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 20,893 for

layout

(0.43 sec)
  1. How to Convert JSON Data to PDF in C#

    This brief tutorial sheds light on how to convert JSON data to PDF in C#. You will learn how using C# JSON to PDF feature can be embedded by following simple steps and the code snippet....control to set the JSON data layout while rendering it to the PDF...JSON data using the specified layout options Save the resultant...

    kb.aspose.com/cells/net/how-to-convert-json-dat...
  2. 将多页文档转换为Java中的图像|Aspose.Words为Java

    将多页文档导出为光栅图像(JPG, PNG, GIF, BMP, TIFF, WebP) 使用Java。...JPEG ); // Set up Horizontal layout. options . setPageLayout =...SaveFormat . PNG ); // Set up a grid layout with: // - 3 columns per row...

    docs.aspose.com/words/zh/java/convert-a-multi-p...
  3. 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...
  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. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...LayoutCollector and update page layout to ensure layout info is up-to-date...getDocument()); // Try to get any layout entity related to the paragraph...

    forum.aspose.com/t/word-header-footer-x-y/316493
  6. 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/
  7. 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/
  8. 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/
  9. DWG to SVG Conversion Issues in Aspose.CAD: ERR...

    use sdk version : aspose.cad 25.12 java My conversion code and parameter settings are roughly as follows: File outputFile = new File(outputFilePath); try { LoadOptions opts = new LoadOption…...Height: {}, Unit type: {}, Layout count: {}", cadImage.getWidth()...export Model only to avoid Layout interference cadRasterizationOpti...

    forum.aspose.com/t/dwg-to-svg-conversion-issues...
  10. Document.watermark property | Aspose.Words for ...

    Document.watermark property. Provides access to the document watermark.... layout = aw . WatermarkLayout . DIAGONAL...

    reference.aspose.com/words/python-net/aspose.wo...