Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 48,614 for

shapes

(0.05 sec)
  1. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for .NET. Add, format, and edit charts with practical code examples in C#.... Shapes . AddChart ( ChartType . ClusteredColumn...chart. IChart chart = slide . Shapes . AddChart ( ChartType . ScatterWithSmoothLin...

    docs.aspose.com/slides/net/create-chart/
  2. 使用 Python 优化 PowerPoint 中的图像管理|Aspose.Slides fo...

    通过 Aspose.Slides for Python(基于 .NET),简化 PowerPoint 和 OpenDocument 中的图像管理,优化性能并自动化工作流。... shapes . add_picture_frame ( slides...add_image ( image_data ) slide . shapes . add_picture_frame ( slides...

    docs.aspose.com/slides/zh/python-net/image/
  3. Working with masks in Aspose.PSD for С#|Documen...

    Examples of how to work with Clipping, Raster and Vector Masks within PSD File...visibility of one layer based on the shape and content of another layer...visibility of a layer to the shape defined by another layer below...

    docs.aspose.com/psd/net/update-create-layer-mask/
  4. ArrowType | Aspose.Words for Java

    Specifies the type of an arrow at a line end in Java....Shows to create a variety of shapes. Document doc = new Document();...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/java/com.aspose.word...
  5. DashStyle | Aspose.Words for Java

    Dashed line style in Java....Shows to create a variety of shapes. Document doc = new Document();...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/java/com.aspose.word...
  6. Format Text Using VSTO and Aspose.Slides for .N...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and format text in PowerPoint (PPT, PPTX) presentations with precise control....the third shape PowerPoint . Shape shp = slide . Shapes [ 3 ]; //Change...RGB = 0 x00CC3333 ; //Change shape background color shp . Fill...

    docs.aspose.com/slides/net/format-text-using-vs...
  7. 如何通过 Node.js 和 C++ 设置文本框的文本对齐方式|Documentation

    如何在 Aspose.Cells for Node.js via C++ 中设置文本框的文本对齐方式... Workbook (); const shapes = workbook . getWorksheets...// add a TextBox const shape = shapes . addTextBox ( 2 , 0 ,...

    docs.aspose.com/cells/zh/nodejs-cpp/applying-te...
  8. How to Add Circle to PDF using C#

    This article assists to add circle to PDF using C#. It contains all the details for the environment settings, flow of the program and a runnable sample code to insert circle in PDF using C#....color Add the circle to the shapes collection of the graph object...shows that for drawing any shape on a PDF page, you need to add...

    kb.aspose.com/pdf/net/how-to-add-circle-to-pdf-...
  9. What is an SVG File? – Pros, Cons, XML Code

    Learn more about SVG files with Aspose.SVG. SVGs can be resized without losing resolution, making them ideal for online graphics and web design....primitives such as lines, curves, shapes, and text. These vector objects...SVG document defines all the shapes, paths, colors, and text that...

    docs.aspose.com/svg/net/what-is-an-svg-document/
  10. BookmarkEnd | Aspose.Words for Java

    Represents an end of a bookmark in a Word document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...