Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 2,761 for

shp

(0.05 sec)
  1. Presentation Properties|Aspose.Slides for Node....

    Manage PowerPoint presentation properties in JavaScript...rectangle shape with text var shp = pres . getSlides (). get_Item...Rectangle , 50 , 50 , 150 , 50 ); shp . getTextFrame (). setText (...

    docs.aspose.com/slides/nodejs-java/presentation...
  2. 管理表格|Aspose.Slides 文档

    在 C# 或 .NET 中创建和管理 PowerPoint 演示文稿中的表格...foreach ( IShape shp in sld . Shapes ) if ( shp is ITable ) tbl...tbl = ( ITable ) shp ; // 设置第二行第一列的文本 tbl [ 0 , 1 ]. TextFrame...

    docs.aspose.com/slides/zh/net/manage-table/
  3. 管理表格|Aspose.Slides for PHP 文档

    在PowerPoint演示文稿中创建和管理表格...getShapes () as $shp ) { if ( java_instanceof ( $shp , new JavaClass...slides.Table" ))) { $tbl = $shp ; # 设置第二行第一列的文本 $tbl -> get_Item...

    docs.aspose.com/slides/zh/php-java/manage-table/
  4. GeoJSON

    GeoJSON is a file format for representing geospatial data in JSON (JavaScript Object Notation) format. It is widely used in web mapping applications and can represent different types of geometries such as points, lines, and polygons....including SHP files. Here's an example of how to create a SHP file...

    products.aspose.com/gis/net/gis-formats/geojson/
  5. Manage Table|Aspose.Slides for Node.js via .NET...

    Create and manage table in PowerPoint presentations in JavaScript... size (); i ++ ) { let shp = sld . getShapes (). get_Item...instanceOf ( shp , "com.aspose.slides.ITable" )) { tbl = shp ; // Sets...

    docs.aspose.com/slides/nodejs-java/manage-table/
  6. 演示文稿属性|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....{ // 添加带文本的新矩形形状 IAutoShape shp = pres . getSlides (). get_Item...Rectangle , 50 , 50 , 150 , 50 ); shp . getTextFrame (). setText (...

    docs.aspose.com/slides/zh/java/presentation-pro...
  7. 使用 Python 管理演示文稿表格|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 幻灯片中创建和编辑表格。通过简单的代码示例优化表格工作流程。...迭代形状并设置找到的表格的引用 for shp in sld . shapes : if type ( shp ) is slides .... Table : tbl = shp # 设置第二行第一列的文本 tbl . rows [ 0 ][ 1 ] . text_frame...

    docs.aspose.com/slides/zh/python-net/manage-table/
  8. 管理表格|Aspose.Slides 文档

    在 C++ 中创建和管理 PowerPoint 演示文稿中的表格...遍历形状并设置对找到的表格的引用 for ( const auto & shp : System :: IterateOver ( sld...> ( shp )) { tbl = System :: ExplicitCast < ITable > ( shp );...

    docs.aspose.com/slides/zh/cpp/manage-table/
  9. C# ZiP File or Multiple Files into Archive

    C# source code that compresses the contents of a file, multiple files or folder into a zip archive programmatically....Zip archive TNEF Zip archive SHP Zip archive AZW3 Zip archive...

    products.aspose.com/zip/net/extract/
  10. Format PowerPoint Text in C++|Aspose.Slides Doc...

    Learn how to format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for C++. Customize fonts, colors, alignment, and more with powerful C++ code examples....:: SharedPtr < IAutoShape > shp = pres -> get_Slide ( 0 ) ->...SharedPtr < ITextFrame > textFrame = shp -> get_TextFrame (); textFrame...

    docs.aspose.com/slides/cpp/text-formatting/