Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 4,904 for

autoshape

(0.06 sec)
  1. 記録

    記録...// 効果を追加する段落を選択 IAutoShape autoShape = (IAutoShape)presentation...Shapes[0]; IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; //...

    blog.aspose.com/ja/slides/apply-animation-to-te...
  2. Automatiza la localización de presentaciones co...

    Automatiza la localización de diapositivas de PowerPoint y OpenDocument en Python con Aspose.Slides, utilizando ejemplos de código prácticos y consejos para acelerar el despliegue global.... Agregar una AutoShape del tipo Rectángulo a la diapositiva...

    docs.aspose.com/slides/es/python-net/presentati...
  3. 在 Python 中向演示文稿添加椭圆|Aspose.Slides for Python 文档

    学习如何使用 Aspose.Slides for Python 在 PPT、PPTX 与 ODP 演示文稿中创建、格式化并操作椭圆形状——附带代码示例。...使用IShapes对象公开的AddAutoShape方法添加椭圆类型的AutoShape 将修改后的演示文稿写入PPTX文件 在下面的示例中,我们已将椭圆添加到第一张幻灯片。...使用IShapes对象公开的AddAutoShape方法添加椭圆类型的AutoShape。 将椭圆的填充类型设置为实心。 使用与IShape...

    docs.aspose.com/slides/zh/python-net/ellipse/
  4. 数学方程式のエクスポート|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 > (); auto autoShape = pres -> get_Slides () ->...ExplicitCast < IMathPortion > ( autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/ja/cpp/exporting-math-eq...
  5. 아카이브

    아카이브...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/ko/slides/convert-ppt-to-word-j...
  6. Lưu trữ

    Lưu trữ...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/vi/slides/convert-ppt-to-word-j...
  7. 形状操作|Aspose.Slides 文档

    在 C# 或 .NET 中操作 PowerPoint 形状...iCount ; i ++) { AutoShape ashp = ( AutoShape ) sld . Shapes [...iCount ; i ++) { AutoShape ashp = ( AutoShape ) sld . Shapes [...

    docs.aspose.com/slides/zh/net/shape-manipulations/
  8. 使用 C# 在 PowerPoint 中突出显示文本

    使用 C# 在 PowerPoint 中突出显示文本。获取 IDE 设置、步骤列表和示例代码,以使用 C# 在幻灯片中搜索文本并在 PowerPoint 中突出显示。...并遍历所有幻灯片 迭代每张幻灯片中的所有形状并访问 AutoShape 对象中的每个形状 突出显示包含所需单词的所有文本实例...HighlightText() 的各种重载方法,使用 AutoShape 对象突出显示文本。 使用 C# 开发 PowerPoint...

    kb.aspose.com/zh/slides/net/highlight-text-in-p...
  9. Rechteck|Aspose.Slides Dokumentation

    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....( 0 ); // Fügen Sie eine AutoShape des Ellipsentyps hinzu IShape...( 0 ); // Fügen Sie eine AutoShape des Ellipsentyps hinzu IShape...

    docs.aspose.com/slides/de/java/rectangle/
  10. 椭圆|Aspose.Slides 文档

    在C#或.NET中创建PowerPoint演示文稿中的椭圆...使用IShapes对象暴露的AddAutoShape方法添加椭圆类型的AutoShape 将修改后的演示文稿写入PPTX文件 在下面给出的示...使用IShapes对象暴露的AddAutoShape方法添加椭圆类型的AutoShape。 将椭圆的填充类型设置为实心。 使用与IShape...

    docs.aspose.com/slides/zh/net/ellipse/