Sort Score
Result 10 results
Languages All
Labels All
Results 5,481 - 5,490 of 45,952 for

shape

(0.24 sec)
  1. Create ORG Chart in Python

    This topic covers how to create ORG chart in Python. It includes the stepwise process and a runnable code sample to develop an Organizational chart maker in Python....Diagram class to load the master shapes from a sample stencil Append...Append the required shapes and insert connections between different...

    kb.aspose.com/diagram/python/create-org-chart-i...
  2. 管理自动适应设置|Aspose.Slides 文档

    在 C# 或 .NET 中设置 PowerPoint 中文本框的自动适应设置...属性(来自 TextFrameFormat 类)设置为 Shape 。 以下 C# 代码展示了如何在 PowerPoint...IAutoShape autoShape = slide . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/net/manage-autofit-se...
  3. Document | Aspose.Words for Java

    Represents a Word document in Java.... add(Shape watermark) appendChild(Node...getBackgroundShape() Gets the background shape of the document. getBibliography()...

    reference.aspose.com/words/java/com.aspose.word...
  4. 音频帧|Aspose.Slides 文档

    在 C++ 中向 PowerPoint 演示文稿添加音频...auto audioFrame = sld -> get_Shapes () -> AddAudioFrameEmbedde...auto audioFrame = slide -> get_Shapes () -> AddAudioFrameEmbedde...

    docs.aspose.com/slides/zh/cpp/audio-frame/
  5. Convert JPG To Image C#

    Convert JPG to Image format in C# code. Save JPG as Image 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...
  6. Convert JPG To JPG C#

    Convert JPG to JPG format in C# code. Save JPG as JPG 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...
  7. Highlight Text in PowerPoint using C#

    Highlight text in PowerPoint using C#. Get the IDE settings, a list of steps, and sample code to search text in the slides and highlight in PowerPoint using C#....through all the shapes in each slide and access each shape in an AutoShape...and iterate through all the shapes in each slide. Use the AutoShape...

    kb.aspose.com/slides/net/highlight-text-in-powe...
  8. Convert TXT to PPT via C# .NET or with free Onl...

    Convert Word txt documents to PowerPoint ppt files with C#. Convert multiple files within ASP.NET or other .NET applications....in text frame of any slide shape inside presentation Save the...IAutoShape ashape = slide . Shapes . AddAutoShape ( ShapeType...

    products.aspose.com/total/net/conversion/txt-to...
  9. Several JPG Into JPG C#

    Merge multiple JPG into JPG in C# code. Save JPG as JPG using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/jpg-to-jpg/
  10. Several Image Into GIF C#

    Merge multiple Image into GIF in C# code. Save Image as GIF using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/image-to-gif/