Sort Score
Result 10 results
Languages All
Labels All
Results 4,491 - 4,500 of 45,814 for

shape

(0.11 sec)
  1. 形状动画|Aspose.Slides for Python 文档

    在 Python 中创建 PowerPoint 动画... shapes . add_auto_shape ( slides . ShapeType...Adds Fade animation effect to shape effect = sequence . add_effect...

    docs.aspose.com/slides/zh/python-net/shape-anim...
  2. 档案

    档案...SharedPtr<ITable> table = slide->get_Shapes()->AddTable(100, 50, dblCols...(SharedPtr<IShape> shape : slide->get_Shapes()) { if (System::...

    blog.aspose.com/zh/slides/create-and-manipulate...
  3. Save Presentation in .NET|Aspose.Slides Documen...

    Save PowerPoint Presentation as file or stream in C# or .NET...Presentation file, add text in shape and Save the presentation to...IAutoShape shape = presentation . Slides [ 0 ]. Shapes . AddAutoShape...

    docs.aspose.com/slides/net/save-presentation/
  4. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in Java...30 , 30 }; // Adds a table shape to slide ITable tbl = sld ....70 , 70 }; // Adds a table shape to slide ITable tbl = sld ....

    docs.aspose.com/slides/java/manage-table/
  5. Convert Image To SVG Java

    Convert Image to SVG format in Java code. Save Image as SVG using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.png" ); shape.getShapeRenderer().save( "Output.svg" , new...

    products.aspose.com/words/java/conversion/image...
  6. Working with Clips in PS file| Python

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python...capable of containing closed shapes.; By utilizing a text outline;...below, we create a circular shape as a clipping path and use it...

    docs.aspose.com/page/python-net/ps/working-with...
  7. Փոխարկել JPG TIFF Java

    Փոխարկեք JPG ը TIFF ձևաչափի Java կոդով: Պահեք JPG որպես TIFF օգտագործելով Java:...new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.tiff" ,...

    products.aspose.com/words/hy/java/conversion/jp...
  8. Փոխարկել JPG JPG Java

    Փոխարկեք JPG ը JPG ձևաչափի Java կոդով: Պահեք JPG որպես JPG օգտագործելով Java:...new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.jpg" , new...

    products.aspose.com/words/hy/java/conversion/jp...
  9. Փոխարկել Պատկեր BMP Java

    Փոխարկեք Պատկեր ը BMP ձևաչափի Java կոդով: Պահեք Պատկեր որպես BMP օգտագործելով Java:...new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.png" ); shape.getShapeRenderer().save( "Output.bmp" , new...

    products.aspose.com/words/hy/java/conversion/im...
  10. 趋势线|Aspose.Slides 文档

    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....通过使用其索引获取幻灯片的引用 使用 Shapes 对象提供的 AddChart 方法创建一个新图表 使用 Shapes 对象提供的 AddAutoShape...100 , 500 , 400 ); IAutoShape shape = chart . getUserShapes ()....

    docs.aspose.com/slides/zh/java/trend-line/