Sort Score
Result 10 results
Languages All
Labels All
Results 9,181 - 9,190 of 129,130 for

presentations

(0.41 sec)
  1. Convert FLATOPC to POTM via C++ or with free On...

    Export FLATOPC to POTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free FLATOPC to POTM online converter quickly before integrating the code....the HTML and create a new presentation, which can then be saved...function Initialize a new Presentation object Add an AutoShape...

    products.aspose.com/total/cpp/conversion/flatop...
  2. コメント|Aspose.Slides ドキュメント

    Aspose.Slides for .NET でスライドコメントを操作します。コメントの追加、返信、編集、解決、および PPT、PPTX、ODP プレゼンテーションへのエクスポートを C# コード例で示します。...() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; var author = presentation . CommentAuthors...

    docs.aspose.com/slides/ja/net/examples/elements...
  3. C++을(를) 사용하여 POT 파일 메타데이터 보기 또는 편집 | products.a...

    POT 형식 메타데이터를 편집하거나 보기 위한 C++ 소스 코드....프레젠테이션 파일의 문서 속성에 액세스하기 위해 Presentation 개체에 의해 노출된 DocumentProperties...the Presentation class that represents the Presentation System...

    products.aspose.com/slides/ko/cpp/metadata/pot/
  4. C++을(를) 사용하여 POTX 파일 메타데이터 보기 또는 편집 | products....

    POTX 형식 메타데이터를 편집하거나 보기 위한 C++ 소스 코드....프레젠테이션 파일의 문서 속성에 액세스하기 위해 Presentation 개체에 의해 노출된 DocumentProperties...the Presentation class that represents the Presentation System...

    products.aspose.com/slides/ko/cpp/metadata/potx/
  5. C++을(를) 사용하여 FODP 파일 메타데이터 보기 또는 편집 | products....

    FODP 형식 메타데이터를 편집하거나 보기 위한 C++ 소스 코드....프레젠테이션 파일의 문서 속성에 액세스하기 위해 Presentation 개체에 의해 노출된 DocumentProperties...the Presentation class that represents the Presentation System...

    products.aspose.com/slides/ko/cpp/metadata/fodp/
  6. C++을(를) 사용하여 PPS 파일 메타데이터 보기 또는 편집 | products.a...

    PPS 형식 메타데이터를 편집하거나 보기 위한 C++ 소스 코드....프레젠테이션 파일의 문서 속성에 액세스하기 위해 Presentation 개체에 의해 노출된 DocumentProperties...the Presentation class that represents the Presentation System...

    products.aspose.com/slides/ko/cpp/metadata/pps/
  7. Sök text i PPTX presentationsfiler med .NET | p...

    C# källkod för att söka text i PPTX presentation....Sök och ersätt text PPTX presentation via C# En grundläggande...PPTX Presentation med C# using (Presentation presentation = new...

    products.aspose.com/slides/sv/net/search/pptx/
  8. ویرایش فایل های ارائه PPTX با استفاده از Java |...

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

    products.aspose.com/slides/fa/java/redaction/pptx/
  9. ویرایش فایل های ارائه ODP با استفاده از Java | ...

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

    products.aspose.com/slides/fa/java/redaction/odp/
  10. Ink|Aspose.Slides Documentation

    Work with Ink in Aspose.Slides for C++: draw, import, and edit strokes, adjust color and width, and export to PPT, PPTX, and ODP using C++ examples....() { auto presentation = MakeObject < Presentation > ( u "ink..."ink.pptx" ); auto slide = presentation -> get_Slide ( 0 ); auto...

    docs.aspose.com/slides/cpp/examples/elements/ink/