Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 15,281 for

point

(0.05 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. Aspose::Words::Drawing::Charts::IChartDataPoint...

    Aspose::Words::Drawing::Charts::IChartDataPoint::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...
  3. Manage Text Portions in Presentations in .NET|A...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for .NET, boosting performance and customization.... Portions ) { PointF point = portion . GetCoordinates ();..."Corrdinates X =" + point . X + " Corrdinates Y =" + point . Y ); } }...

    docs.aspose.com/slides/net/portion/
  4. Manage Text Portions in Presentations Using C++...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for C++, boosting performance and customization....-> get_Portions ()) { PointF point = portion -> GetCoordinates...=" ) + point . get_X () + u " Coordinates Y =" + point . get_Y...

    docs.aspose.com/slides/cpp/portion/
  5. Customize Presentation Shapes in PHP|Aspose.Sli...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for PHP via Java: geometry paths, curved corners, composite shapes....] Change a Shape Using Edit Points Consider a square. In PowerPoint...PowerPoint, using edit points , you can move the square’s corner...

    docs.aspose.com/slides/php-java/custom-shape/
  6. DWG file from scratch shows empty - Free Suppor...

    Hi Aspose team, I’m trying to create a DWG file from scratch using Aspose.CAD for .NET (version 24.10.0), without using any existing template. I followed this official example, but when I open the generated file in Aut…...exact example as a starting point, and tried adding entities like...//LINE, CIRCLE, ARC, TEXT, POINT, SOLID, 3DFACE and POLYLINE...

    forum.aspose.com/t/dwg-file-from-scratch-shows-...
  7. Adding Custom Labels to Data Points in the Seri...

    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....Adding Custom Labels to Data Points in the Series of the Chart...can add custom labels to data points in the series of the chart...

    docs.aspose.com/cells/java/adding-custom-labels...
  8. Curves Adjustment Layer|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....represented as a path with points in places of bending) Discrete...Continuous Manager configures points of bending of a continuous...

    docs.aspose.com/psd/java/layer-types/adjustment...
  9. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....color of data point based on series index, data point index, parentSeriesGroup...

    docs.aspose.com/slides/java/public-api-and-back...
  10. 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/