Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 42,856 for

shape

(0.05 sec)
  1. 演示主题|Aspose.Slides for PHP 文档

    PowerPoint 演示文稿主题...new Presentation (); try { $shape = $pres -> getSlides () -> get_Item...Rectangle , 10 , 10 , 100 , 100 ); $shape -> getFillFormat () -> setFillType...

    docs.aspose.com/slides/zh/php-java/presentation...
  2. ShapeBase.href property | Aspose.Words for Node.js

    ShapeBase.href property. Gets or sets the full hyperlink address for a Shape....full hyperlink address for a shape. get href () : string Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Create VSDX Files via Java | products.aspose.com

    Java Sample code for generating VSDX documents. Use this code for creating VSDX files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...

    products.aspose.com/diagram/java/create/vsdx/
  4. Create PDF Files via Java | products.aspose.com

    Java Sample code for generating PDF documents. Use this code for creating PDF files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...

    products.aspose.com/diagram/java/create/pdf/
  5. Story class | Aspose.Words for Python

    aspose.words.Story class. Base class for elements that contain block-level nodes [Paragraph](../paragraph/) and [Table](../../aspose.words.tables/table/)...from Node ) delete_shapes() Deletes all shapes from the text of...Examples Shows how to remove all shapes from a node. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Chart class | Aspose.Words for Python

    aspose.words.drawing.charts.Chart class. Provides access to the chart Shape properties...Provides access to the chart shape properties. To learn more, visit...doc = doc ) # Insert a chart shape with a document builder and...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CompareOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.CompareOptions class for advanced document comparison. Customize your comparison settings for precise results and enhanced productivity.... EndTable (); // Textbox: Shape textBox = builder . InsertShape...contents" ; (( Shape ) docEdited . GetChild ( NodeType . Shape , 0 , true...

    reference.aspose.com/words/net/aspose.words.com...
  8. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in Java...Extracting Images from Presentation shapes Contents [ Hide ] Images are...are often added to shapes and also frequently used as slides'...

    docs.aspose.com/slides/java/extracting-images-f...
  9. Edit PPSX in PHP | products.aspose.com

    Edit PPSX in PHP. Use PHP library API to edit PPSX files...getSlides () -> get_Item ( 0 ); $shape = $slide -> getShapes () ->...Rectangle , 10 , 10 , 100 , 50 ); $shape -> getTextFrame () -> setText...

    products.aspose.com/slides/php-java/editor/ppsx/
  10. Edit ODP in PHP | products.aspose.com

    Edit ODP in PHP. Use PHP library API to edit ODP files...getSlides () -> get_Item ( 0 ); $shape = $slide -> getShapes () ->...Rectangle , 10 , 10 , 100 , 50 ); $shape -> getTextFrame () -> setText...

    products.aspose.com/slides/php-java/editor/odp/