Sort Score
Result 10 results
Languages All
Labels All
Results 8,031 - 8,040 of 49,032 for

shape

(0.07 sec)
  1. Manage Presentation Slide Masters in Java|Aspos...

    Manage Slide Masters in Aspose.Slides for Java: create, edit and apply layouts, themes and placeholders to PPT, PPTX and ODP with concise Java examples....PowerPoint: change backgrounds, add shapes, customize the layout, etc...Master (background, fonts, shapes, etc.). However, when several...

    docs.aspose.com/slides/java/slide-master/
  2. Add Math Equations to PowerPoint Presentations ...

    Insert and edit math equations in PowerPoint PPT and PPTX with Aspose.Slides for .NET, supporting OMML, formatting controls, and clear C# code samples....expression to the slide, first add a shape that will contain the mathematical...presentation . Slides [ 0 ]. Shapes . AddMathShape ( 0 , 0 , 720...

    docs.aspose.com/slides/net/powerpoint-math-equa...
  3. Manage Presentation Slide Masters on Android|As...

    Manage Slide Masters in Aspose.Slides for Android: create, edit and apply layouts, themes and placeholders to PPT, PPTX and ODP with concise Java examples....PowerPoint: change backgrounds, add shapes, customize the layout, etc...Master (background, fonts, shapes, etc.). However, when several...

    docs.aspose.com/slides/androidjava/slide-master/
  4. 使用 C# 製作 Markdown

    通過幾個步驟在 C# 中創建一個新的 Markdown。使用 .NET 庫輕鬆創建 Markdown。...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/md/
  5. 使用 C# 製作 DOCX

    通過幾個步驟在 C# 中創建一個新的 DOCX。使用 .NET 庫輕鬆創建 DOCX。...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/docx/
  6. 使用 Java 製作 DOC

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

    products.aspose.com/words/zh-hant/java/make/doc/
  7. 在演示文稿中使用 C++ 管理表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for C++,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝幻灯片自动化。...() -> idx_get ( 0 ) -> get_Shapes () -> idx_get ( 0 )); // assuming...assuming that Slide#0.Shape#0 is a table for ( int32_t i = 0 ;...

    docs.aspose.com/slides/zh/cpp/manage-cells/
  8. Convert Image To HTML Python

    Convert Image to HTML format in Python code. Save Image as HTML using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  9. Convert TEXT To PNG Python

    Convert TEXT to PNG format in Python code. Save TEXT as PNG using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.txt") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  10. Convert Image To TXT Python

    Convert Image to TXT format in Python code. Save Image as TXT using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...