Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 10,136 for

presentation

(0.07 sec)
  1. Presentación a través de VBA|Documentación de A...

    Agregar, eliminar y extraer macros VBA en presentaciones de PowerPoint en C++...una instancia de la clase Presentation . Usa el constructor de...presentación SharedPtr < Presentation > presentation = MakeObject < Presentation...

    docs.aspose.com/slides/es/cpp/presentation-via-...
  2. Gráfico de Burbuja|Documentación de Aspose.Slides

    Tamaño del gráfico de burbuja en presentaciones de PowerPoint en C# o .NET... using ( Presentation pres = new Presentation ()) { IChart...muestra. using ( Presentation pres = new Presentation ()) { IChart...

    docs.aspose.com/slides/es/net/bubble-chart/
  3. Gestionar Zoom|Documentación de Aspose.Slides

    Agregar zoom o marcos de zoom a presentaciones de PowerPoint en Java...una instancia de la clase Presentation . Crea nuevas diapositivas...diapositiva: Presentation pres = new Presentation (); try { //Agrega...

    docs.aspose.com/slides/es/java/manage-zoom/
  4. Verwalten von PowerPoint-Absätzen in Java|Aspos...

    Erstellen und verwalten Sie Absätze, Text, Einzüge und Eigenschaften in PowerPoint-Präsentationen in Java...Erstellen Sie eine Instanz der Presentation Klasse. Greifen Sie über...PPTX-Datei darstellt Presentation pres = new Presentation (); try { //...

    docs.aspose.com/slides/de/java/manage-paragraph/
  5. 演示文稿注释|Aspose.Slides for PHP 文档

    在 PowerPoint 演示文稿中添加注释和回复...Slides for PHP via Java 提供了 Presentation 类,其中包含作者的集合(来自 ICommentAuthorCollec...演示文稿中向幻灯片添加注释: # 实例化 Presentation 类 $pres = new Presentation (); $Array...

    docs.aspose.com/slides/zh/php-java/presentation...
  6. Gestionar Celdas|Documentación de Aspose.Slides

    Celdas de tabla en presentaciones de PowerPoint en C# o .NET...Crea una instancia de la Presentation class. Obtén la tabla de...presentación: using ( Presentation pres = new Presentation ( "SomePresentationWith...

    docs.aspose.com/slides/es/net/manage-cells/
  7. مخطط الدونات|وثائق Aspose.Slides

    تحديد ثقب الوسط في مخطط الدونات في عرض PowerPoint باستخدام C# أو .NET...أدناه: إنشاء مثيل من فئة Presentation . إضافة مخطط دونات على الشريحة...مثيل من فئة Presentation Presentation presentation = new Presentation...

    docs.aspose.com/slides/ar/net/doughnut-chart/
  8. استنساخ الشرائح|وثائق Aspose.Slides لـ Python

    استنساخ شريحة PowerPoint في Python...المعرَّضة من قبل الكائن Presentation توفر طرق add_clone و insert_clone...أدناه: أنشئ مثيلاً من فئة Presentation . قم بإنشاء مثيل من فئة...

    docs.aspose.com/slides/ar/python-net/clone-slides/
  9. Abrir una presentación en VSTO y Aspose.Slides|...

    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.... Presentations . Open ( FileName ); Aspose...NET proporciona la clase Presentation que se utiliza para abrir...

    docs.aspose.com/slides/es/net/opening-a-present...
  10. إدارة المربع النصي|وثائق Aspose.Slides

    إضافة مربع نص أو إطار نص إلى عروض PowerPoint في C++...الخطوات: قم بإنشاء مثيل من فئة Presentation . احصل على مرجع للشريحة...بكتابة ملف PPTX عبر كائن Presentation . يظهر هذا الكود C++—تنفيذ...

    docs.aspose.com/slides/ar/cpp/manage-textbox/