Sort Score
Result 10 results
Languages All
Labels All
Results 9,191 - 9,200 of 129,130 for

presentations

(0.12 sec)
  1. 图片|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中处理图片:插入、替换、裁剪、压缩、调整透明度和效果、填充形状,并导出为 PPT、PPTX 和 ODP。... Presentation () as presentation : slide = presentation . slides...# 将图像添加到演示文稿资源。 image = presentation . images . add_image ( image_stream...

    docs.aspose.com/slides/zh/python-net/examples/e...
  2. Чернильные|Документация Aspose.Slides

    Работайте с чернильными объектами в Aspose.Slides for C++: рисуйте, импортируйте и редактируйте штрихи, настраивайте цвет и ширину, а также экспортируйте в PPT, PPTX и ODP с помощью примеров на C++....() { auto presentation = MakeObject < Presentation > ( u "ink..."ink.pptx" ); auto slide = presentation -> get_Slide ( 0 ); auto...

    docs.aspose.com/slides/ru/cpp/examples/elements...
  3. .NET のプレゼンテーションでチャート データ シリーズを管理する|Aspose.Slide...

    実用的なコード例とベストプラクティスを用いて、PowerPoint(PPT/PPTX)用の C# でチャートシリーズを管理し、データ プレゼンテーションを強化する方法を学びます。...using ( Presentation presentation = new Presentation ()) { ISlide...ISlide slide = presentation . Slides [ 0 ]; // デフォルト データでクラスター化列チャートを追加します。...

    docs.aspose.com/slides/ja/net/chart-series/
  4. .NET का उपयोग करके ODP फ़ाइलें मेटाडेटा देखें य...

    संपादित करने या ODP प्रारूप मेटाडेटा देखने के लिए C# स्रोत कोड....the Presentation class that represents the Presentation Presentation...Presentation presentation = new Presentation( "presentation.odp" );...

    products.aspose.com/slides/hi/net/metadata/odp/
  5. .NET का उपयोग करके POT फ़ाइलें मेटाडेटा देखें य...

    संपादित करने या POT प्रारूप मेटाडेटा देखने के लिए C# स्रोत कोड....the Presentation class that represents the Presentation Presentation...Presentation presentation = new Presentation( "presentation.pot" );...

    products.aspose.com/slides/hi/net/metadata/pot/
  6. .NET का उपयोग करके FODP फ़ाइलें मेटाडेटा देखें ...

    संपादित करने या FODP प्रारूप मेटाडेटा देखने के लिए C# स्रोत कोड....the Presentation class that represents the Presentation Presentation...Presentation presentation = new Presentation( "presentation.fodp" );...

    products.aspose.com/slides/hi/net/metadata/fodp/
  7. .NET का उपयोग करके PPTX फ़ाइलें मेटाडेटा देखें ...

    संपादित करने या PPTX प्रारूप मेटाडेटा देखने के लिए C# स्रोत कोड....the Presentation class that represents the Presentation Presentation...Presentation presentation = new Presentation( "presentation.pptx" );...

    products.aspose.com/slides/hi/net/metadata/pptx/
  8. .NET का उपयोग करके PPSX फ़ाइलें मेटाडेटा देखें ...

    संपादित करने या PPSX प्रारूप मेटाडेटा देखने के लिए C# स्रोत कोड....the Presentation class that represents the Presentation Presentation...Presentation presentation = new Presentation( "presentation.ppsx" );...

    products.aspose.com/slides/hi/net/metadata/ppsx/
  9. Archiv

    Archiv...eine Instanz der Klasse Presentation . Speichern Sie es als PPTX...PPTX mit der methode Presentation.save(String, SaveFormat) ....

    blog.aspose.com/de/slides/create-powerpoint-pre...
  10. Texte Animé|Documentation Aspose.Slides

    Texte animé dans PowerPoint avec Java...paragraphe : Presentation presentation = new Presentation ( "Presentation...autoShape = ( IAutoShape ) presentation . getSlides (). get_Item...

    docs.aspose.com/slides/fr/androidjava/texte-anime/