Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 7,670 for

rotation

(1.67 sec)
  1. Personalizar gráficos 3D en presentaciones con ...

    Aprenda a crear y personalizar gráficos 3‑D en Aspose.Slides para Python a través de .NET, con soporte para archivos PPT, PPTX y ODP — mejore sus presentaciones hoy.... rotation_3d . right_angle_axes = True chart . rotation_3d...rotation_3d . rotation_x = 40 chart . rotation_3d . rotation_y = 270 chart...

    docs.aspose.com/slides/es/python-net/3d-chart/
  2. Rotera text med Shape i kalkylbladet|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....rotate_text_with_shape . Standardvärdet...egenskapen ShapeTextAlignment.rotate_text_with_shape som false och...

    docs.aspose.com/cells/sv/python-net/rotate-text...
  3. ????????? ????? ? ???-?????????? ASP.NET ?? C# ...

    ???????? ?????? ????????????? zip-?????????? C# ??? ?????????? ?????? ? ????????? ??????????? ??? ???-?????????? ASP.NET...."required" /> 3 < br /> 4 < span >Rotation angle: </ span >< input type...Copy 1 using (MemoryStream rotated = new MemoryStream()) 2 { 3...

    docs.aspose.com/zip/ru/net/upload-archive-asp-net/
  4. Wasserzeichen zu PDF mit Node.js via C++ hinzuf...

    Lernen Sie, wie Sie Text und Bild Wasserzeichen zu PDF hinzufügen, während Sie Excel in PDF konvertieren mit Aspose.Cells for Node.js via C++....Ausrichtung, Verschiebung, Rotation, Transparenz, Vordergrund/Hintergrund...TextAlignmentType . Center ); // specify rotation watermark . setRotation (...

    docs.aspose.com/cells/de/nodejs-cpp/add-waterma...
  5. Memangkas, Memutar, dan Mengubah Ukuran Gambar|...

    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....perpustakaan dapat melakukan prosedur Rotate & Flip tertentu padanya. Memutar...mengekspos metode RasterImage.Rotate untuk memudahkan penggunanya...

    docs.aspose.com/psd/id/java/memangkas-memutar-d...
  6. 搜索

    搜索...textFragment2 = new TextFragment("rotated text"); textFragment2.setPosition(new...textFragment3 = new TextFragment("rotated text"); textFragment3.setPosition(new...

    blog.aspose.com/zh-hant/pdf/rotate-text-inside-...
  7. 在 PDF 中旋转文本|Aspose.PDF for Java

    学习不同方式在 PDF 中旋转文本。Aspose.PDF 允许您以任意角度旋转文本,旋转文本片段或整个段落。...textFragment2 = new TextFragment ( "rotated text" ); textFragment2 . setPosition...textFragment3 = new TextFragment ( "rotated text" ); textFragment3 . setPosition...

    docs.aspose.com/pdf/zh/java/rotate-text-inside-...
  8. Memutar Halaman PDF Menggunakan Python|Aspose.P...

    Topik ini menjelaskan bagaimana memutar orientasi halaman dalam file PDF yang ada secara programatis dengan Python....rotasi menggunakan metode ‘rotate’. import aspose.pdf as ap doc...rotasi halaman page . rotate = ap . Rotation . ON90 # Simpan file...

    docs.aspose.com/pdf/id/python-net/rotate-pages/
  9. Obróć plik PDF za pomocą C# | Aspose.PDF

    Obróć dokumenty PDF programowo za pomocą przykładowego kodu C# przy użyciu pliku Aspose.PDF dla .NET... Combine ( dataDir , "Rotate.pdf" ); var outputFile = Path...Path . Combine ( dataDir , "Rotate_out.pdf" ); var document =...

    products.aspose.com/pdf/pl/net/rotate/
  10. Procurar

    Procurar...rotate = ap.Rotation.ON90 # Salvar arquivo...arquivo PDF girado doc.save("rotated.pdf") O exemplo de código acima...

    blog.aspose.com/pt/pdf/rotate-pdf-in-python/