Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 7,647 for

rotate

(1.39 sec)
  1. Lägger till transformation till noden|Documenta...

    Aspose.3D för Node.js via Java API har stöd för att rotera objekt i 3D-rymden. Det finns tre sätt att definiera ett objekts rotation i 3D-rymden, Euler-vinklar, Quaternion och Anpassad Matris, alla stöds av Transform-klassen....att definiera ett objekts rotation i 3D-rymden, Euler-vinklar... TSR (Translation/Scaling/Rotation) används oftast i 3D-scenarier...

    docs.aspose.com/3d/sv/nodejs-java/adding-transf...
  2. إضافة تحويل إلى العقدة|Documentation

    يوفر Aspose.3D لـ Node.js عبر Java API دعمًا لتدوير الكائنات في الفضاء ثلاثي الأبعاد. هناك ثلاث طرق لتحديد دوران الكائن في الفضاء ثلاثي الأبعاد، وهي الزوايا أويلر، والكواترنيون، والمصفوفة المخصصة، ويدعمها جميعًا فئة Transform.... TSR (Translation/Scaling/Rotation) هي الأكثر استخدامًا في السيناريو...(الترجمة) Scaling (القياس) Rotation (الدوران) Shear mapping (رسم...

    docs.aspose.com/3d/ar/nodejs-java/adding-transf...
  3. IBarcodeGenerator class | Aspose.Words for Python

    aspose.words.fields.IBarcodeGenerator class. Public interface for barcode custom generator...e : return def_val def get_rotation_angle ( self , rotationAngle...the rotation angle in degrees based on the given rotation angle...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Lưu trữ

    Lưu trữ...rotate = ap.Rotation.ON90 # Lưu tệp PDF đã...đã xoay doc.save("rotated.pdf") Mẫu mã trên xoay tất cả các trang...

    blog.aspose.com/vi/pdf/rotate-pdf-in-python/
  5. Obtener información de la página|Aspose.PDF for...

    Aprenda cómo acceder programáticamente a la información a nivel de página en un PDF usando Aspose.PDF for Python. Esta guía muestra cómo recuperar el ancho, la altura, la rotación y los desplazamientos de una página específica en un documento PDF....( 1 ) page_rotation = pdf_info . get_page_rotation ( 1 ) page_x_offset...) print ( f "Page Rotation: { page_rotation } " ) Obtener desplazamiento...

    docs.aspose.com/pdf/es/python-net/get-page-info/
  6. Wasserzeichen zu PDF mit Golang über C++ hinzuf...

    Lernen Sie, wie man Text und Bildwasserzeichen in PDF Dateien beim Rendern mit Aspose.Cells in Golang über C++ hinzufügt....Sie Ausrichtung, Versatz, Rotation, Opazität, Vorder-/Hintergrund...Sie Ausrichtung, Versatz, Rotation, Opazität, Vorder- und Hintergrund...

    docs.aspose.com/cells/de/go-cpp/add-watermark-t...
  7. Cómo rotar el texto de la celda|Documentation

    Aprende cómo rotar el texto de una celda programáticamente usando Aspose.Cells for JavaScript vía C++....> </ head > < body > < h1 > Rotate Text in Cells Example </ h1...column ); a1 . putValue ( "a1 rotate text" ); let a1Style = a1 ...

    docs.aspose.com/cells/es/javascript-cpp/how-to-...
  8. Come ruotare il testo della cella|Documentation

    Impara come ruotare il testo di una cella programmaticamente usando Aspose.Cells for JavaScript via C++....> </ head > < body > < h1 > Rotate Text in Cells Example </ h1...column ); a1 . putValue ( "a1 rotate text" ); let a1Style = a1 ...

    docs.aspose.com/cells/it/javascript-cpp/how-to-...
  9. Obróć plik PDF za pomocą Go | Aspose.PDF

    Obróć dokumenty PDF programowo za pomocą przykładowego kodu Go przy użyciu pliku Aspose.PDF dla Go via C++...PageRotate(num int32, rotation int32) rotates page err = pdf . PageRotate...pdf . SaveAs ( "sample_page1_Rotate.pdf" ) if err != nil { log...

    products.aspose.com/pdf/pl/go-cpp/rotate/
  10. Архивы

    Архивы...save("rotated-image.bmp"); Ниже приведены...API предоставляет метод Image.rotate(float angle) , который принимает...

    blog.aspose.com/ru/imaging/rotate-images-in-java/