Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 1,693 for

shp

(0.05 sec)
  1. 管理表格|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的表格...for ( IShape shp : sld . getShapes ()) { if ( shp instanceof ITable...ITable ) { tbl = ( ITable ) shp ; // 设置第二行第一列的文本 tbl . get_Item...

    docs.aspose.com/slides/zh/java/manage-table/
  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. 管理表格|Aspose.Slides for Python 文档

    在 Python 中创建和管理 PowerPoint 演示中的表格...迭代形状并设置找到的表格的引用 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/
  5. 管理表格|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/
  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/androidjava/presentat...
  7. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in C#...rectangle shape with text IAutoShape shp = pres . Slides [ 0 ]. Shapes...Rectangle , 50 , 50 , 150 , 50 ); shp . TextFrame . Text = "New Text"...

    docs.aspose.com/slides/net/text-formatting/
  8. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in C++...:: SharedPtr < IAutoShape > shp = pres -> get_Slide ( 0 ) ->...SharedPtr < ITextFrame > textFrame = shp -> get_TextFrame (); textFrame...

    docs.aspose.com/slides/cpp/text-formatting/
  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/zip-file/
  10. 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/