Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 130,453 for

presentation

(1.37 sec)
  1. 在 .NET 中管理演示文稿的图表数据标记|Aspose.Slides 文档

    了解如何在 Aspose.Slides for .NET 中自定义图表数据标记,通过清晰的 C# 代码示例提升 PPT 和 PPTX 格式演示文稿的效果。...设置图表标记选项,请按照以下步骤操作: 实例化 Presentation 类。 创建默认图表。 设置图片。 获取第一个图表系列。...// 创建 Presentation 类的实例 using Presentation presentation = new...

    docs.aspose.com/slides/zh/net/chart-data-marker/
  2. Aspose::Words::DocumentBuilder::InsertOleObject...

    Aspose::Words::DocumentBuilder::InsertOleObject method. Inserts an embedded OLE object from a stream into the document in C++....System :: IO :: Stream > & presentation ) Parameter Type Description...OLE object being inserted. presentation const System::SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Create New Presentations Using VSTO and Aspose....

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and create new PowerPoint (PPT, PPTX) Presentations in C# with clean, reliable code....Create New Presentations Using VSTO and Aspose.Slides for .NET...manipulate Microsoft PowerPoint presentations, just like VSTO, but it...

    docs.aspose.com/slides/net/create-a-new-present...
  4. Convert PowerPoint Presentations to Word Docume...

    Convert PowerPoint PPT and PPTX slides to editable Word documents in Java using Aspose.Slides with precise layout, images and formatting preserved....Convert PowerPoint Presentations to Word Documents in Java Contents...PowerPoint and OpenDocument presentations to Word documents using...

    docs.aspose.com/slides/java/convert-powerpoint-...
  5. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument Presentations using Aspose.Slides for Android via Java. Step-by-step guide....Bulleted and Numbered Lists in Presentations on Android Contents [ Hide...numbers in slides in your presentations. Why Use Bullet Lists? Bullet...

    docs.aspose.com/slides/androidjava/manage-bullet/
  6. Online TEX to XAML Conversion or Develop Java b...

    Free online app to convert TEX to XAML files. Java conversion library code for TEX documents....Load PPTX document by using Presentation class Save the document...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/java/conversion/tex-t...
  7. Master PowerPoint Fonts in Java|Aspose.Slides D...

    Learn to control PowerPoint fonts in Aspose.Slides for Java: embed, substitute, load custom fonts, and resolve missing glyphs with concise code....Hide ] Manage Fonts in Presentations Using Java Customize PowerPoint...in Java Specify Default Presentation Fonts in Java Embed Fonts...

    docs.aspose.com/slides/java/powerpoint-fonts/
  8. 在 Python 中应用或更改幻灯片布局|Aspose.Slides for Python 文档

    了解如何在 Aspose.Slides for Python(通过 .NET)中管理和自定义幻灯片布局。探索布局类型、占位符控制、页脚可见性以及通过 Python 代码示例进行布局操作。...layout_slides 和 masters ,位于 Presentation 类下 类型,例如 LayoutSlide 、 ...允许您检查特定布局是否已存在,必要时添加新布局,并使用该布局插入幻灯片。 创建 Presentation 类的实例。 访问 MasterLayoutSlideCol...

    docs.aspose.com/slides/zh/python-net/slide-layout/
  9. 从演示文稿中使用 Python 获取形状有效属性|Aspose.Slides for Pyth...

    了解 Aspose.Slides for Python via .NET 如何计算并应用有效的形状属性,以实现精确的 PowerPoint 和 OpenDocument 渲染。... Presentation ( "Presentation1.pptx" ) as presentation : shape...shape = presentation . slides [ 0 ] . shapes [ 0 ] local_text_frame_format...

    docs.aspose.com/slides/zh/python-net/shape-effe...
  10. 使用 C++ 在演示文稿中管理文本框|Aspose.Slides 文档

    Aspose.Slides for C++ 让您能够轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化水平。...要在幻灯片上创建文本框,请按照以下步骤操作: 创建 Presentation 类的实例。 获取新建演示文稿中第一张幻灯片的引用。...本: Aspose TextBox 最后,通过 Presentation 对象写入 PPTX 文件。 以下 C++ 代码...

    docs.aspose.com/slides/zh/cpp/manage-textbox/