Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 28,976 for

x

(0.72 sec)
  1. 在 PS 文件中使用填充图案 | Java

    如何在 PS 文件中添加填充图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Java 中使用该功能...beyond the page bounds 39 int x = squareSide; 40 int y = 0; 41...41 if (sumX >= width) { 42 x = - (sumX - squareSide); 43 y +=...

    docs.aspose.com/page/zh/java/ps/working-with-ha...
  2. 在 PostScript 中使用填充图案 | .NET

    如何在 PS 文件中添加填充图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 .NET 中使用该功能...beyond the page bounds 37 int x = squareSide; 38 int y = 0; 39...39 if (sumX >= width) 40 { 41 x = - (sumX - squareSide); 42 y...

    docs.aspose.com/page/zh/net/ps/working-with-hat...
  3. 使用trueType字体渲染文本|Java

    Java API可供开发人员操纵和字体文件。了解有关如何在Java产品中渲染TrueType和Opentype字体的基础知识。... 计算每个加工字形的“ X”轴的字形坐标。 “ x”和“ y”坐标都将其传递到okspose.fonts...仅在每个迭代步骤中计算出仅处理的字形和先前的字形之间的距离。此距离会影响每个字形“ X”坐标。 类型GlyphoutlinePainter的对象借...

    docs.aspose.com/font/zh/java/text-rendering-tru...
  4. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in eXcel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...shapes that overlap with the x-axis and y-axis are somehow behind...shapes are appearing behind the x-axis and y-axis, this could be...

    forum.aspose.com/t/shapes-in-charts-rendered-by...
  5. How to create a tornado chart|Documentation

    Learn how to create a tornado chart with Aspose.Cells for .NET API.... Select the X‑axis. Go to Formatting . In the...

    docs.aspose.com/cells/net/create-tornado-chart/
  6. Converting Images|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, EXcel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, LinuX, MacOS & Android platforms....needs to create a rectangle with X and Y coordinates and specify...height of the rectangle box. The X,Y and Width, Height of rectangle...

    docs.aspose.com/psd/java/converting-images/
  7. How to create a tornado chart|Documentation

    Learn how to create a tornado chart with Aspose.Cells for Python via .NET API.... Select the x‑axis. Go to formatting. In the...

    docs.aspose.com/cells/python-net/create-tornado...
  8. The image Aspose.Cell captures does not look li...

    Hey Aspose Team, I’ve been noticing a weird behavior in my code when I capture the picture of range. The image aspose captures look nothing like the eXcel chart when I open the eXcel chart and view it. public virtual S…...Where(x => !string.IsNullOrEmpty(x)).ToArray(); int...Split('R', 'C').Where(x => !string.IsNullOrEmpty(x)).ToArray(); int...

    forum.aspose.com/t/the-image-aspose-cell-captur...
  9. Reading Code Text Raw|Documentation

    Learn how and when to use raw code bytes from BarCodeReader in Aspose.BarCode for Java....int c = 0 ; for ( byte x : data ) { if ( x == b ) { c ++; } } return...segments = 1 ; for ( byte x : raw ) { if ( x == GS ) { segments ++;...

    docs.aspose.com/barcode/java/developer-guide/ba...
  10. How to create a CadPolyline with 3D data (Z coo...

    I’m using Aspose.CAD for .NET (C#) and I’m generating a DwgImage completely from scratch. I’ve successfully created a CadLwPolyline using 2D coordinates, but now I need to represent actual 3D data — meaning coordinates …...CadPolyline with full 3D coordinates (X, Y, and Z), and what the recommended...

    forum.aspose.com/t/how-to-create-a-cadpolyline-...