Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 28,973 for

x

(0.08 sec)
  1. Aspose::Words::Drawing::Charts::Chart::get_Axis...

    Aspose::Words::Drawing::Charts::Chart::get_AXisY method. Provides access to properties of the primary Y aXis of the chart in C++....series with categories for the X-axis and respective numeric values...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. AxisCategoryType | Aspose.Words for Java

    Specifies type of a category aXis in Java....series with categories for the X-axis and respective numeric values...

    reference.aspose.com/words/java/com.aspose.word...
  3. winter.svg

    Xmlns="http://www.w3.org/2000/svg"> X="40" y="50" width="500" height="500" style="fill:#efe4ee;" /> docs.aspose.com/svg/files/winter.svg

  4. 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
  5. Manipulate Position, Size, and Designer Chart w...

    Learn how to use Aspose.Cells for Node.js via C++ to effectively manipulate the position, size, and designer chart in Microsoft EXcel. Our guide will demonstrate how to adjust these properties for improved layout and visualization....width or reposition it with new X and Y coordinates. Controlling...change the chart’s position (X, Y coordinates) or size (height...

    docs.aspose.com/cells/nodejs-cpp/manipulate-pos...
  6. SVG 转换 – SVG Transformations – C# 示例

    了解如何在 C# 中旋转 SVG、缩放 SVG 以及平移 SVG。考虑 SVG 转换的代码示例。...– 此处 translate(tx, ty) 函数将元素沿 x 轴移动 tx 值,并沿 y 轴移动 ty 值。如果未指定其中一个值,则默认为零。...skewX(angle) 和 skewY(angle) 将元素沿 x 或 y 轴倾斜指定的角度。 使用变换矩阵 。 变换矩阵 是描述...

    docs.aspose.com/svg/zh/net/svg-transformations/
  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