Sort Score
Result 10 results
Languages All
Labels All
Results 7,391 - 7,400 of 119,636 for

presentations

(0.08 sec)
  1. Video Frame|Aspose.Slides Dokumentation

    Fügen Sie ein Video-Frame zu einer PowerPoint-Präsentation in Java hinzu...Erstellen Sie eine Instanz der Presentation Klasse. Holen Sie sich eine...Instanziiert die Presentation-Klasse Presentation pres = new Presentation...

    docs.aspose.com/slides/de/java/video-frame/
  2. Cadre Vidéo|Documentation Aspose.Slides

    Ajouter un cadre vidéo à une présentation PowerPoint en Java...une instance de la classe Presentation . Obtenez une référence...classe Presentation Presentation pres = new Presentation ( "pres...

    docs.aspose.com/slides/fr/java/video-frame/
  3. Extrahera text eller objekt från PowerPoint- oc...

    C++-källkod för att extrahera data från PowerPoint- och OpenOffice-presentationer....online inkluderar Analysera presentation ODP Hur man extraherar text...text och bilder från ODP-presentation med Aspose.Slides för C++...

    products.aspose.com/slides/sv/cpp/parser/
  4. 访问 OpenDocument 演示文稿|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....NET 提供的 Presentation 类代表一个演示文稿文件。现在 Presentation 类还可以通过 Presentation...//实例化一个表示演示文稿文件的 Presentation 对象 using ( Presentation pres = new Presentation...

    docs.aspose.com/slides/zh/net/access-opendocume...
  5. حماية ODP ملفات العروض التقديمية باستخدام Java ...

    Java شفرة المصدر لحماية العرض التقديمي ODP....باستخدام Java Presentation presentation = new Presentation ( "pres..."pres.odp" ); try { presentation . getProtectionManager (). encrypt...

    products.aspose.com/slides/ar/java/protect/odp/
  6. Dodaj znak wodny do ODP plików prezentacji za p...

    Kod źródłowy C# do dodawania znaku wodnego do prezentacji ODP....C# using ( var presentation = new Presentation()) { ISlide slide...slide = presentation.Slides[ 0 ]; IAutoShape watermarkShape = slide...

    products.aspose.com/slides/pl/net/watermark/odp/
  7. .NET का उपयोग करके PPTX प्रस्तुतिकरण फ़ाइलों की...

    PPTX प्रस्तुति की सुरक्षा के लिए C# स्रोत कोड....करना using (Presentation presentation = new Presentation( "pres.pptx"...pptx" )) { presentation.ProtectionManager.Encrypt( "123123" );...

    products.aspose.com/slides/hi/net/protect/pptx/
  8. .NET का उपयोग करके PPT प्रस्तुति फ़ाइलें अनलॉक ...

    PPT प्रस्तुति से सुरक्षा हटाने के लिए C# स्रोत कोड....}; using (Presentation presentation = new Presentation( "pres.ppt"...ppt" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/hi/net/unlock/ppt/
  9. .NET का उपयोग करके PPT प्रस्तुतिकरण फ़ाइलों की ...

    PPT प्रस्तुति की सुरक्षा के लिए C# स्रोत कोड....करना using (Presentation presentation = new Presentation( "pres.ppt"...ppt" )) { presentation.ProtectionManager.Encrypt( "123123" );...

    products.aspose.com/slides/hi/net/protect/ppt/
  10. Aggiungi filigrana ai file di presentazione PPT...

    C# codice sorgente per l'aggiunta di filigrana alla presentazione PPT....C# using ( var presentation = new Presentation()) { ISlide slide...slide = presentation.Slides[ 0 ]; IAutoShape watermarkShape = slide...

    products.aspose.com/slides/it/net/watermark/ppt/