Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 5,382 for

autoshape

(0.2 sec)
  1. 在 C++ 中管理演示文稿占位符|Aspose.Slides 文档

    轻松管理 Aspose.Slides for C++ 中的占位符:替换文本、定制提示并在 PowerPoint 与 OpenDocument 中设置图像透明度。... 将占位符形状强制转换为 AutoShape 并使用与该 AutoShape 关联的 TextFrame 更改文本。...访问幻灯片中的第一个和第二个占位符,并将其强制转换为 AutoShape SharedPtr < IShape > shape...

    docs.aspose.com/slides/zh/cpp/manage-placeholder/
  2. 在 Java 中管理演示文稿的项目符号和编号列表|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 演示文稿中创建和格式化项目符号、图片、多级和编号列表。...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...); ITextFrame textFrame = autoShape . getTextFrame (); textFrame...

    docs.aspose.com/slides/zh/java/manage-lists/
  3. 使用 JavaScript 在演示文稿中管理项目符号和编号列表|Aspose.Slides f...

    了解如何使用 Aspose.Slides for Node.js via Java 在 PowerPoint 和 OpenDocument 演示文稿中创建和格式化项目符号、图片、多级和编号列表。... get_Item ( 0 ); const autoShape = slide . getShapes (). addAutoShape... 50 ); const textFrame = autoShape . getTextFrame (); textFrame...

    docs.aspose.com/slides/zh/nodejs-java/manage-li...
  4. How to Strike Out Text in PPTX using Python

    This topic focuses on how to strike out text in PPTX using Python. It includes the details to establish the environment, a step-wise process and a working example code to strike out PPTX text using Python....sample presentation, inserting autoshape, adding the text frame by...its first slide Create an autoshape and insert a sample textframe...

    kb.aspose.com/slides/python/how-to-strike-out-t...
  5. Manage PowerPoint Text Paragraphs on Android|As...

    Master paragraph formatting with Aspose.Slides for Android—optimize alignment, spacing & style in PPT, PPTX, and ODP 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/androidjava/manage-parag...
  6. Manage Picture Frames in Presentations Using Ja...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Java. Streamline your workflow and enhance slide designs....shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/java/picture-frame/
  7. Manage Picture Frames in Presentations Using Ja...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Node.js via Java. Streamline your workflow and enhance slide designs....shapesCount ; i ++ ) { var autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/nodejs-java/picture-frame/
  8. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java. Step-by-step guide.... Add an AutoShape in selected slide. Access...); // Adding and accessing Autoshape IAutoShape aShp = slide ....

    docs.aspose.com/slides/androidjava/manage-bullet/
  9. How to Strike Out Text in PPTX using Java

    This tutorial covers how to strike out text in PPTX using Java. It covers all the details to establish the environment, a step-wise process and a working sample code to strike out PPTX text using Java....presentation, creating an autoshape, adding a text frame by inserting...the first slide Create an autoshape of the Rectangle type and...

    kb.aspose.com/slides/java/how-to-strike-out-tex...
  10. Manage PowerPoint Text Paragraphs in JavaScript...

    Master paragraph formatting with Aspose.Slides for Node.js via Java—optimize alignment, spacing & style in PPT, PPTX, and ODP 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...