Sort Score
Result 10 results
Languages All
Labels All
Results 5,521 - 5,530 of 16,189 for

point

(0.1 sec)
  1. Sparen Sie 3D Maschen im benutzer definierten B...

    Mit Aspose.3D for .NET API können Entwickler jede unterstützte 3D-Datei öffnen und dann Netze in die benutzer definierte Binär datei schreiben....// write number of control points and triangle indices writer...Length ); // write control points for ( int i = 0 ; i < controlPoints...

    docs.aspose.com/3d/de/net/save-3d-meshes-in-cus...
  2. Creating OOXML Charts from Scratch|Aspose.Words...

    How to create different charts in your document using C++....how do I add data series and points to it? A: Retrieve the chart’s...ts()->Add(...) to populate points with numeric values. Q: Can...

    docs.aspose.com/words/cpp/creating-ooxml-charts...
  3. FrameFormat class | Aspose.Words for Python

    aspose.words.FrameFormat class. Represents frame related formatting for a paragraph....and the surrounding text, in points. horizontal_position Gets horizontal...Specifies vertical distance (in points) between a frame and the surrounding...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ShapeRenderer | Aspose.Words for Java

    Provides methods to render an individual Shape or GroupShape to a raster or vector image or to a Graphics object in Java....actual bounds of the shape in points. getOpaqueBoundsInPix(float...opaque bounds of the shape in points. getSizeInPixels(float scale...

    reference.aspose.com/words/java/com.aspose.word...
  5. Procurar

    Procurar...addcomment(string, ISlide, point, date). Finalmente, salve a...Definir posição do comentário point = drawing.PointF(0.2, 0.2) #...

    blog.aspose.com/pt/slides/add-comments-to-ppt-s...
  6. Архів

    Архів...addcomment(string, ISlide, point, date). Нарешті, збережіть презентацію...Встановити позицію коментаря point = drawing.PointF(0.2, 0.2) #...

    blog.aspose.com/uk/slides/add-comments-to-ppt-s...
  7. Biểu đồ tài liệu PPT qua .NET | products.aspose...

    Mã nguồn C# để vẽ và chuyển đổi biểu đồ hoặc sơ đồ trong tệp PPT trên .NET Framework, .NET Core, Windows Azure, Mono hoặc Xamarin Platforms....Series[ 0 ]; //Add new point (1:3) there. series.DataPoints...e, 2 , 2 , 3 )); //Add new point (2:10) series.DataPoints.Ad...

    products.aspose.com/slides/vi/net/chart/ppt/
  8. Insert Pictures and Shapes of Excel files.|Docu...

    Manage pictures, oleobject, shapes into Excel files....results: Inserting a Five-pointed star to Excel Worksheet in...in C# The shape of Five-pointed star belongs to the Stars and Banners...

    docs.aspose.com/cells/net/insert-shapes/
  9. Ajouter un commentaire à une diapositive|Docume...

    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....comments PointF point = new PointF (); point . X = 1 ; point . Y = 1...comment" , pres . Slides [ 0 ], point , DateTime . Now ); pres . Save...

    docs.aspose.com/slides/fr/net/add-a-comment-to-...
  10. Obtenir les limites du paragraphe à partir des ...

    Apprenez comment récupérer les limites du paragraphe et de la portion de texte dans Aspose.Slides pour C++ afin d'optimiser le positionnement du texte dans les présentations PowerPoint.... En points, où 1 pouce = 72 points. Cela s’applique...Convertissez les points en pixels avec : pixels = points × (DPI / 72)...

    docs.aspose.com/slides/fr/cpp/paragraph/