Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 4,473 for

autoshape

(0.03 sec)
  1. Manage Autofit Settings|Aspose.Slides Documenta...

    Set the autofit settings for textbox in PowerPoint in C++...() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...100.0f ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/cpp/manage-autofit-setti...
  2. 文本格式化|Aspose.Slides 文档

    在 C# 中管理和操作文本及文本框属性... 使用 Shapes 集合访问形状,并将其转换为 AutoShape 。 使用 TextFrame.Highlight()..."SomePresentation.pptx" ); (( AutoShape ) presentation . Slides [...

    docs.aspose.com/slides/zh/net/text-formatting/
  3. Text Formatting|Aspose.Slides for Node.js via ....

    Manage and manipulate text and text frame properties in JavaScript...Presentation (); try { var autoShape = pres . getSlides (). get_Item..., 50 , 50 , 200 , 100 ); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/nodejs-java/text-formatt...
  4. Manage PowerPoint Paragraph in Java|Aspose.Slid...

    Create paragraphs and manage paragraph properties in PowerPoint presentations on Android in Java...get_Item ( 0 ); // Add an AutoShape of Rectangle type IAutoShape...// Access TextFrame of the AutoShape ITextFrame tf = ashp . getTextFrame...

    docs.aspose.com/slides/androidjava/manage-parag...
  5. Manage PowerPoint Paragraph in Java|Aspose.Slid...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in Java...get_Item ( 0 ); // Add an AutoShape of Rectangle type IAutoShape...// Access TextFrame of the AutoShape ITextFrame tf = ashp . getTextFrame...

    docs.aspose.com/slides/java/manage-paragraph/
  6. Manage PowerPoint Paragraph in JavaScript|Aspos...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in JavaScript... Add a Rectangle AutoShape to the slide. Get the ITextFrame...ITextFrame associated with the AutoShape . Create two Paragraph objects...

    docs.aspose.com/slides/nodejs-java/manage-parag...
  7. Text Formatting|Aspose.Slides for PHP Documenta...

    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....new Presentation (); try { $autoShape = $pres -> getSlides () ->... 50 , 50 , 200 , 100 ); $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/php-java/text-formatting/
  8. Manage TextBox|Aspose.Slides for Python Documen...

    Manage a text box or text frame in PowerPoint presentations using Python... slides [ 0 ] # Adds an AutoShape with type set as Rectangle...is_text_box property from the AutoShape class, allowing you to examine...

    docs.aspose.com/slides/python-net/manage-textbox/
  9. Picture Frame|Aspose.Slides for PHP Documentation

    Add a picture frame to a PowerPoint presentation in PHP...$shapesCount ) ; $i ++ ) { $autoShape = $presentation -> getSlides...$i ); if ( java_is_null ( $autoShape -> getPlaceholder ())) { continue...

    docs.aspose.com/slides/php-java/picture-frame/
  10. Ellipse|Aspose.Slides Documentation

    Create ellipse in PowerPoint presentation in C# or .NET...by using its Index Add an AutoShape of Ellipse type using AddAutoShape...pres . Slides [ 0 ]; // Add autoshape of ellipse type sld . Shapes...

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