Sort Score
Result 10 results
Languages All
Labels All
Results 6,751 - 6,760 of 15,832 for

point

(0.15 sec)
  1. C++でチャートシリーズのX値とY値の種類を見つける方法|Documentation

    Aspose.Cells for C++を使用して、チャートシリーズポイントのX値とY値の種類を判定する方法を学びます。ガイドでは、さまざまなデータ値のタイプと、それらにアクセスし操作する方法を説明します。...Calculate (); // Access first chart point in the first series ChartPoint...of X and Y values of chart point std :: cout << "X Value Type:...

    docs.aspose.com/cells/ja/cpp/find-type-of-x-and...
  2. Adding a Watermark to an Image|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....object and a coordinate pair of points as a parameter. Saving the...object and a coordinate pair of points as a parameter and object of...

    docs.aspose.com/imaging/java/adding-a-watermark...
  3. Convert STL to OBJ via C# | products.aspose.com

    Sample code for STL to OBJ C# conversion. Use API example code for batch STL files to OBJ conversion within VB.NET, Asp.NET or any .NET based application....perpendicular direction and three points representing the vertices of...Both polygonal geometry like points, lines, texture vertices, faces...

    products.aspose.com/3d/net/conversion/stl-to-obj/
  4. Table.cell_spacing property | Aspose.Words for ...

    Table.cell_spacing property. Gets or sets the amount of space (in Points) between the cells....sets the amount of space (in points) between the cells. @property..."cell_spacing" property, in points. # Set the "allow_cell_spacing"...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TabAlignment | Aspose.Words for Java

    Specifies the alignment/type of a tab stop in Java....// the cursor will jump 36 points each time we press the Tab...default tab stops, which is 72 points. // We can add custom tab stops...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::BorderCollection class | Aspose....

    Aspose::Words::BorderCollection class. A collection of Border objects. To learn more, visit the documentation article in C++....of the border from text in points. get_Horizontal () Gets the...or sets the border width in points. get_Right () Gets the right...

    reference.aspose.com/words/cpp/aspose.words/bor...
  7. Управление комментариями презентации в C++|Доку...

    Управляйте комментариями презентаций с помощью Aspose.Slides for C++: добавляйте, читайте, редактируйте и удаляйте комментарии в файлах PowerPoint быстро и легко....комментариев PointF point ; point . set_X ( 0.2f ); point . set_Y ( 0...is slide comment" , slide1 , point , DateTime :: get_Now ()); //...

    docs.aspose.com/slides/ru/cpp/presentation-comm...
  8. 추가 유형의 PDF 주석 사용|Aspose.PDF for Java

    이 섹션에서는 PDF 문서에 추가 유형의 주석을 추가하고, 가져오고, 삭제하는 방법을 설명합니다....setQuadPoints ( new Point [] { new Point ( 321 . 66 , 739 . 416...416 ), new Point ( 365 . 664 , 739 . 416 ), new Point ( 321 . 66...

    docs.aspose.com/pdf/ko/java/extra-annotations/
  9. Uso de tipos adicionales de anotaciones PDF|Asp...

    Esta sección describe cómo agregar, obtener y eliminar tipos adicionales de anotaciones de su documento PDF....setQuadPoints ( new Point [] { new Point ( 321 . 66 , 739 . 416...416 ), new Point ( 365 . 664 , 739 . 416 ), new Point ( 321 . 66...

    docs.aspose.com/pdf/es/java/extra-annotations/
  10. Path Builder – SVG Path erstellen – C#

    Erfahren Sie, wie Sie mit PathBuilder SVG-Pfade programmgesteuert erstellen. PathBuilder erleichtert das Erstellen und Bearbeiten von SVG-Pfaden....14 // 'M' sets the starting point of the path (Move to x=50, y=50)...line from the current point to the new point (Line to x=100, y=50)...

    docs.aspose.com/svg/de/net/path-builder/