Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 42,307 for

shapes

(0.04 sec)
  1. NodeType enumeration | Aspose.Words for Python

    aspose.words.NodeType enumeration. Specifies the type of a Word document node.... GROUP_SHAPE A group of shapes, images, OLE objects...objects or other group shapes. SHAPE A drawing object, such as an...

    reference.aspose.com/words/python-net/aspose.wo...
  2. What is Slide Master in PowerPoint? Definition ...

    Learn what a Slide Master is in PowerPoint and how it helps you control slide layouts, fonts, colors, and branding. Easy step-by-step guide with examples in C# or .NET....PowerPoint: change backgrounds, add shapes, customize the layout, etc...Master (background, fonts, shapes, etc.). However, when several...

    docs.aspose.com/slides/net/slide-master/
  3. 在 VSTO 和 Aspose.Slides 中删除表格的行或列|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....[ 1 ]; foreach ( Shape shp in sld . Shapes ) { if ( shp . HasTable...foreach ( IShape shp in sld . Shapes ) if ( shp is ITable ) { ITable...

    docs.aspose.com/slides/zh/net/removing-row-or-c...
  4. Aspose::Words::Drawing::Shape::Accept method | ...

    Aspose::Words::Drawing::Shape::Accept method. Accepts a visitor in C++....Aspose::Words::Drawing::Shape::Accept method Contents [ Hide ] Shape::Accept...Aspose :: Words :: Drawing :: Shape :: Accept ( System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Java Imaging API | Draw Manipulate and Transfor...

    Java Image processing and manipulation library. Create load view edit draw or convert images to multiple formats within applications without any image editor...graphic primitives: Create shapes, draw graphic primitives, and...path and different geometric shapes) Remove background Memory optimization...

    products.aspose.com/imaging/java/
  6. Aspose.Diagram .NET for VSTO|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....Update shape properties in VSTO and Aspose.Diagram Add Shapes Add...All Images from Shapes in Visio Protect Shapes in Visio...

    docs.aspose.com/diagram/net/aspose-diagram-net-...
  7. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored 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...
  8. 动画文本|Aspose.Slides 文档

    在 C# 或 .NET 中为 PowerPoint 演示文稿添加动画文本和效果... Shapes [ 0 ]; IParagraph paragraph...IAutoShape ) pres . Slides [ 0 ]. Shapes [ 1 ]; foreach ( IParagraph...

    docs.aspose.com/slides/zh/net/animated-text/
  9. Create Presentation - C++ PowerPoint API|Aspose...

    To create PowerPoint Presentation in C++ API, please follow the steps mentioned in this article. The code adds a line to the first slide of the presentation....AddAutoShape method exposed by Shapes object. Write the modified...

    docs.aspose.com/slides/cpp/create-presentation/
  10. Create Visio document programmatically|Document...

    This page describes how to create Visio document from scratch with Aspose.Diagram library.... Then add shapes and connectors to build up...

    docs.aspose.com/diagram/java/create-visio-docum...