Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 4,478 for

autoshape

(0.1 sec)
  1. Ellipse|Aspose.Slides Documentation

    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.... Add an AutoShape of Ellipse type using addAutoShape...(). get_Item ( 0 ); // Add AutoShape of ellipse type sld . getShapes...

    docs.aspose.com/slides/java/ellipse/
  2. 在 C++ 中將 PPTX 轉換為 Word | products.aspose.com

    在 C++ 中將 PPTX 轉換為 Word。使用 C++ 庫 API 將 PowerPoint 轉換為 Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/zh-hant/cpp/conversi...
  3. 动画文本|Aspose.Slides 文档

    使用Aspose.Slides在PowerPoint演示文稿中添加动画文本...pptx" ); // 选择段落以添加效果 auto autoShape = System :: ExplicitCast <...( 0 )); auto paragraph = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/zh/cpp/animated-text/
  4. Shape Formatting|Aspose.Slides Documentation

    Format shape in PowerPoint presentation in Java...we formatted a rectangle AutoShape : // Instantiates a presentation... get_Item ( 0 ); // Adds autoshape of rectangle type IShape shp...

    docs.aspose.com/slides/java/shape-formatting/
  5. Picture Frame|Aspose.Slides Documentation

    Add a picture frame to a PowerPoint presentation in C# or .NET...shapesCount ; i ++) { var autoShape = presentation . Slides [...[ 0 ]. Shapes [ i ]; if ( autoShape . Placeholder == null ) {...

    docs.aspose.com/slides/net/picture-frame/
  6. Ellipse|Aspose.Slides for PHP Documentation

    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.... Add an AutoShape of Ellipse type using addAutoShape...-> get_Item ( 0 ); # Add AutoShape of ellipse type $sld -> getShapes...

    docs.aspose.com/slides/php-java/ellipse/
  7. Shape Formatting|Aspose.Slides for PHP Document...

    Format shape in PowerPoint presentation...we formatted a rectangle AutoShape : # Instantiates a presentation...-> get_Item ( 0 ); # Adds autoshape of rectangle type $shp = $sld...

    docs.aspose.com/slides/php-java/shape-formatting/
  8. 在 Java 中管理 PowerPoint 段落|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...get_Item ( 0 ); // 添加一个矩形类型的 AutoShape IAutoShape ashp = slide ....150 , 300 , 150 ); // 访问 AutoShape 的 TextFrame ITextFrame tf...

    docs.aspose.com/slides/zh/androidjava/manage-pa...
  9. Shape Formatting|Aspose.Slides for Python Docum...

    Format shape in PowerPoint presentation in Python...we formatted a rectangle AutoShape : import aspose.slides as...[ 0 ] # Adds a rectangle autoshape shp = sld . shapes . add_auto_shape...

    docs.aspose.com/slides/python-net/shape-formatt...
  10. 管理字体 - PowerPoint Java API|Aspose.Slides 文档

    演示文稿通常包含文本和图像。本文展示了如何使用 PowerPoint Java API 配置幻灯片上文本段落的字体属性。...Placeholder 形状并将其类型转换为 AutoShape 。 从 AutoShape 暴露的 TextFrame 中获取 Paragraph...访问幻灯片中的第一个和第二个占位符,并将其类型转换为 AutoShape ITextFrame tf1 = (( IAutoShape...

    docs.aspose.com/slides/zh/androidjava/manage-fo...