Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 113,580 for

presentations

(0.1 sec)
  1. Convertir PowerPoint a Video|Documentación de A...

    Convertir PowerPoint a Video en Python... Presentation () as presentation : smile = presentation . slides...500 , 500 ) effect_in = presentation . slides [ 0 ] . timeline...

    docs.aspose.com/slides/es/python-net/convert-po...
  2. チャートの軸|Aspose.Slides ドキュメント

    C#または.NETでPowerPointチャートの軸を編集する... Presentation クラスのインスタンスを作成します。 最初のスライドにアクセスします。...ます: using ( Presentation pres = new Presentation ()) { Chart...

    docs.aspose.com/slides/ja/net/chart-axis/
  3. Презентация через VBA|Документация Aspose.Slide...

    Добавление, удаление и извлечение VBA макросов в презентациях PowerPoint на Python...Создайте экземпляр класса Presentation . Используйте конструктор...with slides . Presentation () as presentation : # Создает новый...

    docs.aspose.com/slides/ru/python-net/presentati...
  4. Mise en Page des Diapositives|Documentation Asp...

    Définir la taille et les options des diapositives PowerPoint en Python...et masters sous la classe Presentation . Pour effectuer des tâches...une instance de la classe Presentation . Accédez à la collection...

    docs.aspose.com/slides/fr/python-net/slide-layout/
  5. Gérer les Hyperliens|Documentation Aspose.Slides

    Ajouter un hyperlien à une Présentation PowerPoint en C# ou .NET...using ( Presentation presentation = new Presentation ()) { IAutoShape...IAutoShape shape1 = presentation . Slides [ 0 ]. Shapes . AddAutoShape...

    docs.aspose.com/slides/fr/net/manage-hyperlinks/
  6. C++ का उपयोग करके PPT फ़ाइलें मेटाडेटा देखें या...

    संपादित करने या PPT प्रारूप मेटाडेटा देखने के लिए C++ स्रोत कोड....the Presentation class that represents the Presentation System...System :: SharedPtr < Presentation > presentation = System :: MakeObject...

    products.aspose.com/slides/hi/cpp/metadata/ppt/
  7. Manipulaciones de Formas|Documentación de Aspos...

    Manipular formas de PowerPoint en C# o .NET...// Instanciar una clase Presentation que representa el archivo...presentación using ( Presentation p = new Presentation ( "FindingShapeInSlide...

    docs.aspose.com/slides/es/net/shape-manipulations/
  8. Fond de présentation|Documentation Aspose.Slides

    Définir le fond dans une présentation PowerPoint en C# ou .NET...une instance de la classe Presentation . Définissez l’énumération...de la classe Presentation using ( Presentation pres = new Presentation...

    docs.aspose.com/slides/fr/net/presentation-back...
  9. 管理文本框|Aspose.Slides 文档

    使用 Java 在 PowerPoint 幻灯片上创建文本框。在 PowerPoint 幻灯片中使用 Java 在文本框或文本框架中添加列。使用 Java 在 PowerPoint 幻灯片中添加带超链接的文本框。...要在幻灯片上创建文本框,请按照以下步骤操作: 创建 Presentation 类的实例。 获取新创建的演示文稿中的第一张幻灯片的引用。...了这段文本: Aspose 文本框 最后,通过 Presentation 对象写入 PPTX 文件。 以下 Java 代...

    docs.aspose.com/slides/zh/androidjava/manage-te...
  10. チャート軸|Aspose.Slides ドキュメント

    Java で PowerPoint チャート軸を編集する方法... Presentation クラスのインスタンスを作成します。 1. 最初のスライドにアクセスします。...で必要な値を取得する方法を示しています: Presentation pres = new Presentation (); try { Chart...

    docs.aspose.com/slides/ja/androidjava/chart-axis/