Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 48,649 for

shape

(0.38 sec)
  1. 搜索

    搜索...string visioStencil = "Basic Shapes.vss"; const string rectangleMaster...設置新形狀的屬性 Shape shape = diagram.Pages[pageNumber].Shapes.GetShape(rectangleId);...

    blog.aspose.com/zh-hant/diagram/create-org-char...
  2. 搜索

    搜索...String visioStencil = "Basic Shapes.vss"; String rectangleMaster...pageNumber); // 設置新形狀的屬性 Shape shape = diagram.getPages().get(pageNumber)...

    blog.aspose.com/zh-hant/diagram/create-org-char...
  3. Shape.extrusionEnabled property | Aspose.Words ...

    Shape.extrusionEnabled property. Returns ``true`` if an extrusion effect is enabled....extrusionEnabled property Shape.extrusionEnabled property Returns...Drawing class Shape Shape.chart property Shape.fillColor property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CommentCollection | Aspose.Words for Java

    Provides typed access to a collection of Comment 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...
  5. Manage PowerPoint Presentation Themes in Python...

    Master presentation themes in Aspose.Slides for Python via .NET to create, customize and convert PowerPoint files with consistent branding....slides [ 0 ] shape = slide . shapes . add_auto_shape ( slides ....RECTANGLE , 10 , 10 , 100 , 100 ) shape . fill_format . fill_type =...

    docs.aspose.com/slides/python-net/presentation-...
  6. Shape.node_type property | Aspose.Words for Python

    Shape.node_type property. Returns [NodeType.Shape](../../../aspose.words/nodetype/#Shape)....property Shape.node_type property Returns NodeType.SHAPE . @property...drawing class Shape Shape.last_paragraph property Shape.ole_format...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Manage Presentation Themes in C++|Aspose.Slides...

    Master presentation themes in Aspose.Slides for C++ to create, customize and convert PowerPoint files with consistent branding....MakeObject < Presentation > (); auto shape = pres -> get_Slides () -> idx_get...idx_get ( 0 ) -> get_Shapes () -> AddAutoShape ( ShapeType ::...

    docs.aspose.com/slides/cpp/presentation-theme/
  8. Aspose::Words::Drawing::ImageType enum | Aspose...

    Aspose::Words::Drawing::ImageType enum. Specifies the type (format) of an image in a Microsoft Word document in C++....Shows how to add an image to a shape and check its type. auto doc...Aspose :: Words :: Drawing :: Shape > imgShape = builder -> InsertImage...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. 使用 Java 管理演示文稿中的文本框|Aspose.Slides 文档

    Aspose.Slides for Java 可轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化水平。... shape ( presentation , ( shape , slide , index...index ) -> { if ( shape instanceof IAutoShape ) { IAutoShape autoShape...

    docs.aspose.com/slides/zh/java/manage-textbox/
  10. ChartTitle.format property | Aspose.Words for P...

    ChartTitle.format property. Provides access to fill and line formatting of the chart title....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart # Delete series generated...

    reference.aspose.com/words/python-net/aspose.wo...