Sort Score
Result 10 results
Languages All
Labels All
Results 5,621 - 5,630 of 48,855 for

shape

(0.34 sec)
  1. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Java. Step-by-step guide....the TextFrame of the added shape. Remove the default paragraph...the TextFrame of the added shape Remove the default paragraph...

    docs.aspose.com/slides/java/manage-bullet/
  2. Manage Comments and Notes with C++|Documentation

    Insert and manage comments or notes with Aspose.Cells for C++....CommentShape shape = comment . GetCommentShape (); shape . GetFill...

    docs.aspose.com/cells/cpp/comments-and-notes/
  3. Გადაიყვანეთ Გამოსახულება SVG Javascript

    გადაიყვანეთ Გამოსახულება SVG JavaScript ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც SVG JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.png" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.png") shape.getShapeRenderer()...

    products.aspose.com/words/ka/nodejs-net/convers...
  4. Გადაიყვანეთ Გამოსახულება JPG Javascript

    გადაიყვანეთ Გამოსახულება JPG JavaScript ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც JPG JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.png" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.png") shape.getShapeRenderer()...

    products.aspose.com/words/ka/nodejs-net/convers...
  5. Add Node hierarchy and Share Geometric data of ...

    Aspose.3D for Python via .NET offers to build a Node hierarchy. The Node is basic building block of a scene. A hierarchy of nodes defines the logical structure of a scene, and provide visible content by attaching geometries, lights, and cameras to nodes....each time you required another shape, you make another Node object...

    docs.aspose.com/3d/python-net/add-node-hierarch...
  6. Create SVG in Python

    This guide explains how to create SVG in Python. It includes the steps and the sample code which can be used to generate SVG in Python....output SVG image to change the shape, text, or any other contents...

    kb.aspose.com/svg/python/create-svg-in-python/
  7. Watermark Excel File Online or using .NET | pro...

    Free online app to Watermark different Excel files. .NET watermarking library C# code for Excel worksheets....Create watermark by using new Shape to the worksheet Assign the...relevant text properties Lock the Shape and set other lock types Call...

    products.aspose.com/total/net/watermark/excel/
  8. MergeFieldImageDimension.Value | Aspose.Words f...

    Discover the MergeFieldImageDimension Value property for optimized image handling. Enhance your project with precise dimensions and improved performance.... Shape , Is . Null ); } private readonly...

    reference.aspose.com/words/net/aspose.words.fie...
  9. 档案

    档案...Shapes 集合中的每个形状。 如果 IShape.Placeholder...PlaceholderType.Header 则使用 ((IAutoShape)shape).TextFrame.Text 属性设置标题的文本。 最后,使用...

    blog.aspose.com/zh/slides/add-header-footer-in-...
  10. While Converting PPTX to PDF in Java, Charts Ar...

    Hi Team, We are trying convert PPT document into PDF. But, charts from ppt are not rendered correctly in PDF. In PDF chart images got distorted dramatically. Java Version :17 We are using aspose.slides version 24.7 …...for (IShape shape : slide.getShapes()) { if (shape instanceof...instanceof IChart) { ((IChart) shape).validateChartLayout(); } } } Test...

    forum.aspose.com/t/while-converting-pptx-to-pdf...