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

point

(0.13 sec)
  1. TextBox Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.TextBox class to easily customize text display within shapes, enhancing your document's visual appeal and functionality....the inner bottom margin in points for a shape. InternalMarginLeft...Specifies the inner left margin in points for a shape. InternalMarginRight...

    reference.aspose.com/words/net/aspose.words.dra...
  2. ChartDataPoint Class | Aspose.Words för .NET

    Upptäck klassen Aspose.Words.Drawing.Charts.ChartDataPoint för att enkelt formatera enskilda diagramdatapunkter och förbättra din datavisualisering med precision....ChartDataPoint point = series . DataPoints [ i ]; point . Marker .... Symbol = markerSymbol ; point . Marker . Size = dataPointSize...

    reference.aspose.com/words/sv/net/aspose.words....
  3. 使用点云|Documentation

    Aspose.3D for Python via .NET 允许直接从 Draco 文件解码网格,而无需使用DracoFormat类的Decode方法构建场景。... decode ( "data-dir" + "point_cloud_no_qp.drc" )) 编码网格 Aspose...DracoSaveOptions () options . point_cloud = true # For complete...

    docs.aspose.com/3d/zh/python-net/working-with-p...
  4. Zeilenabstand des Absatzes in einer Form oder T...

    Lernen Sie, wie der Zeilenabstand von Absätzen in Formen oder Textboxen mit Aspose.Cells for Node.js via C++ eingestellt wird.... Points ); p . setLineSpace ( 20 );...AsposeCells . LineSpaceSizeType . Points ); p . setSpaceAfter ( 10 );...

    docs.aspose.com/cells/de/nodejs-cpp/set-line-sp...
  5. Get Barcode Placement Region and Orientation An...

    This article describes how to read barcode parameters... Points – an array of points that make up the...+ " " ; } console . log ( `Points: ${ ptStr } ` ); } gen . delete...

    docs.aspose.com/barcode/javascript-cpp/get-plac...
  6. Connecter les sous-formes des groupes en PHP|Do...

    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....Connect sub-shapes $connection_point_place = new ConnectionPointPlace...$shape_from_id , $connection_point_place -> RIGHT , $shape_to_id...

    docs.aspose.com/diagram/fr/java/connect-sub-sha...
  7. Соедините подформы групп в Ruby|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....Connect sub-shapes connection_point_place = Rjb :: import ( 'com...connection_point_place . RIGHT , shape_to_id , connection_point_place...

    docs.aspose.com/diagram/ru/java/connect-sub-sha...
  8. ربط الأشكال الفرعية للمجموعات في روبي|Documenta...

    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....Connect sub-shapes connection_point_place = Rjb :: import ( 'com...connection_point_place . RIGHT , shape_to_id , connection_point_place...

    docs.aspose.com/diagram/ar/java/connect-sub-sha...
  9. Textabschnitte in Präsentationen mit C++ verwal...

    Erfahren Sie, wie Sie Textabschnitte in PowerPoint-Präsentationen mit Aspose.Slides für C++ verwalten, um Leistung und Anpassungsmöglichkeiten zu steigern....-> get_Portions ()) { PointF point = portion -> GetCoordinates...=" ) + point . get_X () + u " Coordinates Y =" + point . get_Y...

    docs.aspose.com/slides/de/cpp/portion/
  10. Textabschnitte in Präsentationen mit Java verwa...

    Erfahren Sie, wie Sie Textabschnitte in PowerPoint-Präsentationen mit Aspose.Slides für Java verwalten, um Leistung und Anpassungsfähigkeit zu steigern.... Float point = portion . getCoordinates ();...println ( "X: " + point . x + " Y: " + point . y ); } } } finally...

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