Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 129,285 for

presentation

(0.15 sec)
  1. 打印演示文稿|Aspose.Slides 文档

    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 对象公开的无参数...Files\" ; //Load the presentation Presentation asposePresentation...

    docs.aspose.com/slides/zh/net/print-the-present...
  2. 数学文本|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 处理数学文本:创建和编辑公式、分数、根式、上下标、格式,并渲染 PPT 和 PPTX 的结果。... Presentation () as presentation : slide = presentation . slides...math_paragraph . add ( math_block ) presentation . save ( "math_text.pptx"...

    docs.aspose.com/slides/zh/python-net/examples/e...
  3. 使用 C++ 查看或編輯 POTM 文件元數據 | products.aspose.com

    C++ 源代碼,用於編輯或查看 POTM 格式元數據。...開發人員可以使用 Presentation 對象公開的 DocumentProperties...the Presentation class that represents the Presentation System...

    products.aspose.com/slides/zh-hant/cpp/metadata...
  4. 使用 C++ 查看或編輯 PPSM 文件元數據 | products.aspose.com

    C++ 源代碼,用於編輯或查看 PPSM 格式元數據。...開發人員可以使用 Presentation 對象公開的 DocumentProperties...the Presentation class that represents the Presentation System...

    products.aspose.com/slides/zh-hant/cpp/metadata...
  5. 使用 C++ 查看或編輯 PPSX 文件元數據 | products.aspose.com

    C++ 源代碼,用於編輯或查看 PPSX 格式元數據。...開發人員可以使用 Presentation 對象公開的 DocumentProperties...the Presentation class that represents the Presentation System...

    products.aspose.com/slides/zh-hant/cpp/metadata...
  6. 使用 Python 查看或編輯 FODP 文件元數據 | products.aspose.com

    Python 源代碼,用於編輯或查看 FODP 格式元數據。...開發人員可以使用 Presentation 對象公開的 DocumentProperties...the Presentation class that represents the Presentation with...

    products.aspose.com/slides/zh-hant/python-net/m...
  7. 使用 Python 查看或編輯 PPTX 文件元數據 | products.aspose.com

    Python 源代碼,用於編輯或查看 PPTX 格式元數據。...開發人員可以使用 Presentation 對象公開的 DocumentProperties...the Presentation class that represents the Presentation with...

    products.aspose.com/slides/zh-hant/python-net/m...
  8. Note|Aspose.Slides Documentation

    Work with slide notes in Aspose.Slides for .NET: add, read, edit, and export speaker notes in PPT, PPTX, and ODP using clear C# examples....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; var notesSlide = slide . NotesSlideManager...

    docs.aspose.com/slides/net/examples/elements/note/
  9. 数学文本|Aspose.Slides 文档

    探索 Aspose.Slides for Java 的 MathematicalText 示例:使用 Java 在 PPT、PPTX 和 ODP 演示文稿中创建和格式化方程式、分数、矩阵和符号。...addMathText () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/java/examples/element...
  10. Clone PowerPoint Slides in Python|Aspose.Slides...

    Quickly clone or duplicate PowerPoint slides with Aspose.Slides for Python via .NET. Follow our clear code examples and tips to automate PPT creation in seconds, boost productivity, and eliminate manual work....the current presentation or another open presentation. The cloning...the end within the same presentation. Clone a slide to a specific...

    docs.aspose.com/slides/python-net/clone-slides/