Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 45,706 for

shapes

(0.05 sec)
  1. Შეკუმშოს DOC Javascript

    შეკუმშოს DOC JavaScript ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOC კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // Ეს მდე...

    products.aspose.com/words/ka/nodejs-net/compres...
  2. Შეკუმშოს HTML Javascript

    შეკუმშოს HTML JavaScript ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // Ეს მდე...

    products.aspose.com/words/ka/nodejs-net/compres...
  3. Manage Placeholder|Aspose.Slides for Python Doc...

    Change Placeholder text and prompt text in PowerPoint presentations in Python... Iterate through the shapes to find the placeholder. Typecast...Typecast the placeholder shape to an AutoShape and change the...

    docs.aspose.com/slides/python-net/manage-placeh...
  4. Aspose.Slides for Java 15.4.0 的公共 API 和不向后兼容的更改...

    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....Presentation (); IShapeCollection shapes = input . getSlides (). get_Item...(); IConnector connector = shapes . addConnector ( ShapeType...

    docs.aspose.com/slides/zh/androidjava/public-ap...
  5. Add Curve Object to PDF file|Aspose.PDF for Pyt...

    This article explains how to create a curve object to your PDF using Aspose.PDF for Python via .NET....curve to the graph shapes graph . shapes . add ( curve1 ) # Add...curve to the graph shapes graph . shapes . add ( curve1 ) # Add...

    docs.aspose.com/pdf/python-net/add-curve/
  6. Add Arc Object to PDF file|Aspose.PDF for Pytho...

    This article explains how to create a arc object to your PDF using Aspose.PDF for Python via .NET.... shapes . add ( arc1 ) arc2 = drawing... Color . dark_blue graph . shapes . add ( arc2 ) arc3 = drawing...

    docs.aspose.com/pdf/python-net/add-arc/
  7. Determine if Shape is Smart Art Shape|Documenta...

    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....Determine if Shape is Smart Art Shape Contents [ Hide ] Possible...Scenarios Smart Art Shapes are special shapes in Microsoft Excel...

    docs.aspose.com/cells/java/determine-if-shape-i...
  8. Send Shape Front or Back inside the Worksheet w...

    Learn how to change the z-order position of Shapes in a worksheet using Aspose.Cells for C++....Send Shape Front or Back inside the Worksheet with C++ Contents...Scenarios When there are multiple shapes present in the same location...

    docs.aspose.com/cells/cpp/send-shape-front-or-b...
  9. Compress HTML In Javascript

    Compress HTML in JavaScript without losing quality. Optimize HTML content, reduce file size easily....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // It's...

    products.aspose.com/words/nodejs-net/compress/h...
  10. Ფაილის Კონტენტის Ოპტიმიზაცია Python Ის Გამოყენებით

    შეკუმშოს ფაილები Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS ხარისხის დაკარგვის გარეშე...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/compress/