Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 5,261 for

shape position

(2.53 sec)
  1. C++ を使用したプレゼンテーションのチャート軸のカスタマイズ|Aspose.Slides ド...

    レポートや可視化のための PowerPoint プレゼンテーションで、Aspose.Slides for C++ を使用してチャート軸をカスタマイズする方法をご紹介します。...MakeObject < Presentation > (); auto shapes = pres -> get_Slides () ->...-> idx_get ( 0 ) -> get_Shapes (); auto chart = System :: ExplicitCast...

    docs.aspose.com/slides/ja/cpp/chart-axis/
  2. C++ kullanarak Node.js ile Resimleri Yönetmek|D...

    Aspose.Cells for Node.js via C++ kullanarak çalışma tablolarına resim ekleme ve konumlandırmayı öğrenin....get ( pictureIndex ); // Positioning the picture proportional...pictureIndex ); // Absolute positioning of the picture in unit of...

    docs.aspose.com/cells/tr/nodejs-cpp/managing-pi...
  3. Verwalten von PowerPoint-Textabsätzen auf Andro...

    Meistern Sie die Absatzformatierung mit Aspose.Slides für Android — optimieren Sie Ausrichtung, Abstand und Stil in PPT-, PPTX- und ODP‑Präsentationen in Java....Presentation (); try { IAutoShape shape = presentation . getSlides ()...Autoshape zu ITextFrame textFrame = shape . getTextFrame (); // Entfernt...

    docs.aspose.com/slides/de/androidjava/manage-pa...
  4. 与GridJs服务器端配合工作|Documentation

    该文章描述了如何在 GridJs 中使用 API。...Position = 0 in C# byte [] buffer =...automatically zip all the images/shapes into a zip stream and store...

    docs.aspose.com/cells/zh/java/aspose-cells-grid...
  5. Управление абзацами текста PowerPoint в Python|...

    Освойте форматирование абзацев с Aspose.Slides для Python через .NET — оптимизируйте выравнивание, интервалы и стиль в презентациях PowerPoint и OpenDocument в Python, чтобы заинтересовать зрителей.... shape = slide . shapes . add_auto_shape ( slides ....TextFrame AutoShape. text_frame = shape . text_frame # Создать абзацы...

    docs.aspose.com/slides/ru/python-net/manage-par...
  6. Kommentare in Tabellenkalkulation in xlsx4j hin...

    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....die Methode addComments der Shapes-Sammlung (die im Worksheet-Objekt...have a <v:shape> element for each comment + "<v:shape fillcolor=\"#ffffe1\"...

    docs.aspose.com/cells/de/java/add-comments-in-s...
  7. اضافة تعليقات في جدول بيانات في xlsx4j|Document...

    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....طريقة addComments في مجموعة Shapes (المغلفة في كائن ورقة العمل)...have a <v:shape> element for each comment + "<v:shape fillcolor=\"#ffffe1\"...

    docs.aspose.com/cells/ar/java/add-comments-in-s...
  8. Audio in Präsentationen mit C++ verwalten|Aspos...

    Audio-Frames in Aspose.Slides für C++ erstellen und steuern – Codebeispiele zum Einbetten, Trimmen, Schleifen und Konfigurieren der Wiedergabe in PPT-, PPTX- und ODP-Präsentationen....auto audioFrame = sld -> get_Shapes () -> AddAudioFrameEmbedde...Audio-Frame mit angegebenen Position und Größe hinzu. auto audioStream...

    docs.aspose.com/slides/de/cpp/audio-frame/
  9. إضافة نص إلى PDF باستخدام Python|Aspose.PDF لـ ...

    يصف هذا المقال مختلف الجوانب المتعلقة بالعمل مع النصوص في Aspose.PDF. تعلم كيفية إضافة نص إلى PDF، إضافة أجزاء HTML، أو استخدام خطوط OTF مخصصة.... position = ap . text . Position ( 100 , 600 ) #...text_fragment . position = ap . text . Position ( 10 , 10 ) # إضافة...

    docs.aspose.com/pdf/ar/python-net/add-text-to-p...
  10. Gérer les formes de présentation dans .NET|Docu...

    Apprenez à créer, modifier et optimiser les formes dans Aspose.Slides pour .NET et à fournir des présentations PowerPoint haute performance....IShape shape = FindShape ( slide , "Shape1" ); if ( shape != null...Console . WriteLine ( "Shape Name: " + shape . Name ); } } } // Implémentation...

    docs.aspose.com/slides/fr/net/shape-manipulations/