Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 48,782 for

shape

(0.47 sec)
  1. Aspose.Words Product Family

    Find answers about creating, converting, editing, and printing Word documents without utilizing Microsoft Word....C# Insert Shape in Word using Python Insert Shapes in Word using...using Java Insert Shape in Word using C# Paragraph Formatting...

    kb.aspose.com/words/page/3/
  2. 在 Android 上管理演示文稿中的 OLE|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 优化 PowerPoint 和 OpenDocument 文件中的 OLE 对象管理。实现 OLE 内容的无缝嵌入、更新和导出。... get_Item ( 0 ); IShape shape = slide . getShapes (). get_Item...get_Item ( 0 ); if ( shape instanceof IOleObjectFrame ) { IOleObjectFrame...

    docs.aspose.com/slides/zh/androidjava/manage-ole/
  3. Manage Text Portions in Presentations on Androi...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for Android via Java, boosting performance and customization....of presentation IAutoShape shape = ( IAutoShape ) pres . getSlides...textFrame = ( ITextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/androidjava/portion/
  4. 使用Node.js via C++在图表上添加WordArt水印|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Microsoft Excel的图表中添加WordArt水印。我们的指南将演示如何创建和定位WordArt水印,以增强图表的视觉吸引力和独特性。...// Add a WordArt watermark (shape) to the chart's plot area. const... 2000 , 3000 ); // Get the shape's fill format. const wordArtFormat...

    docs.aspose.com/cells/zh/nodejs-cpp/add-wordart...
  5. 创建、插入字段|Documentation

    如何使用 Java Diagram API 创建、插入字段。... 编程范例 下面的一段代码在 shape 中插入一个字段。 删除字段...

    docs.aspose.com/diagram/zh/python-java/create-i...
  6. PdfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading Pdf document into a Document object in Java....SHAPE, true); if (isSkipPdfImages)...() Gets whether to convert shapes with EquationXML to Office...

    reference.aspose.com/words/java/com.aspose.word...
  7. Manage PowerPoint Text Paragraphs in C++|Aspose...

    Master paragraph formatting with Aspose.Slides for C++—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in C++....IAutoShape > ashp = sld -> get_Shapes () -> AddAutoShape ( ShapeType...IAutoShape > ashp = sld -> get_Shapes () -> AddAutoShape ( ShapeType...

    docs.aspose.com/slides/cpp/manage-paragraph/
  8. Manage Video Frames in Presentations Using PHP|...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for PHP via Java. Fast how-to guide....getShapes () as $shape ) { if ( java_instanceof ( $shape , new JavaClass...slides.VideoFrame" ))) { $vf = $shape ; $type = $vf -> getEmbeddedVideo...

    docs.aspose.com/slides/php-java/video-frame/
  9. How to Create PowerPoint Presentation using Python

    We'll walk you through the steps in Python for how to create PowerPoint presentation using Python. One can effectively use Python generate PowerPoint presenation in any format and can open that in MS PowerPoint for viewing....Rectangle shape inside the slide using the add_auto_shape method...adding a text frame to the shape and setting the textual properties...

    kb.aspose.com/slides/python/how-to-create-power...
  10. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java....getBackgroundShape() Gets the background shape of the document. getChild(int...setBackgroundShape(Shape value) Sets the background shape of the document...

    reference.aspose.com/words/java/com.aspose.word...