Sort Score
Result 10 results
Languages All
Labels All
Results 5,161 - 5,170 of 16,079 for

point

(0.17 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. ค้นหา

    ค้นหา...AddPolygon(new Point[] { new Point(100, 400), new Point(500, 100)...100), new Point(900, 400), new Point(500, 700) }); // เริ่มต้นภูมิภาค...

    blog.aspose.com/th/drawing/working-with-aspose-...
  3. Архивы

    Архивы...AddPolygon(new Point[] { new Point(100, 400), new Point(500, 100)...100), new Point(900, 400), new Point(500, 700) }); // Инициализировать...

    blog.aspose.com/ru/drawing/working-with-aspose-...
  4. KML

    KML (Keyhole Markup Language) is a file format used to display geographic data in an Earth browser, such as Google Earth or Google Maps. It uses a markup language to define Points, lines, polygons, and other geographic features, allowing users to create and share custom maps and overlays....a markup language to define points, lines, polygons, and other...range of data types, including points, lines, polygons, and overlays...

    products.aspose.com/gis/net/gis-formats/kml
  5. Obtenir les limites du paragraphe à partir de p...

    Apprenez comment récupérer les limites du paragraphe et de la portion de texte dans Aspose.Slides pour Java afin d'optimiser le positionnement du texte dans les présentations PowerPoint.... Float point = portion . getCoordinates ();...sont‑elles mesurées ? En points, où 1 pouce = 72 points. Cela s’applique...

    docs.aspose.com/slides/fr/java/paragraph/
  6. Get Barcode Placement Region and Orientation An...

    This article describes how to read barcode parameters...bounds a barcode Points – an array of points constituting a barcode...

    docs.aspose.com/barcode/cpp/get-placement-and-o...
  7. 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...
  8. 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...
  9. Gérer les portions de texte dans les présentati...

    Apprenez à gérer les portions de texte dans les présentations PowerPoint et OpenDocument en utilisant Aspose.Slides pour Python via .NET, améliorant les performances et la personnalisation.... portions : point = portion . get_coordinates...+ str ( point . x ) + " Corrdinates Y =" + str ( point . y ))...

    docs.aspose.com/slides/fr/python-net/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/