Sort Score
Result 10 results
Languages All
Labels All
Results 6,141 - 6,150 of 113,576 for

presentations

(0.23 sec)
  1. Sblocca i file di presentazione ODP utilizzando...

    codice sorgente Java per rimuovere la protezione dalla presentazione ODP...."123123" ); Presentation presentation = new Presentation ( "pres...odp" , loadOptions ); try { presentation . getProtectionManager ()...

    products.aspose.com/slides/it/java/unlock/odp/
  2. Proteggi i file di presentazione PPTX utilizzan...

    Java codice sorgente per proteggere la presentazione PPTX....utilizzando Java Presentation presentation = new Presentation ( "pres..."pres.pptx" ); try { presentation . getProtectionManager (). encrypt...

    products.aspose.com/slides/it/java/protect/pptx/
  3. Mở khóa tệp bản trình bày PPTX bằng .NET | prod...

    mã nguồn C# để xóa bảo vệ khỏi Bản trình bày PPTX....}; using (Presentation presentation = new Presentation( "pres.pptx"...pptx" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/vi/net/unlock/pptx/
  4. Mở khóa tệp bản trình bày PPT bằng .NET | produ...

    mã nguồn C# để xóa bảo vệ khỏi Bản trình bày PPT....}; using (Presentation presentation = new Presentation( "pres.ppt"...ppt" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/vi/net/unlock/ppt/
  5. Mở khóa tệp bản trình bày ODP bằng .NET | produ...

    mã nguồn C# để xóa bảo vệ khỏi Bản trình bày ODP....}; using (Presentation presentation = new Presentation( "pres.odp"...odp" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/vi/net/unlock/odp/
  6. Manage TextBox|Aspose.Slides Documentation

    Manage a text box or text frame in PowerPoint Presentations using C++...Create an instance of the Presentation class. Obtain a reference...slide in the newly created presentation. Add an IAutoShape object...

    docs.aspose.com/slides/cpp/manage-textbox/
  7. Diagrammachse|Aspose.Slides Dokumentation

    Bearbeiten der PowerPoint-Diagrammachse in C# oder .NET...Erstellen Sie eine Instanz der Presentation Klasse. Greifen Sie auf...erhalten: using ( Presentation pres = new Presentation ()) { Chart...

    docs.aspose.com/slides/de/net/chart-axis/
  8. Axe de diagramme|Documentation Aspose.Slides

    Modifier l'axe du diagramme PowerPoint en C# ou .NET...une instance de la classe Presentation . Accédez à la première...C# : using ( Presentation pres = new Presentation ()) { Chart...

    docs.aspose.com/slides/fr/net/chart-axis/
  9. 将 PowerPoint 转换为 TIFF|Aspose.Slides 文档

    在 Java 中将 PowerPoint 演示文稿转换为 TIFF...将 PowerPoint 转换为 TIFF 使用 Presentation 类暴露的 Save 方法,您可以快速将整个 PowerPoint...实例化表示演示文稿文件的 Presentation 对象 Presentation pres = new Presentation ( "presentation...

    docs.aspose.com/slides/zh/java/convert-powerpoi...
  10. Zobrazení nebo úprava metadat souborů POT pomoc...

    Zdrojový kód C++ pro úpravu nebo zobrazení metadat formátu POT....DocumentProperties vystavenou objektem Presentation pro přístup k vlastnostem...the Presentation class that represents the Presentation System...

    products.aspose.com/slides/cs/cpp/metadata/pot/