Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 48,784 for

shapes

(0.69 sec)
  1. Merge PNG to PDF in Python | products.aspose.com

    Merge PNG to PDF in Python. Use Python library API to combine PNG and PDF... shapes . add_picture_frame(slides...Bitmap( "image2.png" )) slide . shapes . add_picture_frame(slides...

    products.aspose.com/slides/python-net/merge/png...
  2. Merge TIFF to PDF in Python | products.aspose.com

    Merge TIFF to PDF in Python. Use Python library API to combine TIFF and PDF... shapes . add_picture_frame(slides...Bitmap( "image2.tiff" )) slide . shapes . add_picture_frame(slides...

    products.aspose.com/slides/python-net/merge/tif...
  3. Merge Image to PDF in Python | products.aspose.com

    Merge Image to PDF in Python. Use Python library API to combine Image and PDF... shapes . add_picture_frame(slides...Bitmap( "image2.png" )) slide . shapes . add_picture_frame(slides...

    products.aspose.com/slides/python-net/merge/ima...
  4. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in Shapes or textboxes using Aspose.Cells for JavaScript via C++....Spacing of the Paragraph in a Shape or Textbox with JavaScript via...worksheets . get ( 0 ); ws . shapes . addTextBox ( 2 , 0 , 2 ,...

    docs.aspose.com/cells/javascript-cpp/set-line-s...
  5. Manage Text Boxes in Presentations Using PHP|As...

    Aspose.Slides for PHP makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....typically exist in text boxes or shapes. Therefore, to add a text to...interface that allows you to add a shape containing some text. Info Aspose...

    docs.aspose.com/slides/php-java/manage-textbox/
  6. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...Process shapes (which may contain text) try: shapes = doc.get_child_nodes(aw...get_child_nodes(aw.NodeType.SHAPE, True) shape_count = shapes.count for i in...

    forum.aspose.com/t/change-styles-for-complete-d...
  7. 使用 Python 向演示文稿添加图片框|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 向 PowerPoint 和 OpenDocument 演示文稿添加图片框。简化工作流程并提升幻灯片设计。... shapes . add_picture_frame ( slides...向幻灯片添加图片框。 picture_frame = slide . shapes . add_picture_frame ( slides...

    docs.aspose.com/slides/zh/python-net/picture-fr...
  8. DocumentBase.Document | Aspose.Words for .NET

    Explore DocumentBase properties to efficiently manage your documents. Unlock seamless access and enhance your workflow today!...adding content such as text and shapes: a Section, a Body, and a Paragraph...

    reference.aspose.com/words/net/aspose.words/doc...
  9. ArrowLength | Aspose.Words for Java

    Length of the arrow at the end of a line in Java....Shows to create a variety of shapes. Document doc = new Document();...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/java/com.aspose.word...
  10. Animate PowerPoint Text in Python|Aspose.Slides...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET, with easy-to-follow, optimized code examples....auto_shape = slide . shapes [ 0 ] paragraph = auto_shape . text_frame...effects to another paragraph or shape. Aspose.Slides for Python lets...

    docs.aspose.com/slides/python-net/animated-text/