Sort Score
Result 10 results
Languages All
Labels All
Results 6,701 - 6,710 of 50,321 for

shape

(0.18 sec)
  1. Convert OTT to ODP via C# .NET or with free Onl...

    Convert Word ott documents to PowerPoint odp 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...
  2. 使用Python.NET导出Excel方程到其他格式|Documentation

    学习如何使用Aspose.Cells for Python via .NET将Excel方程导出为LaTeX和MathML格式。...textboxes [ 0 ] # Assuming first shape is TextBox math_node = text_box...

    docs.aspose.com/cells/zh/python-net/export-equa...
  3. Change SVG Fill Color in Python | Change Fill C...

    Learn how to change SVG fill color in Python. This guide shows how to load an SVG, change its fill colors, and save the updated SVG using Python code.... Each shape, such as <circle> , <rect> ...red instantly. Simple for one shape, but if you are working with...

    blog.aspose.com/svg/change-svg-fill-color-in-py...
  4. Convert Image To WORD Java

    Convert Image to WORD format in Java code. Save Image as WORD using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.png"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/image...
  5. Convert Image To HTML Java

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

    products.aspose.com/words/java/conversion/image...
  6. Convert JPG To WORD Java

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

    products.aspose.com/words/java/conversion/jpg-t...
  7. Convert TEXT To PNG Java

    Convert TEXT to PNG format in Java code. Save TEXT as PNG using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.txt"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/text-...
  8. Convert WORD To PDF Java

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

    products.aspose.com/words/java/conversion/word-...
  9. Convert HTML To PDF Java

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

    products.aspose.com/words/java/conversion/html-...
  10. Convert HTML To Markdown Java

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

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