Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 42,861 for

shape

(0.06 sec)
  1. Several JPG Into SVG Java

    Merge multiple JPG into SVG in Java code. Save JPG as SVG using Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/java/merge/jpg-to-svg/
  2. Change Text Direction of the Comment with C++|D...

    Learn how to change the text direction of comments in Excel using Aspose.Cells for C++....Cells provides a Shape.GetTextDirection() property...code demonstrates the use of Shape.GetTextDirection() property...

    docs.aspose.com/cells/cpp/change-text-direction...
  3. 公共 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....// get shape of the Visio diagram by ID Shape OLE_Shape = page...); // filter shapes by type Foreign if ( OLE_Shape . getType ()...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  4. Aspose.Cells 8.5.2中的公共API更改|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.... 新增了 Shape.Geometry.ShapeAdjustValues 属性...2 的发布,Aspose.Cells API 已公开了 Shape.Geometry.ShapeAdjustValues 属性,可用于...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. ListLevel class | Aspose.Words for Python

    aspose.words.lists.ListLevel class. Defines formatting for a list level...data of the picture bullet shape for the current list level....t() Creates picture bullet shape for the current list level....

    reference.aspose.com/words/python-net/aspose.wo...
  6. Մի Քանի JPG Դեպի BMP Java

    Միավորել մի քանի JPG BMP ին Java կոդի մեջ: Պահպանեք JPG որպես BMP օգտագործելով Java:...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/hy/java/merge/jpg-to-...
  7. Create VSTM Files via Python | products.aspose.com

    Python Sample code for generating VSTM documents. Use this code for creating VSTM files within any Python based application..... get ( 0 ); // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-java/create/...
  8. Symbol in chart incorrectly rendered when using...

    Hi Aspose Team, I’m noticing an issue with a symbol not rendering correctly when I convert a chart to image using aspose cells. I’m using the latest version of aspose cells, V25.4.0. Here’s the code I’ve used: Documen…...into the place of the old shape. Shape newOleShape = Builder.I...

    forum.aspose.com/t/symbol-in-chart-incorrectly-...
  9. Aspose::Words::LoadFormat enum | Aspose.Words f...

    Aspose::Words::LoadFormat enum. Indicates the format of the document that is to be loaded in C++....ExplicitCast < Shape > ( doc -> GetChildNodes ( NodeType :: Shape , true...

    reference.aspose.com/words/cpp/aspose.words/loa...
  10. Managing Controls with C++|Documentation

    Learn how to add and manage various controls like lines, rectangles, arcs, ovals, spinners, scroll bars, and group boxes in worksheets using Aspose.Cells with C++....are a few drawing objects or shapes that are not supported yet...first sheet. ShapeCollection shapes = sheet . GetShapes (); //...

    docs.aspose.com/cells/cpp/managing-controls/