Sort Score
Result 10 results
Languages All
Labels All
Results 7,861 - 7,870 of 50,453 for

shape

(0.06 sec)
  1. Java API to Render CGM to XLTX | products.aspos...

    Export CGM to XLTX 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 CGM to SXC via C# API | products.aspose...

    C# API to Convert CGM File to SXC without using Microsoft Excel or Adobe Reader...Worksheet via its index, create a Shape and use its AddTextEffect function...

    products.aspose.com/total/net/conversion/cgm-to...
  3. Java API to Render CGM to XLT | products.aspose...

    Export CGM to XLT 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...
  4. Java API to Render SVG to XLTX | products.aspos...

    Export SVG to XLTX 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/svg-t...
  5. Java API to Render EPUB to SXC | products.aspos...

    Export EPUB 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/epub-...
  6. 使用 C# 製作 WORD

    通過幾個步驟在 C# 中創建一個新的 WORD。使用 .NET 庫輕鬆創建 WORD。...new DocumentBuilder(doc); Shape shape = builder.InsertChart(ChartType...432 , 252 ); Chart chart = shape.Chart; chart.Title.Text = "Demo...

    products.aspose.com/words/zh-hant/net/make/word/
  7. 在 C# 中製作文檔

    使用 .NET 庫創建文件。只需幾個步驟即可在 C# 中輕鬆創建新文檔。...new DocumentBuilder(doc); Shape shape = builder.InsertChart(ChartType...432 , 252 ); Chart chart = shape.Chart; chart.Title.Text = "Demo...

    products.aspose.com/words/zh-hant/net/make/
  8. Save Presentations in Python|Aspose.Slides for ...

    Discover how to save presentations in Python using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....presentation, add text to a shape, and save it to a stream. import...

    docs.aspose.com/slides/python-net/save-presenta...
  9. Manage VBA Projects in Presentations with Pytho...

    Discover how to generate and manipulate PowerPoint and OpenDocument presentations via VBA with Aspose.Slides for Python via .NET to streamline your workflow....source_code = """ Sub Test(oShape As Shape) MsgBox "Hello, world!" End...

    docs.aspose.com/slides/python-net/presentation-...
  10. 使用 Java 製作 WORD

    通過幾個步驟在 Java 中創建一個新的 WORD。使用 Java 庫輕鬆創建 WORD。...new DocumentBuilder (doc); Shape shape = builder.insertChart(ChartType...432 , 252 ); Chart chart = shape.getChart(); chart.getTitle()...

    products.aspose.com/words/zh-hant/java/make/word/