Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 50,833 for

shapes

(0.2 sec)
  1. 获取所有幻灯片中的全部文本|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....through shapes to find the placeholder foreach ( Shape shp in...in sld . Shapes ) if ( shp . Placeholder != null ) { //get the...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  2. Convert Text to Vector Paths in C# – Aspose.SVG

    Vectorize text in SVG files using C#. Convert text to vector graphics and save it as SVG file....paths ( <path> ) and geometric shapes. This conversion is highly...understanding of how vectorization shapes work and how to handle advanced...

    products.aspose.com/svg/net/vectorization/text-...
  3. Customize Bubble Charts in Presentations in .NE...

    Create and customize powerful bubble charts in PowerPoint with Aspose.Slides for .NET to enhance your data visualization easily.... Shapes . AddChart ( ChartType . Bubble...chart = pres . Slides [ 0 ]. Shapes . AddChart ( ChartType . Bubble...

    docs.aspose.com/slides/net/bubble-chart/
  4. 在 .NET 中创建 3D 演示文稿|Aspose.Slides 文档

    使用 Aspose.Slides 在 .NET 中轻松生成交互式 3D 演示文稿。快速导出为 PowerPoint 和 OpenDocument 格式,实现多种用途。...Slides [ 0 ]; IAutoShape shape = slide . Shapes . AddAutoShape ( ShapeType...200 , 200 ); shape . TextFrame . Text = "3D" ; shape . TextFrame...

    docs.aspose.com/slides/zh/net/3d-presentation/
  5. 在 .NET 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的 C# 示例代码,以简化表格工作流程。... Shapes . AddTable ( 100 , 50 , dblCols...向幻灯片添加表格形状 ITable tbl = sld . Shapes . AddTable ( 100 , 50 , dblCols...

    docs.aspose.com/slides/zh/net/manage-table/
  6. Convert VSX to VSSM via C# | products.aspose.com

    Sample code for VSX to VSSM C# conversion. Use API example code for batch VSX files to VSSM conversion within VB.NET, Asp.NET or any .NET based application....that consist of drawings and shapes that are used for creating...formatting and placement of shapes in a diagram. In general, Microsoft...

    products.aspose.com/diagram/net/conversion/vsx-...
  7. Convert VSSM to VSX via C# | products.aspose.com

    Sample code for VSSM to VSX C# conversion. Use API example code for batch VSSM files to VSX conversion within VB.NET, Asp.NET or any .NET based application....formatting and placement of shapes in a diagram. In general, Microsoft...defined information in different shapes. The most common of these include...

    products.aspose.com/diagram/net/conversion/vssm...
  8. Convert a Visio Shape To Html|Documentation

    This section explains how to convert a visio shape to html with Aspose.Diagram....Convert a Visio Shape To Html Contents [ Hide ] **Convert a visio...visio shape to html ** The ToHTML method exposed by the Shape...

    docs.aspose.com/diagram/net/convert-a-visio-sha...
  9. Working with masks in Aspose.PSD for Java|Docum...

    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 of another layer beneath it...

    docs.aspose.com/psd/java/update-create-layer-mask/
  10. How to apply/set text alignment to textbox with...

    How to apply/set text alignment to textbox in 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/nodejs-cpp/applying-text-...