Sort Score
Result 10 results
Languages All
Labels All
Results 5,061 - 5,070 of 48,781 for

shape

(0.08 sec)
  1. Insert a Picture Based on Cell Reference|Docume...

    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....worksheet cell in an image shape. You can link the picture to...

    docs.aspose.com/cells/net/insert-a-picture-base...
  2. Archive

    archives... Draw Shapes on Bitmap 5. Draw Text on Bitmap...graphics API that supports drawing shapes, text, and images across platforms...

    blog.aspose.com/drawing/create-load-fill-and-dr...
  3. DmlEffectsRenderingMode enumeration | Aspose.Wo...

    aspose.words.saving.DmlEffectsRenderingMode enumeration. Specifies how DrawingML effects are rendered to fixed page formats....file_name = MY_DIR + 'DrawingML shape effects.docx' ) # Create a "PdfSaveOptions"...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Icon Is Not Rendered Properly When Converting I...

    Hi Team, I have a PPTX containing one slide having two icons (refer to sample.zip to get the sample.pptx). I am using Aspose Slides for .NET (version 25.3) to get images of these Shapes using following code: using Aspo…...3) to get images of these shapes using following code: using...curShape in presentation.Slides[0].Shapes) { if (curShape is GroupShape)...

    forum.aspose.com/t/icon-is-not-rendered-properl...
  5. Convert PowerPoint Slides to PNG on Android|Asp...

    Convert PowerPoint presentations to high-quality PNG images quickly with Aspose.Slides for Android via Java, ensuring precise, automated results....can I export only a specific shape (e.g., chart or picture) rather...for individual shapes ; you can render a shape to a PNG image...

    docs.aspose.com/slides/androidjava/convert-powe...
  6. SmartArt|Aspose.Slides Documentation

    Build and edit SmartArt in C# with Aspose.Slides: add nodes, change layouts and styles, convert to Shapes with precision, and export for PPT, PPTX and ODP.... Shapes . AddSmartArt ( 50 , 50 , 400...[ 0 ]; var smart = slide . Shapes . AddSmartArt ( 50 , 50 , 400...

    docs.aspose.com/slides/net/examples/elements/sm...
  7. Aspose.Cells.Drawing.TextBox.CalculateTextSize ...

    CalculateTextSizeTest.zip (86.1 KB) public static void testHeight() { // Create a new workbook and save with different DPI settings Workbook workbook = new Workbook("D:\\CalculateTextSizeTest.xlsm"); Worksheet shee…...foreach (Shape shape in sheet.Shapes) { // 判断形状是否为文本框 if (shape is...(Aspose.Cells.Drawing.TextBox)shape; // 判断文本框的名称是否以"批注文本框"开头 if...

    forum.aspose.com/t/aspose-cells-drawing-textbox...
  8. Working with Hatch Patterns in PS file | Java

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...separate class for painting shapes and text with hatches. However...demonstrate, firstly, how to fill a shape with a hatch pattern, then all...

    docs.aspose.com/page/java/ps/working-with-hatch...
  9. Public API Changes in Aspose.Diagram 4.2.0|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....Developers can now glue group shapes inside the container. Also...working perfect with ungroup shapes. However, there’re many points...

    docs.aspose.com/diagram/net/public-api-changes-...
  10. Create VSDX Files via Python | products.aspose.com

    Python Sample code for generating VSDX documents. Use this code for creating VSDX files within any Python based application.....Pages[ 0 ]; // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-net/create/v...