Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 48,671 for

shape

(0.07 sec)
  1. 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/
  2. 在 Python 中管理 PowerPoint 文本段落|Aspose.Slides for ...

    使用 Aspose.Slides for Python(基于 .NET)掌握段落格式——在 Python 中优化 PowerPoint 和 OpenDocument 演示文稿的对齐、间距和样式,以吸引观众。... shape = slide . shapes . add_auto_shape ( slides ....AutoShape 的 TextFrame。 text_frame = shape . text_frame # 创建段落和文本片段;以下应用格式设置。...

    docs.aspose.com/slides/zh/python-net/manage-par...
  3. 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...
  4. BookmarkEnd | Aspose.Words for Java

    Represents an end of a bookmark in a Word document 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...
  5. 演示主题|Aspose.Slides 文档

    Java中的PowerPoint演示文稿主题...Presentation (); try { IAutoShape shape = pres . getSlides (). get_Item...Rectangle , 10 , 10 , 100 , 100 ); shape . getFillFormat (). setFillType...

    docs.aspose.com/slides/zh/androidjava/presentat...
  6. ShapeBase.href property | Aspose.Words for Node.js

    ShapeBase.href property. Gets or sets the full hyperlink address for a Shape....full hyperlink address for a shape. get href () : string Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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...
  8. 演示主题|Aspose.Slides for PHP 文档

    PowerPoint 演示文稿主题...new Presentation (); try { $shape = $pres -> getSlides () -> get_Item...Rectangle , 10 , 10 , 100 , 100 ); $shape -> getFillFormat () -> setFillType...

    docs.aspose.com/slides/zh/php-java/presentation...
  9. 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...
  10. Aspose::Words::Story class | Aspose.Words for C...

    Aspose::Words::Story class. Base class for elements that contain block-level nodes Paragraph and Table. To learn more, visit the documentation article in C++....DeleteShapes () Deletes all shapes from the text of this story...Examples Shows how to remove all shapes from a node. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/story/