Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 7,465 for

rotate

(0.06 sec)
  1. Aspose.Slides for PHP via Java 14.7.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....、Ripple、Honeycomb、Cube、Box、Rotate、Orbit、Doors、Window、Ferris、...

    docs.aspose.com/slides/zh/php-java/public-api-a...
  2. 在 PS 文件中使用渐变 | Java

    在 PS 文件中添加渐变是 Aspose.Page API 解决方案支持的功能。了解如何在 Java 中使用该功能...height, offsetX, offsetY); 27 //Rotate the gradient on 90 degrees...around an origin 28 transform. rotate (Math. toRadians (90)); 29...

    docs.aspose.com/page/zh/java/ps/working-with-gr...
  3. Crop SVG – Free Online SVG Image Crop

    Crop SVG image online with Aspose.SVG. Focus on specific elements, optimize designs, and tailor graphics to your needs with our free Crop SVG tool....Vectorizer SVG Transformations Rotate SVG Resize SVG Create SVG Edit...

    products.aspose.com/svg/crop/
  4. Aspose.Slides for Java 14.7.0 的公共 API 和不兼容的更改|A...

    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....、Ripple、Honeycomb、Cube、Box、Rotate、Orbit、Doors、Window、Ferris、...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  5. Go via C++ | Server-oriented solution for PDF u...

    Aspose.PDF for Go via C++ is a library designed to simplify the creation of intricate, multi-page PDF documents within Go...document using grey shades, Rotate whole pages in PDF document...

    products.aspose.com/pdf/go-cpp/
  6. SVG 转换 – SVG Transformations – C# 示例

    了解如何在 C# 中旋转 SVG、缩放 SVG 以及平移 SVG。考虑 SVG 转换的代码示例。...换 SVG 对象:translate, scale, rotate, skewX, skewY 和 matrix。使用 ...旋转的 C# 示例。考虑在 transform 属性中使用 rotate() 函数以及变换矩阵 matrix(a,b,c,d,e...

    docs.aspose.com/svg/zh/net/svg-transformations/
  7. How to Create Animated GIF in Java

    This quick tutorial is designed to guide on how to create animated GIF in Java. By using Java GIF creation is explained in an easier way with the help of detailed steps and a runnable Java code....segments, normalizing angles and rotating the image to name a very few...GIFImage you can resize it, rotate the entire GIF, flip it, set...

    kb.aspose.com/imaging/java/how-to-create-animat...
  8. Aspose.Slides for .NET 14.7.0 中的公共 API 及向后不兼容更改...

    审阅 Aspose.Slides for .NET 的公共 API 更新和破坏性更改,以顺利迁移您的 PowerPoint PPT、PPTX 和 ODP 演示文稿解决方案。...mb、Orbit、Pan、Reveal、Ripple、Rotate、Shred、Switch、Vortex、Warp、WheelReverse、Window。...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  9. Rust via C++ | Server-oriented solution for PDF...

    Aspose.PDF for Rust via C++ is a library designed to simplify the creation of intricate, multi-page PDF documents within Rust...document using grey shades, Rotate whole pages in PDF document...

    products.aspose.com/pdf/rust-cpp/
  10. 使用C++旋转PDF页面|Aspose.PDF for C++

    本主题描述了如何使用C++以编程方式旋转现有PDF文件中的页面方向。...您还可以通过使用Rotate()方法设置旋转角度来更改页面方向。 void ChangePageOrientatio...设置页面的旋转角度 page -> set_Rotate ( Rotation :: on90 ); } // 保存输出文件...

    docs.aspose.com/pdf/zh/cpp/rotate-pages/