Sort Score
Result 10 results
Languages All
Labels All
Results 8,401 - 8,410 of 50,726 for

shape

(0.17 sec)
  1. 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/
  2. Aspose.Cells 9.0.0 中的公共 API 更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....添加了 Shape.TextOptions 属性 Aspose.Cells for .NET 已经为 Shape 类公开了...TextOptions 属性,以控制形状文本部分的外观。 这里是 Shape.TextOptions 属性的简单使用场景。 C# //...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. Working with PDF/A or PDF/UA|Aspose.Words for P...

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using Python. There are a few problems when converting to PDF/A documents, and Aspose.Words for Python solves them....mark shapes as decorative in Microsoft Word or mark shape as an...see details). For example, shapes could be marked as decorative...

    docs.aspose.com/words/python-net/working-with-p...
  4. 在演示文稿中使用 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/
  5. 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...
  6. 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...
  7. 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...
  8. Convert JPG To DOCX Python

    Convert JPG to DOCX format in Python code. Save JPG as DOCX using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

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

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

    products.aspose.com/words/python-net/conversion...
  10. Convert TEXT To HTML Python

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

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