Sort Score
Result 10 results
Languages All
Labels All
Results 5,001 - 5,010 of 15,358 for

point

(0.1 sec)
  1. Public API Changements dans Aspose.Diagram 4.1....

    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....coller des formes à travers les points de connexion. Vous pouvez voir...[Coller Visio Formes via les points de connexion] Public API Changements...

    docs.aspose.com/diagram/fr/net/public-api-chang...
  2. 아카이브

    아카이브...getPoints()를 사용하여 바코드 영역을 경계로 하는 Points 배열을 가져옵니다. 마지막으로 바코드의 X 및 Y...감지된 모든 바코드의 x 및 y 좌표 표시 Point[] point = result.getRegion().getPoints();...

    blog.aspose.com/ko/barcode/read-barcode-from-im...
  3. تخصيص الأشكال في العروض التقديمية باستخدام بايث...

    إنشاء وتخصيص الأشكال في عروض PowerPoint وOpenDocument باستخدام Aspose.Slides لبايثون عبر .NET: مسارات الهندسة، الزوايا المنحنية، الأشكال المركبة....خط إلى نهاية مسار: line_to ( point ) line_to ( x , y ) إضافة خط...موقع محدد داخل مسار: line_to ( point , index ) line_to ( x , y ,...

    docs.aspose.com/slides/ar/python-net/custom-shape/
  4. TableStyle class | Aspose.Words for Node.js

    Aspose.Words.TableStyle class. Represents a table style...sets the amount of space (in points) to add below the contents...sets the amount of space (in points) between the cells. columnStripe...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PageInfo.GetSizeInPixels | Aspose.Words for .NET

    Discover the PageInfo GetSizeInPixels method to accurately calculate your page size in pixels based on zoom factor and resolution for optimal display....and vertical) to convert from points to pixels (dots per inch)....Console . WriteLine ( $"\tSize in points:\t{pageInfo.SizeInPoints}"...

    reference.aspose.com/words/net/aspose.words.ren...
  6. MeasurementUnits enumeration | Aspose.Words for...

    Aspose.Words.MeasurementUnits enumeration. Specifies the unit of measurement.... Points Points. Picas Picas (commonly used...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 档案

    档案...之后,使用 getPoints() 获取边界条码区域的 Points 数组。 最后,显示条码的 X 和 Y 点。 以下代码示例展示了如何使用...// 显示检测到的所有条码的 x 和 y 坐标 Point[] point = result.getRegion().getPoints();...

    blog.aspose.com/zh/barcode/read-barcode-from-im...
  8. ReflectionFormat class | Aspose.Words for Node.js

    Aspose.Words.Drawing.ReflectionFormat class. Represents the reflection formatting for an object....to the reflection effect in points. The default value is 0.0....reflected image from the object in points. The default value is 0.0....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Document.defaultTabStop property | Aspose.Words...

    Document.defaultTabStop property. Gets or sets the interval (in Points) between the default tab stops....Gets or sets the interval (in points) between the default tab stops...tab stops to appear every 72 points (1 inch). builder . document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Administrar porciones de texto en presentacione...

    Aprenda cómo administrar porciones de texto en presentaciones de PowerPoint usando Aspose.Slides para Java, mejorando el rendimiento y la personalización.... Float point = portion . getCoordinates ();...println ( "X: " + point . x + " Y: " + point . y ); } } } finally...

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