Sort Score
Result 10 results
Languages All
Labels All
Results 8,951 - 8,960 of 129,130 for

presentations

(0.12 sec)
  1. Zobrazení nebo úprava metadat souborů POT pomoc...

    Zdrojový kód Java pro úpravu nebo zobrazení metadat formátu POT....DocumentProperties vystavenou objektem Presentation pro přístup k vlastnostem...Java Presentation pres = new Presentation ( "Presentation.pot"...

    products.aspose.com/slides/cs/java/metadata/pot/
  2. Zobrazení nebo úprava metadat souborů PPS pomoc...

    Zdrojový kód Java pro úpravu nebo zobrazení metadat formátu PPS....DocumentProperties vystavenou objektem Presentation pro přístup k vlastnostem...Java Presentation pres = new Presentation ( "Presentation.pps"...

    products.aspose.com/slides/cs/java/metadata/pps/
  3. الرسوم المتحركة|توثيق Aspose.Slides

    استكشف أمثلة الرسوم المتحركة في Aspose.Slides for .NET: إضافة، تسلسل، وتخصيص التأثيرات والانتقالات باستخدام C# لعرض تقديمي PPT، PPTX، وODP....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; var shape = slide . Shapes . AddAutoShape...

    docs.aspose.com/slides/ar/net/examples/elements...
  4. How to Insert Signature in PowerPoint using C#

    This article provides details on how to insert signature in PowerPoint using C#. It assists by providing configuration details, step-wise program flow and a runnable sample code to add signature to PowerPoint using C# from a PFX certificate....before adding them to the presentation file and saving it as a...Slides for .NET to sign a presentation Create or load the file...

    kb.aspose.com/slides/net/how-to-insert-signatur...
  5. 替换演示文稿图像集合中的图像|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....请按照以下步骤操作: 使用 Presentation 类加载包含图像的演示文稿文件。 从文件中以字节数组加载图像。...//实例化演示文稿 Presentation presentation = new Presentation ( "presentation...

    docs.aspose.com/slides/zh/java/replacing-images...
  6. 母版幻灯片|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中管理母版幻灯片:创建、编辑、克隆并格式化主题、背景、占位符,以统一 PowerPoint 和 OpenDocument 中的幻灯片。... Presentation () as presentation : # 克隆默认母版幻灯片。... = presentation . masters [ 0 ] new_master = presentation . masters...

    docs.aspose.com/slides/zh/python-net/examples/e...
  7. مجموعة الشكل|توثيق Aspose.Slides لـ PHP

    العمل مع مجموعات الأشكال في PHP باستخدام Aspose.Slides: إنشاء وفك التجميع، إعادة ترتيب الأشكال الفرعية، ضبط التحولات والحدود عبر PowerPoint وOpenDocument....addGroupShape () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $group...

    docs.aspose.com/slides/ar/php-java/examples/ele...
  8. Diapositive|Aspose.Slides pour Python Documenta...

    Gérer les diapositives en Python avec Aspose.Slides: créer, cloner, réorganiser, masquer, définir les arrière-plans et la taille, appliquer des transitions et exporter pour PowerPoint et OpenDocument....diapositives à l’aide de la classe Presentation . Chaque exemple ci-dessous...with slides . Presentation () as presentation : # Chaque diapositive...

    docs.aspose.com/slides/fr/python-net/examples/e...
  9. Mở khóa tệp bản trình bày ODP bằng Java | produ...

    mã nguồn Java để xóa bảo vệ khỏi Bản trình bày ODP...."123123" ); Presentation presentation = new Presentation ( "pres...odp" , loadOptions ); try { presentation . getProtectionManager ()...

    products.aspose.com/slides/vi/java/unlock/odp/
  10. Mở khóa tệp bản trình bày PPT bằng Java | produ...

    mã nguồn Java để xóa bảo vệ khỏi Bản trình bày PPT...."123123" ); Presentation presentation = new Presentation ( "pres...ppt" , loadOptions ); try { presentation . getProtectionManager ()...

    products.aspose.com/slides/vi/java/unlock/ppt/