Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 7,458 for

rotation

(0.12 sec)
  1. Format Presentation Charts on Android|Aspose.Sl...

    Learn chart formatting in Aspose.Slides for Android via Java and elevate your PowerPoint presentation with professional, eye-catching styling....for Category Axis Setting Rotation Angle for Category Axis labels...Setting category axis label rotation angle chart . getAxes ()....

    docs.aspose.com/slides/androidjava/chart-format...
  2. Format Presentation Charts in PHP|Aspose.Slides...

    Learn chart formatting in Aspose.Slides for PHP via Java and elevate your PowerPoint presentation with professional, eye-catching styling....for Category Axis Setting Rotation Angle for Category Axis labels...Setting category axis label rotation angle $chart -> getAxes ()...

    docs.aspose.com/slides/php-java/chart-formatting/
  3. 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...
  4. 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...
  5. 使用保护|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-...
  6. 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...
  7. 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...
  8. 在 PDF 中添加图像印章使用 JavaScript 通过 C++|Aspose.PDF fo...

    使用 JavaScript 工具包中的 AsposePdfAddStamp 函数将图像印章添加到您的 PDF 文档中。... Rotation . on270 , 0.5 , "ResultStamp...setWidth_ = 40 ; const rotation_ = 'Module.Rotation.on270' ; const setOpacity...

    docs.aspose.com/pdf/zh/javascript-cpp/stamping/
  9. 计算引脚值和设置形状的大小|Documentation

    本节介绍如何使用 Aspose.Diagram 计算子形状的 PinX 和 PinY 值。...of that matrix to a rotation m . Rotate (( float ) subShape ...

    docs.aspose.com/diagram/zh/net/calculate-pin-va...
  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/