Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 5,190 for

autoshape

(0.36 sec)
  1. Manage Slide Transitions in Presentations in .N...

    Discover how to customize slide transitions in Aspose.Slides for .NET, with step-by-step guidance for PowerPoint and OpenDocument presentations....Presentation ()) { AutoShape autoshape = ( AutoShape ) presentation...100 , 100 , 400 , 100 ); autoshape . TextFrame . Text = "Morph...

    docs.aspose.com/slides/net/slide-transition/
  2. Text Looks Different When Converting a Presenta...

    Hi Team, I have a sample PPTX slide which has one shape. When I obtain the image of this shape using Aspose, the image is different from the original shape. There are two issues: a) The text in the PPTX is bold, while …...Shapes) { IAutoShape autoShape = curShape as IAutoShape;...Slides.IImage curImage = autoShape.GetImage(0, 2, 2); // Save...

    forum.aspose.com/t/text-looks-different-when-co...
  3. Add new last slide with text using insertFromHt...

    For an existing presentation I want to add an extra slide with some additional free text. I am using *IMasterLayoutSlideCollection layoutSlides = emptyMaster.getLayoutSlides();* blankLayout = layoutSlides.getByType(Sl…...IAutoShape autoShape) { ITextFrame textFrame = autoShape.getTextFrame();...ame); clearDefaultTitles(autoShape, textFrame); } } } private...

    forum.aspose.com/t/add-new-last-slide-with-text...
  4. Manage Presentation Zoom in .NET|Aspose.Slides ...

    Create and customize Zoom with Aspose.Slides for .NET — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations....the second slide IAutoShape autoshape = slide2 . Shapes . AddAutoShape...100 , 200 , 500 , 200 ); autoshape . TextFrame . Text = "Second...

    docs.aspose.com/slides/net/manage-zoom/
  5. Manage Presentation Zoom in JavaScript|Aspose.S...

    Create and customize Zoom with Aspose.Slides for Node.js — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations....for the second slide var autoshape = slide2 . getShapes (). addAutoShape...100 , 200 , 500 , 200 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/nodejs-java/manage-zoom/
  6. Automate Presentation Localization in C++|Aspos...

    Automate PowerPoint and OpenDocument slide localization in C++ with Aspose.Slides, using practical code samples and tips for faster global rollout.... Add an AutoShape of Rectangle type to the slide...

    docs.aspose.com/slides/cpp/presentation-localiz...
  7. Manage Presentation Placeholders in PHP|Aspose....

    Effortlessly manage placeholders in Aspose.Slides for PHP via Java: 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/php-java/manage-placehol...
  8. Add Rectangles to Presentations in PHP|Aspose.S...

    Boost your PowerPoint presentations by adding rectangles with Aspose.Slides for PHP via Java — easily design and modify shapes programmatically....-> get_Item ( 0 ); # Add AutoShape of ellipse type $shp = $sld...-> get_Item ( 0 ); # Add AutoShape of ellipse type $shp = $sld...

    docs.aspose.com/slides/php-java/rectangle/
  9. 在 Java 中获取演示文稿的段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中检索段落和文本部分的边界,以优化 PowerPoint 演示文稿中的文本定位。... AutoShape shape = ( AutoShape ) pres . getSlides...

    docs.aspose.com/slides/zh/java/paragraph/
  10. 在 .NET 中从演示文稿形状提取图像|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 从 PowerPoint 和 OpenDocument 演示文稿的形状中提取图像 —— 快速、代码友好的解决方案。...if ( sh is AutoShape ) { AutoShape ashp = ( AutoShape ) sh ; if...

    docs.aspose.com/slides/zh/net/extracting-images...