Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 7,298 for

rotate

(1.14 sec)
  1. تعيين خيارات الصفحة مع JavaScript عبر C++|Docum...

    يقدم هذا المقال رمزًا عينة لضبط خيارات صفحة أوراق عمل Excel برمجيًا باستخدام JavaScript عبر C++. ضبط اتجاه الصفحة، معامل التحجيم، خيارات FitToPages، حجم الورق، جودة الطباعة، رقم الصفحة الأولى....PaperJISB4Rotated B4 (JIS) Rotated 364 x 257 mm PaperJISB5Rotated...PaperJISB5Rotated B5 (JIS) Rotated 257 x 182 mm PaperJapanesePostcar Japanese...

    docs.aspose.com/cells/ar/javascript-cpp/setting...
  2. Archivio

    Archivio...rotate = ap.Rotation.ON90 # Salva il file...file PDF ruotato doc.save("rotated.pdf") L’esempio di codice precedente...

    blog.aspose.com/it/pdf/rotate-pdf-in-python/
  3. Archiv

    Archiv...rotate = ap.Rotation.ON90 # Gedrehte PDF-Datei...PDF-Datei speichern doc.save("rotated.pdf") Das obige Codebeispiel...

    blog.aspose.com/de/pdf/rotate-pdf-in-python/
  4. Ajout de la transformation au nœud|Documentation

    TSR (Translation/Scaling/Rotation) sont les plus couramment utilisés dans le scénario 3D, nous avons fourni une classe Transform pour y accéder dans Aspose.3D....trois façons de définir la rotation de l’objet dans l’espace 3D...Les TSR (Translation/Scaling/Rotation) sont les plus couramment...

    docs.aspose.com/3d/fr/net/adding-transformation...
  5. Simplifier la création de matrice de transforma...

    Aspose.3D for Python via .NET API offre la classe TransformBuilder qui simplifie la création de la matrice de transformation par les opérations de la chaîne.... translate ( 1 , 0 , 0 ) # Rotate alone with the Y axis with...(x, y, z) into (-x, y, -z) . rotate_euler_degree ( 0 , 180 , 0...

    docs.aspose.com/3d/fr/python-net/simplify-the-c...
  6. 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-...
  7. ChartTitle.Orientation | Aspose.Words for .NET

    ChartTitle Orientation property. Gets or sets the orientation of the chart title text....how to set orientation and rotation of chart and axis titles....Horizontal ; chart . Title . Rotation = 90 ; // Before setting title...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Memutar Halaman PDF Menggunakan C#|Aspose.PDF f...

    Topik ini menjelaskan cara memutar orientasi halaman dalam file PDF yang ada secara programatis dengan C#....sudut rotasi menggunakan metode Rotate(). // For complete examples...Setting Rotation angle of page page . Rotate = Rotation . on90...

    docs.aspose.com/pdf/id/net/rotate-pages/
  9. Memutar Halaman PDF Menggunakan Python via C++|...

    Topik ini menjelaskan cara memutar orientasi halaman dalam file PDF yang ada secara programatik dengan Python via C++....page_set_rotate’ Simpan dokumen yang telah...join ( dataDir , "results" , "rotated_document.pdf" ) # Membuat objek...

    docs.aspose.com/pdf/id/python-cpp/rotate-pages/
  10. تدوير صفحات PDF باستخدام بايثون|Aspose.PDF لـ P...

    يصف هذا الموضوع كيفية تدوير اتجاه الصفحة في ملف PDF موجود برمجيًا باستخدام بايثون....زاوية الدوران باستخدام طريقة ‘rotate’. import aspose.pdf as ap doc...دوران الصفحة page . rotate = ap . Rotation . ON90 # حفظ الملف...

    docs.aspose.com/pdf/ar/python-net/rotate-pages/