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

rotation

(0.14 sec)
  1. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text using Node.js via C++. This document provides detailed steps and sample code for using Aspose.Cells for cell alignment settings....Orientation Set the orientation (rotation) of the text in a cell with...

    docs.aspose.com/cells/nodejs-cpp/cells-alignmen...
  2. Print big pdf - Free Support Forum - aspose.com

    Hi, I want print big PDF files. My test file is 180 pages, but I have and documents with 2000 pages. I use following code: PdfViewer viewer = new PdfViewer(); viewer.setAutoResize(true); // Print the file with…...Print the file with adjusted rotation PdfPrinterSettings printerSettings...

    forum.aspose.com/t/print-big-pdf/319302
  3. 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...
  4. 使用 PHP 定制演示文稿中的 3D 图表|Aspose.Slides for PHP 文档

    了解如何在 Aspose.Slides for PHP via Java 中创建和定制 3D 图表,支持 PPT 和 PPTX 文件 — 今日提升您的演示文稿。...以下文章将帮助您设置不同的属性,如 X,Y Rotation, DepthPercents 等。示例代码演示了上述属性的设置。...

    docs.aspose.com/slides/zh/php-java/3d-chart/
  5. 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/
  6. 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...
  7. 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...
  8. 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...
  9. 使用保护|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-...
  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/