Sort Score
Result 10 results
Languages All
Labels All
Results 6,611 - 6,620 of 230,763 for

aspose.slides

(0.92 sec)
  1. Aspose.OCR for C++

    本分步教程向您展示如何.........Email Product Family Aspose.Slides Product Family Aspose.Imaging...

    kb.aspose.com/zh/ocr/cpp/
  2. Aspose.PUB for C++

    在 C++ 中创建 PUB 格式并将其转换为 PDF、PNG、JPG 和其他图像格式,而无需使用 Microsoft Publisher。...Email Product Family Aspose.Slides Product Family Aspose.Imaging...

    kb.aspose.com/zh/pub/cpp/
  3. Aspose.Tasks for C++

    This step by step tutorial shows you how to........Email Product Family Aspose.Slides Product Family Aspose.Imaging...

    kb.aspose.com/tasks/cpp/
  4. Aspose.TeX for Java

    This step by step tutorial shows you how to........Email Product Family Aspose.Slides Product Family Aspose.Imaging...

    kb.aspose.com/tex/java/
  5. 使用 Python 嵌入演示文稿中的字体|Aspose.Slides for Python 文档

    使用 Aspose.slides for Python 通过 .NET 将 TrueType 字体嵌入 PowerPoint 和 OpenDocument 演示文稿,确保在所有平台上准确渲染。...代码演示了如何获取和移除演示文稿中的嵌入字体: import aspose.slides as slides import aspose...代码演示了如何嵌入并添加字体到演示文稿: import aspose.slides as slides # 加载演示文稿。 with...

    docs.aspose.com/slides/zh/python-net/embedded-f...
  6. 从 PPT 到 PPTX 格式的转换|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....格式的转换 Contents [ Hide ] Aspose.Slides 独特的功能,提供在版本转换时的灵活性,而不会影响工作。...

    docs.aspose.com/slides/zh/net/conversion-from-p...
  7. 管理 C++ 中的演示文稿背景|Aspose.Slides 文档

    学习如何使用 Aspose.slides for C++ 在 PowerPoint 和 OpenDocument 文件中设置动态背景,并提供提升演示效果的代码技巧。... 为普通幻灯片设置纯色背景 Aspose.Slides 允许您为演示文稿中的特定幻灯片设置纯色背景,即...Dispose (); 为母版幻灯片设置纯色背景 Aspose.Slides 允许您为演示文稿的母版幻灯片设置纯色背景。母版...

    docs.aspose.com/slides/zh/cpp/presentation-back...
  8. Change Background Color in PowerPoint using C#

    Change background color in PowerPoint using C#. Get IDE configuration, a list of steps and sample code for changing a PPT background color using C#....Email Product Family Aspose.Slides Product Family Aspose.Imaging...using C# Set the IDE to use Aspose.Slides for .NET to change the background...

    kb.aspose.com/slides/net/change-background-colo...
  9. Highlight Text in PowerPoint using Java

    Highlight text in PowerPoint using Java. Get the detail to set IDE, a list of steps, and a sample code to highlight in PowerPoint using Java....Email Product Family Aspose.Slides Product Family Aspose.Imaging...the environment to use Aspose.Slides for Java for highlighting...

    kb.aspose.com/slides/java/highlight-text-in-pow...
  10. 使用 Python 在演示文稿中自定义形状|Aspose.Slides for Python 文档

    使用 Aspose.slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建并自定义形状:几何路径、圆滑角、复合形状。... 要编辑 PowerPoint 形状,Aspose.Slides 提供了 GeometryPath 类。 一个 GeometryPath...代码演示如何向形状添加自定义点: import aspose.slides as slides with slides ....

    docs.aspose.com/slides/zh/python-net/custom-shape/