Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 4,478 for

autoshape

(0.04 sec)
  1. 管理自动适应设置|Aspose.Slides 文档

    在 Java 中为 PowerPoint 的文本框设置自动适应设置...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...setFillType ( FillType . Solid ); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/java/manage-autofit-s...
  2. 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-...
  3. 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...
  4. WordArt|Aspose.Slides for Python 文档

    在 Python 或 Aspose.Slides for Python via .NET 中添加、操作和管理 PowerPoint 演示文稿中的 WordArt 和效果... slides [ 0 ] autoShape = slide . shapes . add_auto_shape... 400 , 200 ) textFrame = autoShape . text_frame portion = textFrame...

    docs.aspose.com/slides/zh/python-net/wordart/
  5. 字体艺术|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....get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...); ITextFrame textFrame = autoShape . getTextFrame (); Portion...

    docs.aspose.com/slides/zh/androidjava/wordart/
  6. 管理占位符|Aspose.Slides for Python 文档

    在Python中更改PowerPoint演示文稿中的占位符文本和提示文本...将占位符形状强制转换为 AutoShape ,并使用 TextFrame 修改与 AutoShape 相关联的文本。 保存修改后的演示文稿。...type ( shape ) is slides . AutoShape : text = "" if shape . placeholder...

    docs.aspose.com/slides/zh/python-net/manage-pla...
  7. 管理自动调整设置|Aspose.Slides for PHP 文档

    设置 PowerPoint 中文本框的自动调整设置...getSlides () -> get_Item ( 0 ); $autoShape = $slide -> getShapes () ->...setFillType ( FillType :: Solid ); $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/zh/php-java/manage-autof...
  8. Manage Fonts - PowerPoint Java API|Aspose.Slide...

    Presentations usually contain both text and images. This article shows how to use PowerPoint Java API to configure the font properties of paragraphs of text on slides....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/
  9. Manage Fonts - PowerPoint Java API|Aspose.Slide...

    Presentations usually contain both text and images. This article shows how to use PowerPoint Java API to configure the font properties of paragraphs of text on slides....slide and typecast them to AutoShape . Get the Paragraph from the...the TextFrame exposed by AutoShape . Justify the paragraph. Access...

    docs.aspose.com/slides/androidjava/manage-fonts/
  10. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in Java...setWholeWordsOnly ( true ); (( AutoShape ) pres . getSlides (). get_Item...all words 'important' (( AutoShape ) pres . getSlides (). get_Item...

    docs.aspose.com/slides/java/text-formatting/