Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 29,906 for

x

(0.35 sec)
  1. TableCollection class | Aspose.Words for Python

    aspose.words.tables.TableCollection class. Provides typed access to a collection of [Table](../table/) nodes... of_type ( lambda x : x . as_table (), b ), list ( tables...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Working with Hatch Patterns in PS file | Java

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in 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/java/ps/working-with-hatch...
  3. Different Results for Table.y and Cell.offset_y...

    Hello Aspose Team, I am using Aspose.Slides for Python via .NET and noticed an inconsistency between Windows(local) and UniX(UAT) environments when working with tables. Problem: The value of the following properties di…...x + cell.offset_y cell.height The...rows[rowIndex][columnIndex] cell_x = table.x + cell.offset_x cell_y = table.y...

    forum.aspose.com/t/different-results-for-table-...
  4. Text Rendering using Type1 Font | Java

    Java APIs for the developers to manipulate font files. Learn the fundamentals on how to render Type 1 fonts within Java products.... Glyph coordinate for ‘X’ axis is calculated for every...every processed glyph. Both ‘X’ and ‘Y’ coordinates are passed into...

    docs.aspose.com/font/java/text-rendering-type1-...
  5. 使用 Java 在演示文稿中管理图表数据标签|Aspose.Slides 文档

    学习使用 Aspose.Slides for Java 在PowerPoint演示文稿中添加和格式化图表数据标签,以创建更具吸引力的幻灯片。...dataPontPercent = 0f ; for ( int x = 0 ; x < chart . getChartData ()...(). getSeries (). size (); x ++) { series = chart . getChartData...

    docs.aspose.com/slides/zh/java/chart-data-label/
  6. 图表数据标签|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中设置 PowerPoint 图表数据标签及距离...0 ; for ( var x = 0 ; x < chart . getChartData ()...(). getSeries (). size (); x ++ ) { series = chart . getChartData...

    docs.aspose.com/slides/zh/nodejs-java/chart-dat...
  7. How to obtain actual rendered width/bounds of T...

    Hello, We are currently testing TEXT and MTEXT entity processing using Aspose.CAD for .NET 26.1.0 and would appreciate some guidance. Our goal is to obtain the actual rendered width/height or bounding boX of DWG TEXT a…... So if X for them are the same, it will...Bounds[0].X + " " + ceb.Bounds[0].Y + " " + ceb.Bounds[1].X + " "...

    forum.aspose.com/t/how-to-obtain-actual-rendere...
  8. Specify 3D File Load Options|Documentation

    There are several Scene.Open method overloads or Scene class constructor overloads that accept a LoadOptions object. Each load format has a corresponding class that holds load options for that load format....loadPLYOpts ) Use of the DirectX X Load Options The code below shows...options before loading a DirectX X file. from aspose.threed import...

    docs.aspose.com/3d/python-net/specify-3d-file-l...
  9. 使用 PHP 在演示文稿中管理图表数据标签|Aspose.Slides for PHP 文档

    了解如何使用 Aspose.Slides for PHP via Java 在 PowerPoint 演示文稿中添加和格式化图表数据标签,以创建更具吸引力的幻灯片。...0 ; for ( $x = 0 ; $x < java_values ( $chart ->...-> getSeries () -> size ()) ; $x ++ ) { $series = $chart -> getChartData...

    docs.aspose.com/slides/zh/php-java/chart-data-l...
  10. 使用 Java 管理演示文稿中的连接线|Aspose.Slides 文档

    赋能 Java 应用在 PowerPoint 幻灯片中绘制、连接和自动路由线条——全面掌控直线、拐角线和曲线连接线。...点的水平分量的形状: // 绘制连接器的垂直分量 float x = connector . getX () + connector...addAutoShape ( ShapeType . Rectangle , x , y , 0 , height ); 结果: 案例 2 在...

    docs.aspose.com/slides/zh/java/connector/