Sort Score
Result 10 results
Languages All
Labels All
Results 8,111 - 8,120 of 113,580 for

presentations

(0.08 sec)
  1. 使用 .NET 刪除 PPTX 註釋 | products.aspose.com

    用於在 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台上刪除 PPTX 格式註釋的 C# 源代碼。...C# using (Presentation presentation = new Presentation( "example...from the presentation foreach ( var author in presentation.CommentAuthors)...

    products.aspose.com/slides/zh-hant/net/annotati...
  2. حماية ODP ملفات العروض التقديمية باستخدام C++ |...

    C++ شفرة المصدر لحماية العرض التقديمي ODP....auto presentation = System :: MakeObject < Presentation > ( u...u "pres.odp" ); presentation -> get_ProtectionManager() -> Encrypt(...

    products.aspose.com/slides/ar/cpp/protect/odp/
  3. حماية PPTX ملفات العروض التقديمية باستخدام C++ ...

    C++ شفرة المصدر لحماية العرض التقديمي PPTX....auto presentation = System :: MakeObject < Presentation > ( u...u "pres.pptx" ); presentation -> get_ProtectionManager() -> Encrypt(...

    products.aspose.com/slides/ar/cpp/protect/pptx/
  4. ویرایش فایل های ارائه PPT با استفاده از Java | ...

    کد منبع Java برای یافتن و جایگزینی متن در ارائه PPT....از Java Presentation presentation = new Presentation ( "welcome-to-powerpoint...SlideUtil . findAndReplaceText ( presentation , true , "PowerPoint" ,...

    products.aspose.com/slides/fa/java/redaction/ppt/
  5. Extract Text and Images from PPTX Files using P...

    Python source code to parse PPTX Presentation....Text and Images from PPTX presentation using Python Build your... Extract Text from PPTX Presentation via Python To scan the text...

    products.aspose.com/slides/python-net/parser/pptx/
  6. Zoek tekst in PPTX presentatiebestanden met beh...

    Java broncode om tekst te zoeken in PPTX Presentatie....van Java Presentation presentation = new Presentation ( "welcome-to-powerpoint...SlideUtil . findAndReplaceText ( presentation , true , "PowerPoint" ,...

    products.aspose.com/slides/nl/java/search/pptx/
  7. Oscura i file di presentazione PPT utilizzando ...

    Java codice sorgente per trovare e sostituire il testo nella presentazione PPT....utilizzando Java Presentation presentation = new Presentation ( "welcome-to-powerpoint...SlideUtil . findAndReplaceText ( presentation , true , "PowerPoint" ,...

    products.aspose.com/slides/it/java/redaction/ppt/
  8. Oscura i file di presentazione ODP utilizzando ...

    Java codice sorgente per trovare e sostituire il testo nella presentazione ODP....utilizzando Java Presentation presentation = new Presentation ( "welcome-to-powerpoint...SlideUtil . findAndReplaceText ( presentation , true , "PowerPoint" ,...

    products.aspose.com/slides/it/java/redaction/odp/
  9. VBAによるプレゼンテーション|Aspose.Slides ドキュメント

    C#または.NETでPowerPointプレゼンテーションにVBAマクロを追加、削除、抽出する... Presentation クラスのインスタンスを作成します。 VbaProject...using ( Presentation presentation = new Presentation ()) { //...

    docs.aspose.com/slides/ja/net/presentation-via-...
  10. チャートデータラベル|Aspose.Slides ドキュメント

    C#または.NETでPowerPointチャートデータラベルと距離を設定します...ます: using ( Presentation pres = new Presentation ()) { IChart...プレゼンテーションクラスのインスタンスを作成 Presentation presentation = new Presentation (); ISlide...

    docs.aspose.com/slides/ja/net/chart-data-label/