Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 5,174 for

autoshape

(0.17 sec)
  1. Animate PowerPoint Text in PHP|Aspose.Slides fo...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for PHP via Java, with easy-to-follow, optimized code examples....paragraph to add effect $autoShape = $presentation -> getSlides...get_Item ( 0 ); $paragraph = $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/php-java/animated-text/
  2. Enhance Your Presentations with AutoFit in Java...

    Learn how to manage AutoFit settings in Aspose.Slides for Java to optimize text display in your PowerPoint and OpenDocument presentations and improve content readability....get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...setFillType ( FillType . Solid ); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/java/manage-autofit-sett...
  3. Animate PowerPoint Text in JavaScript|Aspose.Sl...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Node.js, with easy-to-follow, optimized code examples....paragraph to add effect var autoShape = presentation . getSlides...get_Item ( 0 ); var paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/nodejs-java/animated-text/
  4. Convert PPTX to Word in C++ | products.aspose.com

    Convert PPTX to Word in C++. Use C++ library API to convert PowerPoint to Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/cpp/conversion/pptx-...
  5. Convert PPT to Word in C++ | products.aspose.com

    Convert PPT to Word in C++. Use C++ library API to convert PowerPoint to Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/cpp/conversion/ppt-t...
  6. 在 Java 中创建和应用 WordArt 效果|Aspose.Slides 文档

    在 Aspose.Slides for Java 中创建和自定义 WordArt 效果。本分步指南帮助开发者在 Java 中使用专业文本提升演示文稿。...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...); ITextFrame textFrame = autoShape . getTextFrame (); Portion...

    docs.aspose.com/slides/zh/java/wordart/
  7. 文字艺术|Aspose.Slides for Node.js via .NET 文档

    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.... get_Item ( 0 ); var autoShape = slide . getShapes (). addAutoShape..., 200 ); var textFrame = autoShape . getTextFrame (); var portion...

    docs.aspose.com/slides/zh/nodejs-java/wordart/
  8. Manage Fonts in Presentations Using PHP|Aspose....

    Control fonts in PHP with Aspose.Slides: embed, substitute, and load custom fonts to keep PPT, PPTX and ODP presentations clear, brand-safe, and consistent....slide and typecast them to AutoShape . Get the Paragraph from the...the TextFrame exposed by AutoShape . Justify the paragraph. Access...

    docs.aspose.com/slides/php-java/manage-fonts/
  9. 在 Python 中创建和应用 WordArt 效果|Aspose.Slides for Py...

    了解如何在 Aspose.Slides for Python via .NET 中创建和自定义 WordArt 效果。此步骤指南帮助开发者在 Python 中使用时尚、专业的文本增强演示文稿。... slides [ 0 ] autoShape = slide . shapes . add_auto_shape... 400 , 200 ) textFrame = autoShape . text_frame portion = textFrame...

    docs.aspose.com/slides/zh/python-net/wordart/
  10. Manage Fonts in Presentations Using Java|Aspose...

    Control fonts in Java with Aspose.Slides: embed, substitute, and load custom fonts to keep PPT, PPTX and ODP presentations clear, brand-safe, and consistent....slide and typecast them to AutoShape . Get the Paragraph from the...the TextFrame exposed by AutoShape . Justify the paragraph. Access...

    docs.aspose.com/slides/java/manage-fonts/