Sort Score
Result 10 results
Languages All
Labels All
Results 5,771 - 5,780 of 44,387 for

shape

(0.06 sec)
  1. SVG Path Data – Сode Examples

    Learn how to use SVG paths – a group of commands to draw various 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...
  2. Convert HTML To DOCX Java

    Convert HTML to DOCX format in Java code. Save HTML as DOCX using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.html"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/html-...
  3. Convert WORD To TIFF Java

    Convert a Word document to TIFF format in Java code. Save a Word document as TIFF using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.docx"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/word-...
  4. Convert WORD To MARKDOWN Java

    Convert a Word document to MARKDOWN format in Java code. Save a Word document as MARKDOWN using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.docx"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/word-...
  5. Convert HTML To Image Java

    Convert HTML to Image format in Java code. Save HTML as Image using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.html"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/html-...
  6. 添加自定义XML部件并通过ID选择它们,使用Node.js和C++|Documentation

    学习如何向Excel文档添加自定义XML部件并通过ID进行选择,使用Aspose.Cells for Node.js via C++。... setID ( "Shape" ); // Specify search custom...

    docs.aspose.com/cells/zh/nodejs-cpp/add-custom-...
  7. IImageSavingCallback.ImageSaving | Aspose.Words...

    Discover the ImageSavingCallback method in Aspose.Words, designed to enhance image handling when saving to HTML. Optimize your workflow today!...imageFileName = $"{mOutFileName} shape {++mCount}, of type {args.CurrentShape...

    reference.aspose.com/words/net/aspose.words.sav...
  8. 管理自动适应设置|Aspose.Slides 文档

    在 Java 中为 PowerPoint 的文本框设置自动适应设置...属性(来自 TextFrameFormat 类)设置为 Shape 。 以下 Java 代码演示如何指定文本在 PowerPoint...setAutofitType ( TextAutofitType . Shape ); pres . save ( "Output-presentation...

    docs.aspose.com/slides/zh/java/manage-autofit-s...
  9. How to Convert PDF to TIFF using Python

    This article briefs on how to convert pdf to tiff using python. For conversion of PDF to TIFF Python sample code along with description and IDE settings are provided....compression type, color depth, shape type, and flag to skip the blank...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  10. How to Convert SVG to Presentation using Python

    In this topic, we will walk you through the steps for how to convert SVG to Presentation using Python. By utilizing a few lines of easy code you can easily convert SVG to presentation using Python....class instance, a picture frame shape will be added that will utilize...

    kb.aspose.com/slides/python/how-to-convert-svg-...