Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 5,232 for

autoshape

(0.96 sec)
  1. 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/
  2. Prevent Presentation Edits with Shape Locks in ...

    Discover how Aspose.Slides for .NET locks or unlocks shapes in PPT, PPTX and ODP files, securing presentations while allowing controlled edits....composed of components such as autoshapes, tables, OLE objects, grouped...PPTX: IAutoShapeLock locks autoshapes. IConnectorLock locks connector...

    docs.aspose.com/slides/net/applying-protection-...
  3. Format PowerPoint Text in Java|Aspose.Slides Do...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Java. Customize fonts, colors, alignment, and more....setWholeWordsOnly ( true ); (( AutoShape ) pres . getSlides (). get_Item...all words 'important' (( AutoShape ) pres . getSlides (). get_Item...

    docs.aspose.com/slides/java/text-formatting/
  4. Manage Presentation Placeholders in C++|Aspose....

    Effortlessly manage placeholders in Aspose.Slides for C++: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....the placeholder shape to an AutoShape and change the text using...TextFrame associated with the AutoShape . Save the modified presentation...

    docs.aspose.com/slides/cpp/manage-placeholder/
  5. 使用 PHP 的 AutoFit 提升您的演示文稿|Aspose.Slides for PHP 文档

    在 Aspose.Slides for PHP 中管理 AutoFit 设置,以优化 PowerPoint 和 OpenDocument 演示文稿中的文本显示并提升内容可读性。...getSlides () -> get_Item ( 0 ); $autoShape = $slide -> getShapes () ->...setFillType ( FillType :: Solid ); $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/zh/php-java/manage-autof...
  6. Format PowerPoint Text in Python|Aspose.Slides ...

    Learn how to format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Customize fonts, colors, alignment, and more with powerful Python code examples....Presentation () as pres : autoShape = pres . slides [ 0 ] . shapes...RECTANGLE , 50 , 50 , 200 , 100 ) autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/python-net/text-formatting/
  7. 使用 PHP 管理演示文稿中的文本框|Aspose.Slides for PHP 文档

    Aspose.Slides for PHP 让您轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化。...() -> get_Item ( 0 ); # 添加 AutoShape,类型设置为 Rectangle $ashp = $sld...} 检查文本框形状 Aspose.Slides 在 AutoShape 类中提供了 isTextBox 方法,允许您检查形状并识别文本框。...

    docs.aspose.com/slides/zh/php-java/manage-textbox/
  8. 使用 Java 中的 AutoFit 提升您的演示文稿|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中管理 AutoFit 设置,以优化 PowerPoint 和 OpenDocument 演示文稿中的文本显示,并提升内容可读性。...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...setFillType ( FillType . Solid ); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/java/manage-autofit-s...
  9. Text Box|Aspose.Slides for Python Documentation

    Create and format text boxes in Python with Aspose.Slides: set fonts, alignment, wrapping, autofit, and links to polish slides for PowerPoint and OpenDocument....box is represented by an AutoShape . Nearly any shape can contain...Box A text box is simply an AutoShape with no fill or border and...

    docs.aspose.com/slides/python-net/examples/elem...
  10. Animate PowerPoint Text in .NET|Aspose.Slides D...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET, with easy-to-follow, optimized C# code examples....to add effect IAutoShape autoShape = ( IAutoShape ) presentation...]; IParagraph paragraph = autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/net/animated-text/