Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 7,500 for

rotation

(0.44 sec)
  1. Fundamentals of Using TikZ | Aspose.TeX .NET

    Explore the fundamental principles and basic commands of TikZ to create graphics for your TeX and LaTeX documents....scaling and rotation): Copy 1 \ begin{scope} [ rotate = 45, scale...Elements within the scope are rotated and scaled together, maintaining...

    docs.aspose.com/tex/net/tikz-fundamentals-of-us...
  2. FieldDisplayBarcode class | Aspose.Words for Py...

    aspose.words.fields.FieldDisplayBarcode class. Implements the DISPLAYBARCODE field... symbol_rotation Gets or sets the rotation of the barcode...symbol_height = '1000' field . symbol_rotation = '0' self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose.PSD for .NET 18.12 - Release Notes|Docum...

    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....Mode Bug PSDNET-52 Possible: Rotation in PSD doesn’t work Bug PSDNET-88...Possible: Rotation in PSD doesn’t work. // Rotation of PSD. Example...

    docs.aspose.com/psd/net/aspose-psd-for-net-18-1...
  4. SVG Path – Code Examples – Aspose.SVG Guide

    Learn with Aspose.SVG how to use SVG paths – a group of commands to draw outlines or shapes by combining SVG lines, SVG arcs, and Bezier curves....elliptical arcs using radii, rotation, and flag parameters. Upper-case...“small-arc”. Syntax: A rx ry x-axis-rotation large-arc-flag sweep-flag...

    docs.aspose.com/svg/net/drawing-basics/svg-path...
  5. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you gain more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....Orientation Set the orientation (rotation) of the text in a cell with...

    docs.aspose.com/cells/net/cells-alignment-setti...
  6. Java Photoshop API | PSD and PSB Format Parsing...

    Create modify or convert PSD and PSB formats using this library within any Java application without requiring Photoshop software...adding watermarks, compression, rotation, scaling or rendering one...Glance An overview of API. Rotate or Flip Scale or Crop Dithering...

    products.aspose.com/psd/java/
  7. Aspose.Slides for .NET 14.9.0 的公共 API 和向后不兼容的更改...

    审查 Aspose.Slides for .NET 中的公共 API 更新和破坏性更改,以顺利迁移您的 PowerPoint PPT、PPTX 和 ODP 演示文稿解决方案。...不支持 IShape 属性 RawFrame、Frame、Rotation、X、Y、Width、Height,访问这些属性时会抛出...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  8. 使用保护|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....height, x-position, y-position, rotation and more. Developers can achieve...

    docs.aspose.com/diagram/zh/python-java/working-...
  9. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....properties RawFrame, Frame, Rotation, X, Y, Width, Height and throws...

    docs.aspose.com/slides/net/public-api-and-backw...
  10. 旋转 SVG – C# 示例

    SVG 旋转的 C# 示例。考虑在变换属性和变换矩阵中使用旋转函数的情况。...考虑在 transform 属性中使用 rotate() 函数以及变换矩阵 matrix(a,b,c,d,e...代码片段演示了如何创建 SVG <rect> 元素、设置其属性,并使用rotate() 函数对 transform 属性应用转换。 创建...

    docs.aspose.com/svg/zh/net/rotate-svg/