Sort Score
Result 10 results
Languages All
Labels All
Results 6,361 - 6,370 of 48,748 for

shape

(0.15 sec)
  1. Փոխարկել JPG DOCX Java

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

    products.aspose.com/words/hy/java/conversion/jp...
  2. Փոխարկել HTML Պատկեր Java

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

    products.aspose.com/words/hy/java/conversion/ht...
  3. 使用Python.NET导出Excel方程到其他格式|Documentation

    学习如何使用Aspose.Cells for Python via .NET将Excel方程导出为LaTeX和MathML格式。...textboxes [ 0 ] # Assuming first shape is TextBox math_node = text_box...

    docs.aspose.com/cells/zh/python-net/export-equa...
  4. SVG Path – Code Examples – Aspose.SVG Guide

    Learn with Aspose.SVG how to use SVG paths – a group of commands to draw outlines or Shapes by combining SVG lines, SVG arcs, and Bezier curves....you to draw the outlines of shapes by combining lines, curves...rectangle case or the other shapes with 90 angles, you can use...

    docs.aspose.com/svg/net/drawing-basics/svg-path...
  5. SignOptions | Aspose.Words for Java

    Allows to specify options for document signing in Java....docx"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...true); signatureLine = shape.getSignatureLine(); Assert.assertTrue(signatureLine...

    reference.aspose.com/words/java/com.aspose.word...
  6. How to Extract All Images from Word Document in...

    This quick tutorial contains information on how to extract all images from Word document in Python. It provides guidance to establish the environment, introduction to the API calls, and a runnable sample code that can be used to extract images from Word in Python....object Get list of all the shapes from the loaded document using...through all the elements in the shapes collection and detect images...

    kb.aspose.com/words/python/how-to-extract-all-i...
  7. Node.js via Java PowerPoint API by Aspose.Slide...

    Aspose.Slides for Node.js via Java is a Node.js PowerPoint API that lets you create, modify, and convert PowerPoint presentations in Node.js....elements including slides, text, shapes, charts, tables, images, SmartArt...entities, such as master slides, shapes, charts, picture frames, audio...

    products.aspose.com/slides/nodejs-java/
  8. 使用 VSTO 和 Aspose.Slides for .NET 动态添加文本|Aspose....

    了解如何从 Microsoft Office 自动化迁移到 Aspose.Slides for .NET,并在 C# 中向 PowerPoint(PPT、PPTX)演示文稿添加动态文本。... Shape shp = sld . Shapes . AddTextbox ( Microsoft...//要添加它,我们将先添加一个矩形 IShape shp = sld . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/net/adding-text-dynam...
  9. How to Convert PNG to PowerPoint Slide in Java

    This article focuses on how to convert PNG to PowerPoint Slide in Java. It provides the configuration details, step wise process to accomplish this task and a sample code to assist for creating a PNG to PPTX converter in Java....a picture frame inside the shapes collection of the selected...a picture frame inside the shape collection of the selected slide...

    kb.aspose.com/slides/java/how-to-convert-png-to...
  10. Convert JPG To TIFF C#

    Convert JPG to TIFF format in C# code. Save JPG as TIFF using C#.... var shape = builder.InsertImage( "Input.jpg" ); shape.GetShapeRenderer()...; var shape = builder.InsertImage("Input.jpg"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/jpg-to...