Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 28,332 for

x

(0.17 sec)
  1. Customize Bubble Charts in Presentations with P...

    Create and customize powerful bubble charts in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET to enhance your data visualization easily....additional axis; the data remain X-Y-S (size). The type is available...

    docs.aspose.com/slides/python-net/bubble-chart/
  2. System Requirements|Documentation

    System Requirements and Development Environments for manipulating and converting 3D file formats in C#....Microsoft Azure macOS Mac OS X x64 (10.12+) Linux Linux x64 (...

    docs.aspose.com/3d/net/system-requirements/
  3. PPT的圆角矩形在导出PDF时左边框会消失 - Free Support Forum - as...

    产品和版本:Aspose.Slides for Python via. NET (Version: 25.7.0) 编程语言和版本: Python 3.8 部署环境: Ubuntu 20.04.6 LTS 问题描述:在ppt中绘制圆角矩形,导出的jpg图片中圆角矩形左边框消失 导出JPG图片样式: image.png (3.4 KB)...dpi_x / dpi_y 升级库(可选) 该问题在 25.9.x 及以后版本的渲染引擎中已得到修复,若仍有异常请尝试升级到最新的...jpeg_opts.image_save_options.dpi_x = 144 jpeg_opts.image_save_options...

    forum.aspose.com/t/ppt-pdf/322438
  4. 在 PHP 中自定义演示文稿形状|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、曲线角、复合形状。...0 ; $x = $R * java ( "java.lang.Math"...-> add ( new Point2DFloat ( $x + $R , $y + $R )); $radians =...

    docs.aspose.com/slides/zh/php-java/custom-shape/
  5. Get Equation Text of Chart Trendline with JavaS...

    Learn how to use Aspose.Cells for JavaScript via C++ to retrieve the equation teXt of a trendline in a chart created in Microsoft EXcel. Our guide will demonstrate how to access and eXtract the equation of a trendline for further analysis or display....1333 x + 5 How to add a PivotChart using...

    docs.aspose.com/cells/javascript-cpp/get-equati...
  6. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAXis::get_MinorTickMark method. Returns or sets the minor tick marks for the aXis in C++....series with categories for the X-axis and respective numeric values...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Crop EPS using Java API Solution

    Crop EPS functionality offered by Aspose.Page API solution for Java is eXplained and illustrated with the code snippets here....x0, y0, x, y, where x0 - left margin, y0 - top margin, x - (x0...

    docs.aspose.com/page/java/crop-eps/
  8. Crop EPS | C# .NET API Solution

    Crop EPS functionality offered by Aspose.Page API solution for .NET is eXplained and illustrated with the code snippets here....x0, y0, x, y, where x0 - left margin, y0 - top margin, x - (x0...

    docs.aspose.com/page/net/crop-eps/
  9. IsFiltered series and ChartCalculateOptions - F...

    Hi Aspose team, It seems we have an issue if I enable “filtered” series (so not visible in the chart) by changing IsFiltered to false, indeed after a full chart calculation the datapoints seems to be empty… I have a ch…...not expected… I need to get the X and Y pixels position… var pathWorkbook...point for {series.DisplayName}: X={point.ShapeXPx}, Y={point.ShapeYPx}");...

    forum.aspose.com/t/isfiltered-series-and-chartc...
  10. 使用Aspose-cad.jar,转PDF速度问题 - Free Support Forum ...

    您好,我试用了Aspose-cad.jar,实现将DWG模型空间的图纸转成独立的PDF页面,思路是先在DWG中定位需要转换的图框/图块的坐标和长宽,然后循环调用CadImage的save方法,将指定区域转成pdf格式,目前发现两种可用的方法: 1)在cadImage中设置minPoint和maXPoint; 2)按照官网示例实现指定坐标导出。然后外部采用循环实现逐页导出然后合并。 在试用时发现每次调用save方法,处理一个A3纸大…...fileNamePre + “第”+(++x)+“张图纸.pdf”; tempPDFFileNames[x-1] = fileName;...

    forum.aspose.com/t/aspose-cad-jar-pdf/313933