Sort Score
Result 10 results
Languages All
Labels All
Results 4,091 - 4,100 of 49,131 for

shape

(0.28 sec)
  1. OoxmlCompliance enumeration | Aspose.Words for ...

    Aspose.Words.Saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DOCX format....Examples Shows how to insert DML shapes into a document. let doc =...are two wrapping types that shapes may have. // 1 - Floating:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Create and Customize PowerPoint SmartArt in Jav...

    Learn how to create and edit PowerPoint SmartArt in Java via Aspose.Slides API: layouts, nodes, styles, with step-by-step examples to automate slides fast....Using Java Manage SmartArt Shape Nodes in Presentations Using...

    docs.aspose.com/slides/java/powerpoint-smartart/
  3. Create and Customize PowerPoint SmartArt in C++...

    Learn how to create and edit PowerPoint SmartArt in C++ via Aspose.Slides API: layouts, nodes, styles, with step-by-step examples to automate slides fast....Presentations Using C++ Manage SmartArt Shape Nodes in Presentations Using...

    docs.aspose.com/slides/cpp/powerpoint-smartart/
  4. Մի Քանի JPG Դեպի GIF C++

    Միավորել մի քանի JPG GIF ին C++ կոդի մեջ: Պահպանեք JPG որպես GIF օգտագործելով C++:... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/hy/cpp/merge/jpg-to-gif/
  5. Մի Քանի JPG Դեպի SVG C++

    Միավորել մի քանի JPG SVG ին C++ կոդի մեջ: Պահպանեք JPG որպես SVG օգտագործելով C++:... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/hy/cpp/merge/jpg-to-svg/
  6. Մի Քանի JPG Դեպի JPG C++

    Միավորել մի քանի JPG JPG ին C++ կոդի մեջ: Պահպանեք JPG որպես JPG օգտագործելով C++:... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/hy/cpp/merge/jpg-to-jpg/
  7. Aspose.Cells.Drawing.TextBox.CalculateTextSize ...

    CalculateTextSizeTest.zip (86.1 KB) public static void testHeight() { // Create a new workbook and save with different DPI settings Workbook workbook = new Workbook("D:\\CalculateTextSizeTest.xlsm"); Worksheet shee…...foreach (Shape shape in sheet.Shapes) { // 判断形状是否为文本框 if (shape is...(Aspose.Cells.Drawing.TextBox)shape; // 判断文本框的名称是否以"批注文本框"开头 if...

    forum.aspose.com/t/aspose-cells-drawing-textbox...
  8. Stroke.color property | Aspose.Words for Python

    Stroke.color property. Defines the color of a stroke....Remarks The default value for a Shape is aspose.pydrawing.Color.black...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ShapeTextOrientation | Aspose.Words for Java

    Specifies orientation of text in Shapes in Java....Specifies orientation of text in shapes. Examples: Shows how to change...new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  10. Extract Images from Presentation Shapes|Aspose....

    Extract images from Shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for C++ — quick, code-friendly solution....Presentation Shapes Contents [ Hide ] Extract Images from Shapes Images...Images are often added to shapes and also frequently used as slides'...

    docs.aspose.com/slides/cpp/extracting-images-fr...