Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 14,926 for

point

(0.24 sec)
  1. Queries about Aspose cells smart markers - Free...

    Hi , We are facing following issues when working with smart markers. Dynamic formulas : When using a JSON data source with dynamic formulas in the template, the formula execution does not start from the current row a…...Despite trying both inches and points, the alignment seems incorrect...provided in the query. looks like point 2 is fixed but I still observed...

    forum.aspose.com/t/queries-about-aspose-cells-s...
  2. 使用 Aspose.SVG Builder API 进行高级 SVG 创建和修改 – C#

    探索 C# 中的 Aspose.SVG Builder API 创建和修改 SVG 元素的功能。了解如何使 SVG 编程更轻松、更高效。...4 // 'M' sets the starting point of the path (Move to x=5, y=0)...line from the current point to the new point (Line to x=10, y=10)...

    docs.aspose.com/svg/zh/net/svg-builder-api/
  3. Convert DOTM to ODP via C++ or with free Online...

    Export DOTM to ODP in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM to ODP online converter quickly before integrating the code....System :: Drawing :: PointF point = System :: Drawing :: PointF...get_Slides () -> idx_get ( 1 ), point , DateTime :: get_Now ()); //...

    products.aspose.com/total/cpp/conversion/dotm-t...
  4. Convert DOC to ODP via C++ or with free Online ...

    Export DOC to ODP in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOC to ODP online converter quickly before integrating the code....System :: Drawing :: PointF point = System :: Drawing :: PointF...get_Slides () -> idx_get ( 1 ), point , DateTime :: get_Now ()); //...

    products.aspose.com/total/cpp/conversion/doc-to...
  5. Convert ODT to PPTM via C++ or with free Online...

    Export ODT to PPTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free ODT to PPTM online converter quickly before integrating the code....System :: Drawing :: PointF point = System :: Drawing :: PointF...get_Slides () -> idx_get ( 1 ), point , DateTime :: get_Now ()); //...

    products.aspose.com/total/cpp/conversion/odt-to...
  6. Convert DOCX to PPS via C++ or with free Online...

    Export DOCX to PPS in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to PPS online converter quickly before integrating the code....System :: Drawing :: PointF point = System :: Drawing :: PointF...get_Slides () -> idx_get ( 1 ), point , DateTime :: get_Now ()); //...

    products.aspose.com/total/cpp/conversion/docx-t...
  7. While Converting PPTX to PDF in Java, Charts Ar...

    Hi Team, We are trying convert PPT document into PDF. But, charts from ppt are not rendered correctly in PDF. In PDF chart images got distorted dramatically. Java Version :17 We are using aspose.slides version 24.7 …... Could you please point out the issues you found? forasposeissues...you please have your QA team point out the issues they found? It...

    forum.aspose.com/t/while-converting-pptx-to-pdf...
  8. 自定义形状|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中向 PowerPoint 演示文稿添加自定义形状...lineTo ( point ); lineTo ( x , y ); 在指定位置添加线段 : lineTo ( point , index...closeFigure (); 设置下一个点的位置 : moveTo ( point ); moveTo ( x , y ); 移除指定索引处的路径段...

    docs.aspose.com/slides/zh/nodejs-java/custom-sh...
  9. 在 Java 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、曲线角、复合形状。... Float point ); public void lineTo ( float...awt . geom . Point2D . Float point , long index ); public void...

    docs.aspose.com/slides/zh/java/custom-shape/
  10. 在 C++ 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、弧形拐角、复合形状。...在路径末尾添加直线 void LineTo ( PointF point ); void LineTo ( float x , float...在路径的指定位置添加直线 : void LineTo ( PointF point , uint32_t index ); void LineTo...

    docs.aspose.com/slides/zh/cpp/custom-shape/