Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,743 for

shp

(0.04 sec)
  1. 椭圆|Aspose.Slides for Python 文档

    在Python中创建PowerPoint演示文稿中的椭圆...slides [ 0 ] # 添加椭圆类型的自定义图形 shp = sld . shapes . add_auto_shape... 150 , 50 ) # 对椭圆形状应用一些格式设置 shp . fill_format . fill_type = slides...

    docs.aspose.com/slides/zh/python-net/ellipse/
  2. 形状格式化|Aspose.Slides 文档

    在 C# 或 .NET 中格式化 PowerPoint 演示文稿中的形状...[ 0 ]; // 添加矩形类型的自动形状 IShape shp = sld . Shapes . AddAutoShape...为矩形形状设置填充颜色 shp . FillFormat . FillType = FillType . Solid ; shp . FillFormat...

    docs.aspose.com/slides/zh/net/shape-formatting/
  3. Find and Replace Text without Losing Format in ...

    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.... Shape shp in sld . Shapes ) { //Access...text in the shape string str = shp . TextFrame . TextRange . Text...

    docs.aspose.com/slides/net/find-and-replace-tex...
  4. 形状格式化|Aspose.Slides 文档

    在 Java 的 PowerPoint 演示中格式化形状...( 0 ); // 添加矩形类型的自动形状 IShape shp = sld . getShapes (). addAutoShape... 150 , 75 ); // 设置矩形形状的填充颜色 shp . getFillFormat (). setFillType...

    docs.aspose.com/slides/zh/java/shape-formatting/
  5. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......in Java How to Convert KML to SHP using C# How to Transform EPS...Presentation using C# How to Convert SHP to Geojson in C# How to Convert...

    kb.aspose.com/categories/page/55/
  6. Move a paragraph from one presentation to anoth...

    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....shape in first slide IShape shp = sourcePres . Slides [ 0 ].... Shapes [ 0 ]; if ( shp . Placeholder != null ) { //Get text...

    docs.aspose.com/slides/net/move-a-paragraph-fro...
  7. Change the fill color of a shape in a presentat...

    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....autoshape of rectangle type IShape shp = sld . Shapes . AddAutoShape...//Set the fill type to Solid shp . FillFormat . FillType = FillType...

    docs.aspose.com/slides/net/change-the-fill-colo...
  8. 在演示文稿中查找和替换文本而不丢失格式|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....Shape shp in sld . Shapes ) { //访问形状中的文本 string str = shp . TextFrame...+ strToFind . Length - 1 )); shp . TextFrame . TextRange . Text...

    docs.aspose.com/slides/zh/net/find-and-replace-...
  9. Manage Placeholder|Aspose.Slides Documentation

    Change Placeholder text and prompt text in PowerPoint presentations in C# or .NET...foreach ( IShape shp in sld . Shapes ) if ( shp . Placeholder ...placeholder (( IAutoShape ) shp ). TextFrame . Text = "This is...

    docs.aspose.com/slides/net/manage-placeholder/
  10. Get all the text in all the slides|Aspose.Slide...

    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....foreach ( Shape shp in sld . Shapes ) if ( shp . Placeholder ...placeholder sldText += (( AutoShape ) shp ). TextFrame . Text ; } } return...

    docs.aspose.com/slides/net/get-all-the-text-in-...