Sort Score
Result 10 results
Languages All
Labels All
Results 4,721 - 4,730 of 7,425 for

rotate

(0.21 sec)
  1. Manipulation لایه در Aspose.PSD برای جاوا|Docum...

    نمونه‌هایی از چگونگی مدیریت لایه‌های فایل PSD در جاوا...اندازه می دهیم، دیگران را با rotate چرخانده و با استفاده از adjustContrast...

    docs.aspose.com/psd/fa/java/psd-layer-manipulat...
  2. Form Layer Manipulation in Aspose.PSD für Pytho...

    Beispiele dafür, wie Formebenen der PSD-Datei manipuliert werden können...können die Position, Größe, Rotation und andere Attribute der Form...

    docs.aspose.com/psd/de/de/python-net/psd-form-l...
  3. Fill.texture_alignment property | Aspose.Words ...

    Fill.texture_alignment property. Gets or sets the alignment for tile texture fill....rotate_with_object property Fill.transparency...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 在 Python 中格式化 PowerPoint 文本|Aspose.Slides for P...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。通过强大的 Python 代码示例自定义字体、颜色、对齐方式等。...Slides 中使用 rotation_angle 属性。 要设置 rotation_angle 属性,请按以下步骤操作:...Presentation 类的实例。 向幻灯片添加图表。 设置 rotation_angle 属性。 将演示文稿保存为 PPTX 文件。...

    docs.aspose.com/slides/zh/python-net/text-forma...
  5. 記録

    記録... Rotate 方式で回転角を設定します。 回転した出力PSDファイルを保存します。..."sample.psd"; String destName = "Rotate-PSD_out.jpg"; // 入力PSD画像ファイルをロードします...

    blog.aspose.com/ja/psd/crop-rotate-psd-csharp/
  6. Arbeiten mit linearer Extrusion|Documentation

    Aspose.3D for Java bietet LinearExtrusion-Klasse, die eine 2D-Form als Eingabe annimmt und die Form in der 3. Dimension erweitert....Twist()-Methode behandelt den Grad der Rotation, während die Form extrudiert...defines the degree of the rotation while extruding the profile...

    docs.aspose.com/3d/de/java/working-with-linear-...
  7. GroupShape class | Aspose.Words for Python

    aspose.words.drawing.GroupShape class. Represents a group of shapes in a document...(Inherited from ShapeBase ) rotation Defines the angle (in degrees)...degrees) that a shape is rotated. Positive value corresponds to...

    reference.aspose.com/words/python-net/aspose.wo...
  8. أرشيف

    أرشيف...Print the file with adjusted rotation viewer.setPrintPageDialog(false);...Print the file with adjusted rotation viewer.setPrintPageDialog(false);...

    blog.aspose.com/ar/pdf/print-pdf-files-programm...
  9. Pythonを使用してPDFに透かしを追加する|Aspose.PDF for Python v...

    この記事では、Pythonを使用してプログラムでPDFのアーティファクトを操作し、透かしを取得する機能について説明します。... rotation – アーティファクトの回転を取得します(度単位、正の値は反時計回りの回転を示します)。...VerticalAlignment . CENTER artifact . rotation = 45 artifact . opacity =...

    docs.aspose.com/pdf/ja/python-net/add-watermarks/
  10. 在C++中使用Artifacts|Aspose.PDF for C++

    本页描述了如何使用Aspose.PDF for C++处理Artifact类。代码片段展示了如何向PDF页面添加背景图像以及如何获取PDF文件第一页的每个水印。...Rotation – 获取工件的旋转(以度为单位,正值表示逆时针旋转)。...Center ); artifact -> set_Rotation ( 45 ); artifact -> set_Opacity...

    docs.aspose.com/pdf/zh/cpp/artifacts/