Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 7,247 for

merge presentation

(0.11 sec)
  1. Архів

    Архів... Створіть об’єкт класу Presentation , щоб завантажити цільовий...презентації. Створіть інший об’єкт Presentation , щоб завантажити вихідну...

    blog.aspose.com/uk/slides/merge-powerpoint-pres...
  2. Archiv

    Archiv...Sie ein Objekt der Klasse Presentation , um die Zielpräsentationsdatei...Erstellen Sie ein weiteres Presentation objekt, um die Quellpräsentation...

    blog.aspose.com/de/slides/merge-powerpoint-pres...
  3. Sloučit soubory ODP přes C++ | products.aspose.com

    Příklad kódu C++ pro kombinaci dokumentů ODP v C++ Runtime Environment pro Windows 32 bit, Windows 64 bit a Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cs/cpp/merger/odp/
  4. C++를 통해 PPTX 파일 병합 | products.aspose.com

    Windows 32비트, Windows 64비트 및 Linux 64비트용 C++ 런타임 환경에서 PPTX 문서를 결합하는 C++ 예제 코드....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/ko/cpp/merger/pptx/
  5. सी ++ के माध्यम से पीपीटीएक्स फाइलों को मर्ज कर...

    विंडोज 32 बिट, विंडोज 64 बिट और लिनक्स 64 बिट के लिए सी ++ रनटाइम एनवायरनमेंट पर पीपीटीएक्स दस्तावेजों को संयोजित करने के लिए सी ++ उदाहरण कोड।...Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/hi/cpp/merger/pptx/
  6. Hợp nhất các tệp PPTM qua C ++ | products.aspos...

    Mã ví dụ C ++ để kết hợp các tài liệu PPTM trên Môi trường thời gian chạy C ++ cho Windows 32 bit, Windows 64 bit và Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/vi/cpp/merger/pptm/
  7. آرشیوها

    آرشیوها...هدف را با استفاده از کلاس Presentation بارگیری کنید. با استفاده...استفاده از روش Presentation.getSlides() در میان اسلایدهای ارائه منبع...

    blog.aspose.com/fa/slides/merge-powerpoint-pres...
  8. जावा के माध्यम से POTM फ़ाइलें मर्ज करें | prod...

    JSP/JSF एप्लिकेशन और डेस्कटॉप एप्लिकेशन के लिए जावा रनटाइम एनवायरनमेंट पर POTM दस्तावेज़ों को संयोजित करने के लिए जावा नमूना कोड।...first POTM File Presentation prest1 = new Presentation( "prest1.potm"...second POTM File Presentation prest2 = new Presentation( "prest2.potm"...

    products.aspose.com/slides/hi/java/merger/potm/
  9. Sloučit soubory PPT přes C++ | products.aspose.com

    Příklad kódu C++ pro kombinaci dokumentů PPT v prostředí C++ Runtime Environment pro Windows 32 bit, Windows 64 bit a Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cs/cpp/merger/ppt/
  10. .NET을 통해 PPSX 파일 병합 | products.aspose.com

    .NET Framework, .NET Core, Windows Azure, Mono 또는 Xamarin 플랫폼에서 PPSX 문서를 결합하는 C# 소스 코드....파일 병합 - C# var ps1 = new Presentation( "presen1.ppsx" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/ko/net/merger/ppsx/