Sort Score
Result 10 results
Languages All
Labels All
Results 4,881 - 4,890 of 50,309 for

shapes

(0.21 sec)
  1. Რამდენიმე JPG PNG Java

    შეაერთეთ მრავალი JPG PNG Java კოდში. შეინახეთ JPG როგორც PNG 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-...
  2. Რამდენიმე Გამოსახულება BMP Java

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

    products.aspose.com/words/ka/java/merge/image-t...
  3. Aspose.Cells for Java Vs Open Source Competitor...

    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....options, importing images, shapes, named ranges, creating comments...Create common drawing objects, shapes, and controls Supported Supported...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  4. New 'whitespace' issue with Aspose.Diagram v26....

    Hi Philip, We have updated the package Aspose.Diagram to version 26.1.0. We are using C# with Microsoft Visual Studio 2022 on Microsoft Windows 11 x64. The application is a WinForms-based with using .NET Framework 4.8 U…...‘whitespace’ when exporting a shape to a svg-file. This issue didn’t...List<Shape> shapesForGroup = new(); foreach (Shape shape in page...

    forum.aspose.com/t/new-whitespace-issue-with-as...
  5. Aspose::Words::Node class | Aspose.Words for C+...

    Aspose::Words::Node class. Base class for all nodes of a Word document. To learn more, visit the documentation article in C++....(); // Add two runs and one shape as child nodes to the first...u "Hello world! " )); auto shape = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/node/
  6. 工作表缩放的工作解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放问题:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。... Shapes . AddOleObjectFrame ( 10 ,..."xlsx" ); var oleFrame = slide . Shapes . AddOleObjectFrame ( 10 ,...

    docs.aspose.com/slides/zh/net/working-solution-...
  7. Several Image Into BMP Javascript

    Merge multiple Image into BMP in JavaScript code. Save Image as BMP using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/imag...
  8. Several Image Into PNG Javascript

    Merge multiple Image into PNG in JavaScript code. Save Image as PNG using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/imag...
  9. Several JPG Into JPG Javascript

    Merge multiple JPG into JPG in JavaScript code. Save JPG as JPG using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  10. 使用 VSTO 和 Aspose.Slides for .NET 将 Excel 图表创建并嵌...

    从 Microsoft Office 自动化迁移到 Aspose.Slides for .NET,并在 C# 中将 Excel 图表作为 OLE 对象嵌入 PowerPoint(PPT、PPTX)幻灯片。... Shapes . Paste (); // 在幻灯片上定位图表。 shapeRange...IOleObjectFrame oleFrame = slide . Shapes . AddOleObjectFrame ( 0 , 0...

    docs.aspose.com/slides/zh/net/create-and-embed-...