Sort Score
Result 10 results
Languages All
Labels All
Results 6,721 - 6,730 of 46,178 for

shape

(0.12 sec)
  1. Java API to Render CGM to SXC | products.aspose...

    Export CGM to SXC via Java API without using Microsoft Excel or Adobe Reader...Worksheet via its index, create a Shape and use its addTextEffect function...

    products.aspose.com/total/java/conversion/cgm-t...
  2. Convert DOT to POTX via C# .NET or with free On...

    Convert Word dot documents to PowerPoint potx files with C#. Convert multiple files within ASP.NET or other .NET applications....in text frame of any slide shape inside presentation Save the...

    products.aspose.com/total/net/conversion/dot-to...
  3. Convert DOTM to PPSX via C# .NET or with free O...

    Convert Word dotm documents to PowerPoint ppsx files with C#. Convert multiple files within ASP.NET or other .NET applications....in text frame of any slide shape inside presentation Save the...

    products.aspose.com/total/net/conversion/dotm-t...
  4. Convert DOCM to ODP via C# .NET or with free On...

    Convert Word docm 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...

    products.aspose.com/total/net/conversion/docm-t...
  5. Convert DOCX to PPSX via C# .NET or with free O...

    Convert Word docx documents to PowerPoint ppsx files with C#. Convert multiple files within ASP.NET or other .NET applications....in text frame of any slide shape inside presentation Save the...

    products.aspose.com/total/net/conversion/docx-t...
  6. Convert RTF to PPT via C# .NET or with free Onl...

    Convert Word rtf documents to PowerPoint ppt files with C#. Convert multiple files within ASP.NET or other .NET applications....in text frame of any slide shape inside presentation Save the...

    products.aspose.com/total/net/conversion/rtf-to...
  7. Გადაიყვანეთ PDF TIFF Python

    გადაიყვანეთ PDF TIFF Python ფორმატში კოდით. შეინახეთ PDF როგორც TIFF Python....DocumentBuilder(doc) shape = builder.insert_image("Input.pdf") shape.get_shape_renderer()...

    products.aspose.com/words/ka/python-net/convers...
  8. Გადაიყვანეთ WORD JPG Python

    გადაიყვანეთ WORD JPG Python ფორმატში კოდით. შეინახეთ WORD როგორც JPG Python....DocumentBuilder(doc) shape = builder.insert_image("Input.docx") shape.get_shape_renderer()...

    products.aspose.com/words/ka/python-net/convers...
  9. Გადაიყვანეთ PDF PNG Python

    გადაიყვანეთ PDF PNG Python ფორმატში კოდით. შეინახეთ PDF როგორც PNG Python....DocumentBuilder(doc) shape = builder.insert_image("Input.pdf") shape.get_shape_renderer()...

    products.aspose.com/words/ka/python-net/convers...
  10. Make WORD Using C#

    Make a new a Word document in C# in a few steps. Easily create a Word document using .NET library....new DocumentBuilder(doc); Shape shape = builder.InsertChart(ChartType...432 , 252 ); Chart chart = shape.Chart; chart.Title.Text = "Demo...

    products.aspose.com/words/net/make/word/