Sort Score
Result 10 results
Languages All
Labels All
Results 3,781 - 3,790 of 45,856 for

shape

(0.52 sec)
  1. Սեղմել WORD Ը Python Ում

    Սեղմեք WORD ը Python ում՝ առանց որակի կորստի: Օպտիմալացրեք WORD բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/hy/python-net/compres...
  2. Შეკუმშოს DOCX Python

    შეკუმშოს DOCX Python ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOCX კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/ka/python-net/compres...
  3. Animated Text|Aspose.Slides for Node.js via .NE...

    Animated text in PowerPoint with Java...effects to another paragraph or shape. Aspose.Slides for Node.js via...contained in a text frame (shape). This sample code shows you...

    docs.aspose.com/slides/nodejs-java/animated-text/
  4. 公共 API Aspose.Diagram 17.01 的变化|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....RenderingSaveOptions 类中添加了 Shapes 成员。每个保存选项类都是 RenderingSaveOptions...ShapeCollection shapes = options . getShapes (); // get shapes by page...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  5. Convert PowerPoint Presentations to Video in C#...

    Learn how to convert PowerPoint and OpenDocument presentations to video using C#. Discover sample code and automation techniques to streamline your workflow....presentation (containing a shape and two animation effects) into...Slides [ 0 ]; // Add a smile shape and then animate it. IAutoShape...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  6. Several JPG Into GIF C++

    Merge multiple JPG into GIF in C++ code. Save JPG as GIF using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/jpg-to-gif/
  7. Several JPG Into BMP C++

    Merge multiple JPG into BMP in C++ code. Save JPG as BMP using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/jpg-to-bmp/
  8. Several Image Into PNG C++

    Merge multiple Image into PNG in C++ code. Save Image as PNG using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/image-to-png/
  9. Showing Cell Range as the Data Labels with C++|...

    Learn how to show a range of cells as data labels in charts using Aspose.Cells for C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts....Cells :: Cleanup (); } Set the Shape Type of Data Labels of Chart...C++ Resize Chart's Data Label Shape To Fit Text with C++...

    docs.aspose.com/cells/cpp/showing-cell-range-as...
  10. Manage OLE|Aspose.Slides Documentation

    Manage OLE objects in PowerPoint presentations in C# or .NET... Shapes . AddOleObjectFrame ( 0 , 0...linked Excel file. slide . Shapes . AddOleObjectFrame ( 20 ,...

    docs.aspose.com/slides/net/manage-ole/