Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 2,761 for

shp

(0.09 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....[ 0 ]; // 添加矩形类型的自动形状 IShape shp = sld . Shapes . AddAutoShape...75 , 150 ); // 将填充类型设置为 Solid shp . FillFormat . FillType = FillType...

    docs.aspose.com/slides/zh/net/change-the-fill-c...
  2. Manage Placeholder|Aspose.Slides Documentation

    Change Text in a Placeholder in PowerPoint Slides using Java. Set Prompt Text in a Placeholder in PowerPoint Slides using Java....for ( IShape shp : sld . getShapes ()) { if ( shp . getPlaceholder...placeholder (( IAutoShape ) shp ). getTextFrame (). setText (...

    docs.aspose.com/slides/java/manage-placeholder/
  3. 使用 VSTO 和 Aspose.Slides for .NET 动态添加文本|Aspose....

    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 = sld . Shapes . AddTextbox (...PowerPoint . TextRange txtRange = shp . TextFrame . TextRange ; txtRange...

    docs.aspose.com/slides/zh/net/adding-text-dynam...
  4. Manage Placeholder|Aspose.Slides for Node.js vi...

    Change Text in a Placeholder in PowerPoint Slides using JavaScript. Set Prompt Text in a Placeholder in PowerPoint Slides using JavaScript....{ let shp = sld . getShapes (). get_Item ( i ); if ( shp . getPlaceholder...the text in each placeholder shp . getTextFrame (). setText (...

    docs.aspose.com/slides/nodejs-java/manage-place...
  5. Get all the text in a slide|Aspose.Slides Docum...

    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 ...texts . Add ((( AutoShape ) shp ). TextFrame . Text ); } } //...

    docs.aspose.com/slides/net/get-all-the-text-in-...
  6. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…...Dim shp As Shape For Each shp In ActiveSheet.Shapes If shp.Type...= msoGroup Then shp.Ungroup End If Next shp End Sub 5 Run the...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  7. 获取所有幻灯片中的所有文本|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....foreach ( Shape shp in sld . Shapes ) if ( shp . Placeholder ...获取每个占位符的文本 sldText += (( AutoShape ) shp ). TextFrame . Text ; } } return...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  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....); // 访问第一张幻灯片中的第一个形状 IShape shp = sourcePres . Slides [ 0 ].... Shapes [ 0 ]; if ( shp . Placeholder != null ) { // 从占位符中获取文本...

    docs.aspose.com/slides/zh/net/move-a-paragraph-...
  9. Փոխարկեք GeoJSON-ը KML-ի C#-ով

    Այս հոդվածը խորհուրդ է տալիս փոխարկել GeoJSON-ը KML-ի C#-ով: Այն ունի քայլ իմաստուն գործընթաց, IDE կարգավորումներ և գործարկվող կոդ GeoJSON-ի KML փոխարկիչի համար C#-ում:...փոխարկիչ C# -ում: GeoJSON ֆայլը SHP ֆայլի փոխարկելու համար տես ինչպես...ինչպես փոխարկել GeoJSON-ը SHP-ի C#-ով -ի հոդվածը: Updated on 30...

    kb.aspose.com/hy/gis/net/convert-geojson-to-kml...
  10. 管理占位符|Aspose.Slides 文档

    使用 Java 更改 PowerPoint 幻灯片中的占位符文本。在 PowerPoint 幻灯片中使用 Java 设置占位符的提示文本。...for ( IShape shp : sld . getShapes ()) { if ( shp . getPlaceholder...更改每个占位符中的文本 (( IAutoShape ) shp ). getTextFrame (). setText (...

    docs.aspose.com/slides/zh/androidjava/manage-pl...