Sort Score
Result 10 results
Languages All
Labels All
Results 4,921 - 4,930 of 16,079 for

point

(0.16 sec)
  1. ChartSeries.Smooth | Aspose.Words per .NET

    Migliora i tuoi grafici con la proprietà Smooth di ChartSeries. Crea facilmente linee fluide e visivamente accattivanti utilizzando gli spline CatmullRom per una maggiore chiarezza dei dati....ChartDataPoint point = series . DataPoints [ i ]; point . Marker .... Symbol = markerSymbol ; point . Marker . Size = dataPointSize...

    reference.aspose.com/words/it/net/aspose.words....
  2. تحديثات Aspose.PSD for Java 24.5|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.... setPoints ( new Point []{ pointFToResourcePoin ( new...secondBezierKnotReco . setPoints ( new Point []{ pointFToResourcePoin ( new...

    docs.aspose.com/psd/ar/java/aspose-psd-for-java...
  3. 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....многоугольника (новый Rectangle, новые Points, заголовок, цвет, InteriorColor...многоугольника auto points = MakeArray < System :: SharedPtr < Point >> ({...

    docs.aspose.com/pdf/ru/cpp/advanced-operations/...
  4. Управление частями текста в презентациях с помо...

    Узнайте, как управлять частями текста в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для Python через .NET, повышая производительность и возможности настройки.... portions : point = portion . get_coordinates...+ str ( point . x ) + " Corrdinates Y =" + str ( point . y ))...

    docs.aspose.com/slides/ru/python-net/portion/
  5. Управление текстовыми частями в презентациях в ...

    Узнайте, как управлять текстовыми частями в презентациях PowerPoint с помощью Aspose.Slides для .NET, повышая производительность и возможности настройки.... Portions ) { PointF point = portion . GetCoordinates ();..."Corrdinates X =" + point . X + " Corrdinates Y =" + point . Y ); } }...

    docs.aspose.com/slides/ru/net/portion/
  6. Font.Position | Aspose.Words for .NET

    Discover the Font Position property, easily adjust text alignment in Points for precise control over your typography. Elevate your design with flexible positioning!...sets the position of text (in points) relative to the base line...// Raise this run of text 5 points above the baseline. Run run...

    reference.aspose.com/words/net/aspose.words/fon...
  7. Add Margins to PDF Pages|Aspose.PDF for Python ...

    Add custom margins to selected pages of a PDF using Aspose.PDF for Python....margins are defined in points (1 inch = 72 points) and applied individually...the margins to be added (in points) left_margin = 36 # 0.5 inch...

    docs.aspose.com/pdf/python-net/add-margins-to-p...
  8. Get Dimension of an image - Free Support Forum ...

    Can we get dimensions (width and height) of an image using aspose.word or any other aspose library? Code should run in linux and windows....and height in both pixels and points. Code Here’s a simple example...System.out.println("Width in points: " + imageSize.getWidthPoints());...

    forum.aspose.com/t/get-dimension-of-an-image/31...
  9. Drawing Images using Graphics|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....LinearGradientBrush and an array of points. The Graphics class has exposed...of points. Please note that every two consecutive points in the...

    docs.aspose.com/psd/java/drawing-images-using-g...
  10. إدارة أجزاء النص في العروض التقديمية باستخدام J...

    تعرف على كيفية إدارة أجزاء النص في عروض PowerPoint التقديمية باستخدام Aspose.Slides for Java، مما يعزز الأداء والتخصيص.... Float point = portion . getCoordinates ();...println ( "X: " + point . x + " Y: " + point . y ); } } } finally...

    docs.aspose.com/slides/ar/java/portion/