Sort Score
Result 10 results
Languages All
Labels All
Results 6,661 - 6,670 of 113,574 for

presentations

(0.08 sec)
  1. مخطط دائري|وثائق Aspose.Slides لـ Python

    خيارات مخطط دائري وألوان الشرائح في عرض PowerPoint باستخدام بايثون...أدناه: أنشئ كائن من فئة Presentation . أضف المخطط إلى الشريحة...instance of Presentation class with slides . Presentation () as presentation...

    docs.aspose.com/slides/ar/python-net/pie-chart/
  2. Online SVG to PPSX Conversion or Develop Java b...

    Free online app to convert SVG to PPSX files. Java conversion library code for SVG documents....Load PPTX document by using Presentation class Save the document...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/java/conversion/svg-t...
  3. Online SVG to PPSM Conversion or Develop Java b...

    Free online app to convert SVG to PPSM files. Java conversion library code for SVG documents....Load PPTX document by using Presentation class Save the document...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/java/conversion/svg-t...
  4. Convert DOTM to PPS via Java or with free Onlin...

    Java API to Export DOTM to PPS without using Microsoft Word or PowerPoint or online. Test free DOTM to PPS online converter quickly before integrating the code....for Java to create a new Presentation. This API allows you to...write HTML content into the Presentation and save it as a PPS file...

    products.aspose.com/total/java/conversion/dotm-...
  5. تنسيق النص|وثائق Aspose.Slides

    إدارة وتعديل النص وخصائص إطار النص في C#... قم بإنشاء كائن من Presentation مع ملف الإدخال. يمكن أن...ODP، إلخ. Presentation presentation = new Presentation ( "SomePresentation...

    docs.aspose.com/slides/ar/net/text-formatting/
  6. تخطيط الشريحة|وثائق Aspose.Slides

    تعيين حجم الشريحة وخياراتها في C++...و get_Masters() تحت فئة Presentation . لأداء المهام ذات الصلة،...التقديمي أنشئ مثيل لفئة Presentation . الوصول إلى مجموعة MasterSlide...

    docs.aspose.com/slides/ar/cpp/slide-layout/
  7. Замена изображений в коллекции изображений през...

    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/ru/net/replacing-images-...
  8. Chraňte soubory prezentací ODP pomocí .NET | pr...

    Zdrojový kód C# k ochraně prezentace ODP....C# using (Presentation presentation = new Presentation( "pres.odp"...odp" )) { presentation.ProtectionManager.Encrypt( "123123" );...

    products.aspose.com/slides/cs/net/protect/odp/
  9. Odemkněte PPT prezentační soubory pomocí .NET |...

    Zdrojový kód C# pro odstranění ochrany z prezentace PPT....}; using (Presentation presentation = new Presentation( "pres.ppt"...ppt" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/cs/net/unlock/ppt/
  10. Chraňte soubory prezentací PPTX pomocí .NET | p...

    Zdrojový kód C# k ochraně prezentace PPTX....C# using (Presentation presentation = new Presentation( "pres.pptx"...pptx" )) { presentation.ProtectionManager.Encrypt( "123123" );...

    products.aspose.com/slides/cs/net/protect/pptx/