Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 5,232 for

autoshape

(0.07 sec)
  1. Add Rectangles to Presentations in .NET|Aspose....

    Boost your PowerPoint presentations by adding rectangles with Aspose.Slides for .NET—easily design and modify shapes programmatically.... Slides [ 0 ]; // Add autoshape of rectangle type sld . Shapes...pres . Slides [ 0 ]; // Add autoshape of rectangle type IShape shp...

    docs.aspose.com/slides/net/rectangle/
  2. Aspose::Words::Drawing::ShapeBase::get_Alternat...

    Aspose::Words::Drawing::ShapeBase::get_AlternativeText method. Defines alternative text to be displayed instead of a graphic in C++....it, and then via "Format AutoShape" -> "Alt Text". doc -> Save...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose.Words.Drawing | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing namespace to effortlessly create and modify stunning drawing objects, enhancing your document's visual appeal....drawing layer, such as an AutoShape, textbox, freeform, OLE object...drawing layer, such as an AutoShape, freeform, OLE object, ActiveX...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Manage Superscript and Subscript in Presentatio...

    Master superscript and subscript in Aspose.Slides for Node.js via Java and elevate your presentations with professional text formatting for maximum impact.... Add an AutoShape of Rectangle type to the slide...TextFrame associated with the AutoShape . Clear existing Paragraphs...

    docs.aspose.com/slides/nodejs-java/superscript-...
  5. 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...
  6. 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...
  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. Create Presentations in Java|Aspose.Slides Docu...

    Create presentations in Java with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results.... IAutoShape autoShape = slide . getShapes (). addAutoShape...Cloud , 20 , 20 , 200 , 80 ); autoShape . getTextFrame (). setText...

    docs.aspose.com/slides/java/create-presentation/
  9. 使用形状锁防止演示文稿编辑|Aspose.Slides 文档

    了解 Aspose.Slides for Java 如何在 PPT、PPTX 和 ODP 文件中锁定或解锁形状,保护演示文稿的安全,同时允许受控编辑并加快交付速度。... IAutoShape autoShape = ( IAutoShape ) shape ; IAutoShapeLock...autoShapeLock = ( IAutoShapeLock ) autoShape . getShapeLock (); autoShapeLock...

    docs.aspose.com/slides/zh/java/applying-protect...
  10. 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...