Sort Score
Result 10 results
Languages All
Labels All
Results 4,951 - 4,960 of 15,358 for

point

(0.07 sec)
  1. Resize EPS using Java API Solution

    Resize EPS functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Resize EPS setting new size in Points Java Resize EPS setting new...assign new size. It can be Points (1/72 of inch), Inches, Millimeters...

    docs.aspose.com/page/java/resize-eps/
  2. 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...
  3. 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...
  4. إدارة أجزاء النص في العروض التقديمية باستخدام J...

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

    docs.aspose.com/slides/ar/java/portion/
  5. AxisScaling class | Aspose.Words for Python

    aspose.words.drawing.charts.AxisScaling class. Represents the scaling options of the axis...with X/Y coordinates for five points. chart . series . add_double...for our Y-values # since the points with the smaller Y-values will...

    reference.aspose.com/words/python-net/aspose.wo...
  6. AxisScaling class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.AxisScaling class. Represents the scaling options of the axis...with X/Y coordinates for five points. chart . series . add ( "Series...for our Y-values // since the points with the smaller Y-values will...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartDataPointCollection Class | Aspose.Words p...

    Scopri la classe Aspose.Words.Drawing.Charts.ChartDataPointCollection, la chiave per gestire senza sforzo le raccolte ChartDataPoint per una visualizzazione avanzata dei dati....ChartDataPoint point = series . DataPoints [ i ]; point . Marker .... Symbol = markerSymbol ; point . Marker . Size = dataPointSize...

    reference.aspose.com/words/it/net/aspose.words....
  8. PageInfo Class | Aspose.Words for .NET

    Discover the Aspose.Words.Rendering.PageInfo class, which provides essential details about each document page, enhancing your document rendering experience....Gets the height of the page in points. Landscape { get; } Returns...get; } Gets the page size in points. WidthInPoints { get; } Gets...

    reference.aspose.com/words/net/aspose.words.ren...
  9. ConditionalStyle class | Aspose.Words for Node.js

    Aspose.Words.ConditionalStyle class. Represents special formatting applied to some area of a table with assigned table style...sets the amount of space (in points) to add below the contents...sets the amount of space (in points) to add to the left of the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Get Paragraph Bounds from Presentations in .NET...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for .NET to optimize text positioning in PowerPoint presentations.... In points, where 1 inch = 72 points. This applies...Yes. Convert points to pixels using: pixels = points × (DPI / 72)...

    docs.aspose.com/slides/net/paragraph/