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

shape

(0.09 sec)
  1. 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...
  2. AxisBuiltInUnit enumeration | Aspose.Words for ...

    aspose.words.drawing.charts.AxisBuiltInUnit enumeration. Specifies the display units for an axis....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Create VSSM Files via Python | products.aspose.com

    Python Sample code for generating VSSM documents. Use this code for creating VSSM files within any Python based application.....Pages[ 0 ]; // Add Text shape. shape = page.addText( 1 , 1 ,...formatting and placement of shapes in a diagram. In general, Microsoft...

    products.aspose.com/diagram/python-net/create/v...
  4. How to Add Hyperlink to an Image in PowerPoint ...

    This article contains information on how to add hyperlink to an image in PowerPoint using C#. It covers the configuration details using step wise approach to accomplish the task and a sample code to add hyperlink to an image in PPT in C#....Insert a picture frame in the shapes collection of the selected...hyperlink for the picture frame shape using the Hyperlink class and...

    kb.aspose.com/slides/net/how-to-add-hyperlink-t...
  5. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run 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...
  6. 公共 API Aspose.Diagram 6.6.0 的变化|Documentation

    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....GetPage ( "Page-1" ); // get shape of the Visio diagram by ID Aspose...Aspose . Diagram . Shape OLE_Shape = page . Shapes . GetShape ( 2...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  7. Create VSTX Files via Python | products.aspose.com

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

    products.aspose.com/diagram/python-net/create/v...
  8. Create VSDM Files via Python | products.aspose.com

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

    products.aspose.com/diagram/python-net/create/v...
  9. Რამდენიმე JPG TIFF Java

    შეაერთეთ მრავალი JPG TIFF Java კოდში. შეინახეთ JPG როგორც TIFF Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/ka/java/merge/jpg-to-...
  10. Convert VSDX to PDF in Python

    Learn how to convert VSDX to PDF in Python. Discover code examples and simplify your diagram processing tasks today!... See Also # Read Visio Shape Data in Python Create a Flowchart...Flowchart in Python Unlock Visio Shape Convert Visio to PDF Combine...

    blog.aspose.com/diagram/convert-vsdx-to-pdf-in-...