Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 5,330 for

autoshape

(0.52 sec)
  1. Archivio

    Archivio...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/it/slides/convert-ppt-to-word-j...
  2. arkiv

    arkiv...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/sv/slides/convert-ppt-to-word-j...
  3. ארכיון

    ארכיון...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/he/slides/convert-ppt-to-word-j...
  4. Archiv

    Archiv...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/cs/slides/convert-ppt-to-word-j...
  5. 在 .NET 中创建演示文稿|Aspose.Slides 文档

    使用 Aspose.Slides 在 .NET 中创建演示文稿——生成 PPT、PPTX 和 ODP 文件,受益于 OpenDocument 支持,并以编程方式保存以获得可靠的结果。...AddAutoShape 方法添加 Line 类型的 AutoShape。 将修改后的演示文稿写入为 PPTX 文件。 在下...Slides [ 0 ]; // 添加类型为线的 AutoShape slide . Shapes . AddAutoShape...

    docs.aspose.com/slides/zh/net/create-presentation/
  6. 在 PHP 中从演示文稿导出数学公式|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java,实现从 PowerPoint 到 MathML 的无缝导出数学公式——保持格式并提升兼容性。...new Presentation (); try { $autoShape = $pres -> getSlides () ->... 50 ); $mathParagraph = $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/zh/php-java/exporting-ma...
  7. Exporter des équations mathématiques depuis les...

    Débloquez l'exportation transparente des équations mathématiques de PowerPoint vers MathML avec Aspose.Slides pour C++ — préservez la mise en forme et améliorez la compatibilité....< Presentation > (); auto autoShape = pres -> get_Slides () ->...ExplicitCast < IMathPortion > ( autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/fr/cpp/exporting-math-eq...
  8. 使用形状锁防止演示文稿编辑|Aspose.Slides 文档

    了解 Aspose.Slides for C++ 如何在 PPT、PPTX 和 ODP 文件中锁定或解锁形状,保护演示文稿的安全,同时允许受控编辑并加快交付速度。... auto autoShape = ExplicitCast < IAutoShape...ExplicitCast < IAutoShapeLock > ( autoShape -> get_ShapeLock ()); autoShapeLock...

    docs.aspose.com/slides/zh/cpp/applying-protecti...
  9. 在 .NET 中管理演示文稿缩放|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 创建和自定义缩放 — 在 PPT、PPTX 和 ODP 演示文稿中在章节之间跳转,添加缩略图和过渡效果。...// 为第二张幻灯片创建文本框 IAutoShape autoshape = slide2 . Shapes . AddAutoShape...100 , 200 , 500 , 200 ); autoshape . TextFrame . Text = "Second...

    docs.aspose.com/slides/zh/net/manage-zoom/
  10. Gérer le zoom de présentation en Java|Documenta...

    Créer et personnaliser le zoom avec Aspose.Slides pour Java — naviguer entre les sections, ajouter des miniatures et des transitions dans les présentations PPT, PPTX et ODP....deuxième diapositive IAutoShape autoshape = slide2 . getShapes (). addAutoShape...100 , 200 , 500 , 200 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/fr/java/manage-zoom/