Sort Score
Result 10 results
Languages All
Labels All
Results 4,651 - 4,660 of 50,298 for

shape

(0.36 sec)
  1. Create VSTX Files via C# | products.aspose.com

    C# Sample code for generating VSTX documents. Use this code for creating VSTX files within VB.NET, Asp.NET or any .NET based application....for writing data, generating shapes or graphs. How to Create VSTX...Pages[ 0 ]; // Add Text shape. Shape shape = page.AddText( 1 , 1...

    products.aspose.com/diagram/net/create/vstx/
  2. Create VSDX Files via C# | products.aspose.com

    C# Sample code for generating VSDX documents. Use this code for creating VSDX files within VB.NET, Asp.NET or any .NET based application....for writing data, generating shapes or graphs. How to Create VSDX...Pages[ 0 ]; // Add Text shape. Shape shape = page.AddText( 1 , 1...

    products.aspose.com/diagram/net/create/vsdx/
  3. 在 Android 上将 PowerPoint 演示文稿转换为 Word 文档|Aspose....

    使用 Aspose.Slides for Android 在 Java 中将 PowerPoint PPT 和 PPTX 幻灯片转换为可编辑的 Word 文档,精确保留布局、图像和格式。...( IShape shape : slide . getShapes ()) { if ( shape instanceof...builder . writeln ((( AutoShape ) shape ). getTextFrame (). getText...

    docs.aspose.com/slides/zh/androidjava/convert-p...
  4. 在 PHP 中管理演示文稿的超链接|Aspose.Slides for PHP 文档

    轻松地使用 Aspose.Slides for PHP via Java 管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流程。...new Presentation (); try { $shape = $pres -> getSlides () -> get_Item..., 100 , 100 , 600 , 50 ); $shape -> setHyperlinkClick ( new Hyperlink...

    docs.aspose.com/slides/zh/php-java/manage-hyper...
  5. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  6. 操作 Visio 中的嵌入式 OLE 对象 Diagram|Documentation

    本页介绍如何使用 Aspose.Diagram 库操作 ole 对象。...// get shape of the Visio diagram by ID Shape OLE_Shape = page...); // filter shapes by type Foreign if ( OLE_Shape . getType ()...

    docs.aspose.com/diagram/zh/java/manipulate-the-...
  7. AxisBound | Aspose.Words for Java

    Represents minimum or maximum bound of axis values in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Clear the chart's...

    reference.aspose.com/words/java/com.aspose.word...
  8. GroupShape.accept method | Aspose.Words for Nod...

    GroupShape.accept method. Accepts a visitor....accept() for all child shapes of this group shape and calls DocumentVisitor...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 连接形状|Documentation

    本节介绍如何使用 Aspose.Diagram 连接两个形状。...通过连接器连接形状 method connect two shapes via a connector in the 页 班级。...stencil = dataDir + "Basic Shapes.vss" ; // create a diagram...

    docs.aspose.com/diagram/zh/net/connect-shapes/
  10. 连接形状|Documentation

    本节介绍如何用 Aspose.Diagram for Java 连接两个形状。...connectShapesVia连接器 method connect two shapes via a connector in the 页 班级。...stencil = dataDir + "Basic Shapes.vss" ; // create a diagram...

    docs.aspose.com/diagram/zh/java/connect-shapes/