Sort Score
Result 10 results
Languages All
Labels All
Results 7,551 - 7,560 of 249,537 for

cells

(1.85 sec)
  1. 生成的pdf和excel有差异 pdf为什么data label无法正常显示 - Free S...

    test.zip (241.7 KB) image.png (54.5 KB) image (1).png (88.9 KB) 如图所示 麻烦帮忙看下这是为什么...Cells Product Family aspose-pdf-net , aspose-cells ChenGY1234...下面列出常见的导致这种现象的原因以及对应的解决方案。请根据您实际的实现方式( Aspose.Cells → PDF 还是 Aspose.PDF → Chart...

    forum.aspose.com/t/pdf-excel-pdf-data-label/321829
  2. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself. Here’s the code I used to generate my test outputs: string dir = @"C:\Users\";…...Cells Product Family cells-net leoluo November...feedback. The new version (Aspose.Cells v25.11) that includes the enhancements/fixes...

    forum.aspose.com/t/incorrect-rendering-when-con...
  3. 利用Node.js通过C++在图表中添加形状|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Microsoft Excel中添加控件并自定义图表。本指南演示如何操作图表元素、调整格式以及增强图表的整体外观和可用性。...Cells 可以在运行时向图表中添加控件。 向图表添加标签控件 标...标签提供了向用户提供关于电子表格内容的信息的方法。Aspose.Cells 允许您甚至在图表中添加和操作标签。 ShapeCollection...

    docs.aspose.com/cells/zh/nodejs-cpp/controls-in...
  4. Incorrect render of text with font from Aptos f...

    Hello, I have an issue when rendering a worksheet range to an EMF image when the font is from Aptos family. The render creates an image where the text lacks spaces as seen in this screenshot: image.png (739 Octets) W…...Cells Product Family cells-net Gradlon October...]; var range = asposeSheet.Cells.CreateRange(rangeAddress); ImageOrPrintOptions...

    forum.aspose.com/t/incorrect-render-of-text-wit...
  5. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in JavaScript for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....a chart are the contents of cells above each column or row of...

    docs.aspose.com/slides/nodejs-java/chart-series/
  6. MailMerge.ExecuteWithRegions | Aspose.Words for...

    Streamline your document creation with the MailMerge ExecuteWithRegions method, enabling efficient mail merges from custom data sources and regions....Demonstrates how to format cells during a mail merge. Document...Demonstrates how to format cells during a mail merge (HandleMergeFieldAlte)...

    reference.aspose.com/words/net/aspose.words.mai...
  7. Manage Chart Workbooks in Presentations Using J...

    Discover Aspose.Slides for Java: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....workbook streams, use workbook cells as chart data labels, access...chart data edited with Aspose.Cells). Note that the chart data has...

    docs.aspose.com/slides/java/chart-workbook/
  8. FootnoteSeparator | Aspose.Words for Java

    in Java....// The content inside table cells may have the hidden content...have hidden content will have cells with empty paragraphs inside...

    reference.aspose.com/words/java/com.aspose.word...
  9. Missing images when exporting to PDF under Linu...

    I have the following problem: I have a DOCX template with images. Creating the document works. The images are there. Now, when I convert the document to a PDF, it works under Windows, but not under Linux. When my progra…...funcationality for Slides, Cells and Words and implements the...<PackageReference Include="Aspose.Cells" Version="25.8.0" /> <PackageReference...

    forum.aspose.com/t/missing-images-when-exportin...
  10. 管理 Java 中的演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化您的表格工作流。...Slides 提供了 Table 类、 ITable 接口、 Cell 类、 ICell 接口以及其他类型,帮助您在各种演示文稿中创建、更新和管理表格。...(); row ++) { for ( int cell = 0 ; cell < tbl . getRows (). get_Item...

    docs.aspose.com/slides/zh/java/manage-table/