Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 45,735 for

shapes

(0.07 sec)
  1. Working with User-defined Cells|Documentation

    This section explains how to read User-defined cells of the visio Shapes with Aspose.Diagram....the Visio Shapes Users insert text fields into shapes to display...User-defined Cells section in the shape’s ShapeSheet. Developers can...

    docs.aspose.com/diagram/net/working-with-user-d...
  2. 在工作表内使用Node.js通过C++设置评论或形状的边距|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置Excel工作表内评论或形状的边距。...Cells允许你使用 Shape.textBody.textAlignment 属性设置任何形状或评论的边距,该属性返回...getWorksheets (). get ( 0 ); const shapes = ws . getShapes (); for (...

    docs.aspose.com/cells/zh/nodejs-cpp/set-margins...
  3. Working with Fields|Documentation

    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....Diagram Object Model Working with Shapes...

    docs.aspose.com/diagram/net/working-with-fields/
  4. 形状效果|Aspose.Slides 文档

    在 C# 或 .NET 中对 PowerPoint 形状应用效果...Presentation ()) { var shape = pres . Slides [ 0 ]. Shapes . AddAutoShape...); shape . EffectFormat . EnableOuterShadowEff (); shape . EffectFormat...

    docs.aspose.com/slides/zh/net/shape-effect/
  5. 使用保护|Documentation

    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....backgrounds, masters (stencils), shapes and styles so that they cannot...Visio shapes allow users to lock specific aspects of shapes. Aspects...

    docs.aspose.com/diagram/zh/python-java/working-...
  6. 演示主题|Aspose.Slides for Python 文档

    Python 中的 PowerPoint 演示文稿主题...pres : shape = pres . slides [ 0 ] . shapes . add_auto_shape ( slides...RECTANGLE , 10 , 10 , 100 , 100 ) shape . fill_format . fill_type =...

    docs.aspose.com/slides/zh/python-net/presentati...
  7. Update shape properties in VSTO and Aspose.Diag...

    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....Update shape properties in VSTO and Aspose.Diagram Contents [...Microsoft Visio files. To update shape properties: Create a Visio application...

    docs.aspose.com/diagram/net/update-shape-proper...
  8. Manage Zoom|Aspose.Slides for Python Documentation

    Add zoom or zoom frames to PowerPoint presentations in Python... shapes . add_auto_shape ( slides . ShapeType...autoshape = slide3 . shapes . add_auto_shape ( slides . ShapeType...

    docs.aspose.com/slides/python-net/manage-zoom/
  9. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in C# or .NET...null ; // Iterates through the shapes and sets a reference to the...foreach ( IShape shp in sld . Shapes ) { if ( shp is ITable ) {...

    docs.aspose.com/slides/net/manage-rows-and-colu...
  10. Manage Rows and Columns|Aspose.Slides for Pytho...

    Manage table rows and columns in PowerPoint presentations in Python...None # Iterates through the shapes and sets a reference to the...the table for shp in sld . shapes : if type ( shp ) is slides ...

    docs.aspose.com/slides/python-net/manage-rows-a...