Sort Score
Result 10 results
Languages All
Labels All
Results 4,931 - 4,940 of 48,674 for

shape

(0.74 sec)
  1. 使用 Java 在演示文稿中应用形状动画|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中创建和自定义形状动画。脱颖而出!... IShape shape = firstSlide . getShapes ()...sequence . getEffectsByShape ( shape ); if ( shapeEffects . length...

    docs.aspose.com/slides/zh/java/shape-animation/
  2. Using ActiveX Controls in Excel with C#

    This article guides on using ActiveX Controls in Excel with C#. It has the details to set the IDE, steps, and a sample code for adding ActiveX command button using C#....ActiveX control Access the shapes collection from a sheet and...the process by accessing the shapes collection from a sheet in...

    kb.aspose.com/cells/net/using-activex-controls-...
  3. Tables with Images in Multiple Columns Do Not F...

    When generating a Word document using Aspose.Words, tables containing images arranged in multiple columns do not fit within the page width. Additionally, the HTML sample provided is rendered correctly in html but is not …...foreach (Shape s in t.GetChildNodes(NodeType.Shape, true)) {...foreach (Shape s in t.GetChildNodes(NodeType.Shape, true)) {...

    forum.aspose.com/t/tables-with-images-in-multip...
  4. 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...
  5. Convert JPG To SVG Java

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

    products.aspose.com/words/java/conversion/jpg-t...
  6. Convert JPG To GIF Java

    Convert JPG to GIF format in Java code. Save JPG as GIF using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.gif" , new...

    products.aspose.com/words/java/conversion/jpg-t...
  7. Convert JPG To TIFF Java

    Convert JPG to TIFF format in Java code. Save JPG as TIFF using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.tiff" ,...

    products.aspose.com/words/java/conversion/jpg-t...
  8. Convert JPG To BMP Java

    Convert JPG to BMP format in Java code. Save JPG as BMP using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.bmp" , new...

    products.aspose.com/words/java/conversion/jpg-t...
  9. How to Convert SHP to GPX in C#

    This quick tutorial guides on how to convert SHP to GPX in C#. It provides configuration details and simplest code to convert Shapefile to GPX in C# without installing any other GIS software.... Steps to Convert Shape File to GPX in C# Install Aspose...explain the process to convert shape file to GPX in C# by identifying...

    kb.aspose.com/gis/net/how-to-convert-shp-to-gpx...
  10. How to Create PowerPoint Presentation using Java

    In this tutorial, you will learn, how to create PowerPoint presentation using Java in MS Windows, macOS, or Ubuntu. The code sample in Java create PowerPoint presentation with no dependence on MS PowerPoint....method, insert a Rectangle shape in the newly created slide Insert...text frame is added inside the shape and its respective textual properties...

    kb.aspose.com/slides/java/how-to-create-powerpo...