Sort Score
Result 10 results
Languages All
Labels All
Results 4,171 - 4,180 of 45,865 for

shape

(0.06 sec)
  1. SectionCollection | Aspose.Words for Java

    A collection of Section objects in the document in Java....elements such as text runs, shapes, or tables to that paragraph...Document(); // Add two runs and one shape as child nodes to the first...

    reference.aspose.com/words/java/com.aspose.word...
  2. 管理超链接|Aspose.Slides for PHP 文档

    如何在 PowerPoint 演示文稿中添加超链接...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...
  3. Create PDF Files via C# | products.aspose.com

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

    products.aspose.com/diagram/net/create/pdf/
  4. Create VSDX Files via Java | products.aspose.com

    Java Sample code for generating VSDX documents. Use this code for creating VSDX files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...

    products.aspose.com/diagram/java/create/vsdx/
  5. Create PDF Files via Java | products.aspose.com

    Java Sample code for generating PDF documents. Use this code for creating PDF files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...

    products.aspose.com/diagram/java/create/pdf/
  6. 档案

    档案...pres: # 添加形状 shape = pres.slides[0].shapes.add_auto_shape(slides.ShapeType...RECTANGLE, 200, 150, 250, 250) shape.fill_format.fill_type = slides...

    blog.aspose.com/zh/slides/create-three-d-effect...
  7. 使用图层|Documentation

    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....via Java allows to configure shape objects with layers in Microsoft...Office Visio diagram. Each shape can belong to multiple layers...

    docs.aspose.com/diagram/zh/python-java/working-...
  8. CompareOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.CompareOptions class for advanced document comparison. Customize your comparison settings for precise results and enhanced productivity.... EndTable (); // Textbox: Shape textBox = builder . InsertShape...contents" ; (( Shape ) docEdited . GetChild ( NodeType . Shape , 0 , true...

    reference.aspose.com/words/net/aspose.words.com...
  9. Aspose::Words::Drawing::Charts::AxisBuiltInUnit...

    Aspose::Words::Drawing::Charts::AxisBuiltInUnit enum. Specifies the display units for an axis in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it 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...