Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 7,462 for

rotate

(3.21 sec)
  1. 更改刻度标签方向|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....枚举提供以下成员 HORIZONTAL VERTICAL ROTATE_90 ROTATE_270 STACKED 以下图像比较了源文件和输出文件...源文件图像 输出文件图像 以下代码片段将刻度标签方向从 ROTATE_90 更改为 HORIZONTAL 示例代码 可以从以下链接下载源文件和输出文件。...

    docs.aspose.com/cells/zh/java/change-tick-label...
  2. Архів

    Архів...rotate = ap.Rotation.ON90 # Зберегти повернутий...повернутий файл PDF doc.save("rotated.pdf") Наведений вище приклад...

    blog.aspose.com/uk/pdf/rotate-pdf-in-python/
  3. NNNransformation to the Node|Documentation

    Aspose.3D for Java API has support to Rotate objects in 3D space. There are three ways to define object’s rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....for Java API has support to rotate objects in 3D space. There...three ways to define object’s rotation in 3D space, Euler angles...

    docs.aspose.com/3d/tr/java/adding-transformatio...
  4. Customize Barcode Appearance in Java|Documentation

    How to Adjust Barcode Appearance-Related Properties in Aspose.BarCode for Java...such as barcode label size, rotation angle, barcode paddings, and...provided below. Set Barcode Rotation Angle In Aspose.BarCode for...

    docs.aspose.com/barcode/java/customize-barcode-...
  5. تدوير النص داخل PDF باستخدام Python|Aspose.PDF ...

    تعرف على طرق مختلفة لتدوير النص في PDF. يتيح لك Aspose.PDF تدوير النص إلى أي زاوية، تدوير جزء من النص أو فقرة كاملة.... Rotation = 45 ; // إنشاء جزء نصي مدوّر...textFragment3 . TextState . Rotation = 90 ; // إنشاء كائن TextBuilder...

    docs.aspose.com/pdf/ar/python-net/rotate-text-i...
  6. So drehen Sie PDF mit Python

    Dieses kurze Tutorial erklärt, wie man PDFs mit Python dreht. Es enthält detaillierte Schritte zum Schreiben der Anwendung und einen ausführbaren Beispielcode zum Drehen von PDF-Seiten mit Python....um die Ausrichtung zu ändern Rotate ggf. auch den Seiteninhalt...möchten, können Sie den Page.rotate-Wert mit einem der Werte aus...

    kb.aspose.com/de/pdf/python/how-to-rotate-pdf-u...
  7. Come ruotare PDF usando Python

    Questo breve tutorial guida su come ruotare PDF usando Python. Contiene passaggi dettagliati per scrivere l'applicazione e un codice di esempio eseguibile per ruotare le pagine PDF utilizzando Python....per modificare l’orientamento Rotate anche il contenuto della pagina...possibile impostare il valore Page.rotate con uno dei valori dall’enumeratore...

    kb.aspose.com/it/pdf/python/how-to-rotate-pdf-u...
  8. Rust 를 사용하여 PDF 회전 | Aspose.PDF

    Rust via C++ 용 Aspose.PDF 를 사용하여 Rust 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 회전시킵니다....asposepdf :: { Document , Rotation }; fn main () -> Result <...) ? ; // Rotate page pdf . page_rotate ( 1 , Rotation :: On180...

    products.aspose.com/pdf/ko/rust-cpp/rotate/
  9. 如何使用 Python 旋转 PDF

    这个简短的教程指导如何使用 Python 旋转 PDF。它包含编写应用程序的详细步骤和使用 Python 旋转 PDF 页面的可运行示例代码。...解析 PDF 文件的每一页并交换高度和宽度以更改方向 Rotate 页面内容如有需要 将输出的 PDF 文件以修改后的方向和旋转后的内容保存在磁盘上...使用 aspose.pdf.Rotation 枚举器中的值之一设置 Page.rotate 值。 使用 Python 旋转...

    kb.aspose.com/zh/pdf/python/how-to-rotate-pdf-u...
  10. تدوير النص داخل PDF باستخدام C++|Aspose.PDF لـ C++

    تعرف على طرق مختلفة لتدوير النص إلى PDF. يتيح لك Aspose.PDF تدوير النص بأي زاوية، تدوير جزء من النص أو فقرة كاملة....خاصية الدوران باستخدام خاصية Rotation لفئة TextFragment ، يمكنك..."TimesNewRoman" )); // Create rotated text fragment auto textFragment2...

    docs.aspose.com/pdf/ar/cpp/rotate-text-inside-pdf/