Sort Score
Result 10 results
Languages All
Labels All
Results 7,031 - 7,040 of 129,321 for

presentations

(0.67 sec)
  1. Xem hoặc chỉnh sửa siêu dữ liệu tệp PPT bằng C+...

    mã nguồn C++ để chỉnh sửa hoặc xem siêu dữ liệu định dạng PPT....the Presentation class that represents the Presentation System...System :: SharedPtr < Presentation > presentation = System :: MakeObject...

    products.aspose.com/slides/vi/cpp/metadata/ppt/
  2. Archivo

    Archivo...convertir usando la clase Presentation . Cree un objeto de la clase...HTML utilizando el método Presentation.save(String, i nt, HtmlOptions)...

    blog.aspose.com/es/slides/convert-powerpoint-to...
  3. Gestionar notas de la presentación en Python|Do...

    Personaliza las notas de la presentación con Aspose.Slides para Python mediante .NET. Trabaja sin problemas con notas de PowerPoint y OpenDocument para aumentar tu productividad....slides # Instanciar un objeto Presentation que representa un archivo...presentación with slides . Presentation ( path + "AccessSlides.pptx"...

    docs.aspose.com/slides/es/python-net/presentati...
  4. チャート|Aspose.Slides ドキュメント

    Aspose.Slides for C++ でチャートをマスター: 作成、書式設定、データバインド、そして PPT、PPTX、ODP 形式でチャートをエクスポートする C++ のサンプル...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // 最初のスライドにシンプルなエリアチャートを追加します。...

    docs.aspose.com/slides/ja/cpp/examples/elements...
  5. グループ シェイプ|Aspose.Slides ドキュメント

    Aspose.Slides for C++ でグループ化されたシェイプを管理します。C++ の例を使用して、PPT、PPTX、ODP プレゼンテーションでグループ シェイプの作成、入れ子化、配置、再順序付け、スタイル設定を行います。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); auto group = slide...

    docs.aspose.com/slides/ja/cpp/examples/elements...
  6. Header Footer|Aspose.Slides for Node.js via .NE...

    Control slide headers and footers with Aspose.Slides for Node.js: add dates, slide numbers, and custom text in PPT, PPTX, and ODP with JavaScript examples....{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  7. Customize PowerPoint Fonts in .NET|Aspose.Slide...

    Customize fonts in PowerPoint slides with Aspose.Slides for .NET to keep your Presentations sharp and consistent across any device....to load fonts used in a presentation without installing them...Load and render/export the presentation. Call FontsLoader.ClearCache...

    docs.aspose.com/slides/net/custom-font/
  8. 档案

    档案...首先,使用 Presentation 类加载 PowerPoint 文件。 使用 Presentation->getSl...(BackgroundType value) 方法设置背景类型。 使用 Presentation->getSlides()->idxget(0)...

    blog.aspose.com/zh/slides/set-slide-background-...
  9. Chercher

    chercher...PowerPoint à l’aide de la classe Presentation . Définissez le type d’arrière-plan...d’arrière-plan à l’aide de la méthode Presentation->getSlides()->idxget(0)...

    blog.aspose.com/fr/slides/set-slide-background-...
  10. ארכיון

    ארכיון... using (Presentation presentation = new Presentation("pres.pptx"))...pptx")) { presentation.ProtectionManager.Encrypt("123123"); presentation...

    blog.aspose.com/he/slides/encrypt-ppt-csharp/