Sort Score
Result 10 results
Languages All
Labels All
Results 4,761 - 4,770 of 46,988 for

shape

(0.14 sec)
  1. Creating a Table on PowerPoint Slide|Aspose.Sli...

    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 shp = sld . Shapes . AddTable ( 15 ,...PowerPoint . TextFrame tf = cell . Shape . TextFrame ; //Add some text...

    docs.aspose.com/slides/net/creating-a-table-on-...
  2. Ինչպես հանել պատկերները Word ֆայլից Java-ում

    Այս ձեռնարկը բացատրում է, թե ինչպես կարելի է նկարներ հանել Word ֆայլից Java-ում: Այն տրամադրում է կազմաձևման մանրամասները, ծրագրի հոսքը և գործարկվող օրինակելի կոդը՝ Java-ում Word փաստաթղթից բոլոր պատկերները հանելու համար:...ձևն ունի պատկեր՝ օգտագործելով Shape դասի hasImage() մեթոդը Պահպանեք...մեթոդն օգտագործվում է NodeType.SHAPE արժեքը որպես արգումենտ տրամադրելով...

    kb.aspose.com/hy/words/java/how-to-extract-imag...
  3. 在 C# 中將 PPTX 轉換為 Word | products.aspose.com

    在 C# 中將 PPTX 轉換為 Word。使用 .NET 庫 API 將 PowerPoint 轉換為 Word...foreach ( var shape in slide.Shapes) { if (shape is AutoShape...

    products.aspose.com/slides/zh-hant/net/conversi...
  4. How to Make a Pie Chart in PowerPoint using Python

    This short topic guides how to make a pie chart in PowerPoint using Python along with the detailed steps to configure the environment and use the example code. The example provides sample code to add pie chart to PowerPoint using Python....presentation Insert a chart shape with Pie chart as its type Set...default first slide. Then a chart shape is added with a PIE as chart...

    kb.aspose.com/slides/python/how-to-make-a-pie-c...
  5. Insert Checkboxes, Text Input or Images during ...

    Insert checkboxes or text input fields during Mail Merge using C++. Also insert images from a Database during Mail Merge in C++....Words provides the Shape property, which facilitates...inserted image or any other shape. The following code example...

    docs.aspose.com/words/cpp/insert-checkboxes-tex...
  6. Insert Checkboxes, Text Input or Images during ...

    Insert checkboxes or text input fields during Mail Merge using Java. Also insert images from a Database during Mail Merge in Java....Words provides the Shape property, which facilitates...inserted image or any other shape. The following code example...

    docs.aspose.com/words/java/insert-checkboxes-te...
  7. Callout|Aspose.Slides for Node.js via .NET Docu...

    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....setting series data label callout shape for a Doughnut chart. Below...slides . TextAutofitType . Shape ); lbl . getDataLabelFormat...

    docs.aspose.com/slides/nodejs-java/callout/
  8. How Is an Image Overlaid on the Slide in PPT? C...

    Hi, I have a PPT slide which has a solid blue fill background. On top it has two pictures. One of the picture is blended in with the background, such that it does not replace the background color underneath. While the o…...slide I have a pictureframe shape. It does not have a fill type...color. On the slide, there is a shape of type PictureFrame. For this...

    forum.aspose.com/t/how-is-an-image-overlaid-on-...
  9. Փոխարկել Պատկեր SVG Java

    Փոխարկեք Պատկեր ը SVG ձևաչափի Java կոդով: Պահեք Պատկեր որպես SVG օգտագործելով Java:...new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.png" ); shape.getShapeRenderer().save( "Output.svg" , new...

    products.aspose.com/words/hy/java/conversion/im...
  10. TableCollection | Aspose.Words for Java

    Provides typed access to a collection of Table nodes in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

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