Sort Score
Result 10 results
Languages All
Labels All
Results 5,271 - 5,280 of 42,868 for

shape

(0.19 sec)
  1. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in C++....DocumentBuilder->InsertImage method returns a Shape object that was just created...further modify properties of the Shape. Inserting an Inline Image Pass...

    docs.aspose.com/words/cpp/use-documentbuilder-t...
  2. Product Overview|Aspose.Slides for PHP Document...

    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....features such as managing texts, shapes, tables & animations, adding...tables and different kinds of shapes, you get to use it to add different...

    docs.aspose.com/slides/php-java/product-overview/
  3. Document | Aspose.Words for Java

    Represents a Word document in Java.... add(Shape watermark) appendChild(Node...getBackgroundShape() Gets the background shape of the document. getBibliography()...

    reference.aspose.com/words/java/com.aspose.word...
  4. 管理自动适应设置|Aspose.Slides 文档

    在 C# 或 .NET 中设置 PowerPoint 中文本框的自动适应设置...属性(来自 TextFrameFormat 类)设置为 Shape 。 以下 C# 代码展示了如何在 PowerPoint...IAutoShape autoShape = slide . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/net/manage-autofit-se...
  5. ImageFieldMergingArgs.ImageHeight | Aspose.Word...

    Set the ImageHeight in ImageFieldMergingArgs to customize image size for your document, enhancing visual appeal and clarity.... Shape ); } private readonly double...

    reference.aspose.com/words/net/aspose.words.mai...
  6. Add Custom XML Parts and Select them by ID with...

    Learn how to add and select custom XML parts in Excel files using Aspose.Cells with C++.... SetID ( u "Shape" ); // Specify search custom...

    docs.aspose.com/cells/cpp/add-custom-xml-parts-...
  7. 文本格式化|Aspose.Slides for Python 文档

    在 Python 中管理和处理文本及文本框属性... shapes [ 0 ] . text_frame . highlight_text...presentation . slides [ 0 ] . shapes [ 0 ] . text_frame . highlight_text...

    docs.aspose.com/slides/zh/python-net/text-forma...
  8. 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...
  9. 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...
  10. Export Excel Equations to Other Formats with Py...

    Learn how to export Excel equations to LaTeX and MathML formats using Aspose.Cells for Python via .NET....textboxes [ 0 ] # Assuming first shape is TextBox math_node = text_box...

    docs.aspose.com/cells/python-net/export-equation/