Sort Score
Result 10 results
Languages All
Labels All
Results 6,651 - 6,660 of 50,296 for

shape

(0.12 sec)
  1. Marker shapes set for line with marker charts a...

    I’m using the Aspose library to generate line with marker charts and programmatically setting custom marker Shapes for data points. However, when opening the generated file in Excel, the selected marker Shapes are not ap…...Marker shapes set for line with marker charts are not reflected...programmatically setting custom marker shapes for data points. However, when...

    forum.aspose.com/t/marker-shapes-set-for-line-w...
  2. Convert JPG To JPG C#

    Convert JPG to JPG format in C# code. Save JPG as JPG 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...
  3. Convert JPG To Image C#

    Convert JPG to Image format in C# code. Save JPG as Image 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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-...
  10. 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-...