Sort Score
Result 10 results
Languages All
Labels All
Results 5,531 - 5,540 of 42,868 for

shape

(0.07 sec)
  1. Convert HTML To JPG Java

    Convert HTML to JPG format in Java code. Save HTML as JPG using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.html"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/html-...
  2. 管理自适应设置|Aspose.Slides 文档

    在 Java 中设置 PowerPoint 中文本框的自适应设置...属性(来自 TextFrameFormat 类)设置为 Shape 。 这段 Java 代码显示了如何指定文本必须始终适合其框的...setAutofitType ( TextAutofitType . Shape ); pres . save ( "Output-presentation...

    docs.aspose.com/slides/zh/androidjava/manage-au...
  3. 演示文稿查看器|Aspose.Slides 文档

    Java 中的 PowerPoint PPT 查看器...IShape shape ) { svgShape . setId ( String . format ( "shape-%d"...

    docs.aspose.com/slides/zh/java/presentation-vie...
  4. Convert JPG To PNG C#

    Convert JPG to PNG format in C# code. Save JPG as PNG using C#.... var shape = builder.InsertImage( "Input.jpg" ); shape.GetShapeRenderer()...; var shape = builder.InsertImage("Input.jpg"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/jpg-to...
  5. Convert JPG To SVG C#

    Convert JPG to SVG format in C# code. Save JPG as SVG using C#.... var shape = builder.InsertImage( "Input.jpg" ); shape.GetShapeRenderer()...; var shape = builder.InsertImage("Input.jpg"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/jpg-to...
  6. 演示文稿查看器|Aspose.Slides for PHP 文档

    PowerPoint PPT 查看器...$svgShape , $shape ) { $svgShape -> setId ( sprintf ( "shape-%d" , $m_shapeIndex...

    docs.aspose.com/slides/zh/php-java/presentation...
  7. LayoutEntityType | Aspose.Words for Java

    Types of the layout entities in Java....Represents text area inside of a shape. length Methods Method Description...Represents text area inside of a shape. Textbox may have LINE and ROW...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert OTT to PPSM via C# .NET or with free On...

    Convert Word ott documents to PowerPoint ppsm files with C#. Convert multiple files within ASP.NET or other .NET applications....in text frame of any slide shape inside presentation Save the...IAutoShape ashape = slide . Shapes . AddAutoShape ( ShapeType...

    products.aspose.com/total/net/conversion/ott-to...
  9. Convert TXT to POTM via C# .NET or with free On...

    Convert Word txt documents to PowerPoint potm files with C#. Convert multiple files within ASP.NET or other .NET applications....in text frame of any slide shape inside presentation Save the...IAutoShape ashape = slide . Shapes . AddAutoShape ( ShapeType...

    products.aspose.com/total/net/conversion/txt-to...
  10. Convert WORD To HTML Java

    Convert a Word document to HTML format in Java code. Save a Word document as HTML using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.docx"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/word-...