Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 15,355 for

point

(0.14 sec)
  1. Manage Text Portions in Presentations with Pyth...

    Learn how to manage text portions in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET, boosting performance and customization.... portions : point = portion . get_coordinates...+ str ( point . x ) + " Corrdinates Y =" + str ( point . y ))...

    docs.aspose.com/slides/python-net/portion/
  2. PDF 图形注释|Aspose.PDF for Java

    本文描述了如何使用 Aspose.PDF for Java 在 PDF 文档中添加、获取和删除图形注释...), new Point [] { new Point ( 274 , 381 ), new Point ( 555 ,... 381 ), new Point ( 555 , 304 ), new Point ( 570 , 304 ), new...

    docs.aspose.com/pdf/zh/java/figures-annotation/
  3. Manage Text Portions in Presentations Using PHP...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for PHP via Java, boosting performance and customization....getPortions () as $portion ) { $point = $portion -> getCoordinates...echo ( "X: " . $point -> $x . " Y: " . $point -> $y ); } } } finally...

    docs.aspose.com/slides/php-java/portion/
  4. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series Points using Aspose.Cells for C++. Our guide will explain the different types of data values and show you how to access and work with them in your charts....Find Type of X and Y Values of Points in Chart Series with C++ Contents...of X and Y values of chart points in a series. Aspose.Cells provides...

    docs.aspose.com/cells/cpp/find-type-of-x-and-y-...
  5. 使用 C# 添加图形注释|Aspose.PDF for .NET

    本文描述了如何从 PDF 文档中添加、获取和删除图形注释 Aspose.PDF for .NET... Point ( 556 , 99 ), new Aspose . Pdf . Point ( 556 ,...Aspose . Pdf . Point [] { new Aspose . Pdf . Point ( 274 , 381 )...

    docs.aspose.com/pdf/zh/net/figures-annotation/
  6. Create Chart in PPTX Presentation Files using P...

    Python source code to create chart in PPTX Presentation.... data_points . add_data_point_for_pie_series(fact...20 )) series . data_points . add_data_point_for_pie_series(fact...

    products.aspose.com/slides/python-net/chart/pptx/
  7. How to Create Charts in Presentations in .NET|A...

    Learn how to create charts in PowerPoint PPT, PPTX and ODP presentations in .NET with Aspose.Slides using both legacy and modern chart APIs.... Series [ 0 ]; //Add new point (1:3) there. series . XValues... , 2 , 2 , 3 )); //Add new point (2:10) series . XValues . Add...

    docs.aspose.com/slides/net/how-to-create-charts...
  8. Aspose::Words::Drawing::Charts::ChartDataPoint:...

    Aspose::Words::Drawing::Charts::ChartDataPoint::get_Explosion method. Specifies the amount the data Point shall be moved from the center of the pie. Can be negative, negative means that property is not set and no explosion should be applied. Applies only to Pie charts in C++....Specifies the amount the data point shall be moved from the center...respective data point's Explosion attribute. // Add a data point to the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. How to set RoundedRectangle corner radius? - Fr...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao image.png (44.1 KB) Shape commentShape = worksheet.Shapes.AddAutoShape(AutoShapeType.RoundedRectangle, 0, 0, 0, 0, 0, 0); commentShape.Placement = P…...@imparthgalani All adjustment points are adjusted in Shape.Geometry...overwritten. Only one adjustment point is adjusted based on the key...

    forum.aspose.com/t/how-to-set-roundedrectangle-...
  10. IChartDataPoint | Aspose.Words for Java

    Contains properties of a single data Point on the chart in Java....properties of a single data point on the chart. Examples: Shows...Shows how to work with data points on a line chart. public void...

    reference.aspose.com/words/java/com.aspose.word...