Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 7,706 for

rotate

(1.04 sec)
  1. 파이썬에서 PDF 페이지 회전하기|Aspose.PDF for Python via .NET

    Python에서 PDF 페이지를 회전하고 페이지 방향을 변경하는 방법을 알아봅니다....ap from os import path def rotate_page ( infile , outfile ):...document . pages : page . rotate = ap . Rotation . ON90 document . save...

    docs.aspose.com/pdf/ko/python-net/rotate-pages/
  2. ChartAxisTitle.orientation property | Aspose.Wo...

    ChartAxisTitle.orientation property. Gets or sets the orientation of the axis 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/python-net/aspose.wo...
  3. ChartTitle.orientation property | Aspose.Words ...

    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/python-net/aspose.wo...
  4. Personnaliser les graphiques 3D dans les présen...

    Apprenez à créer et personnaliser des graphiques 3D dans Aspose.Slides pour Python via .NET, avec prise en charge des fichiers PPT, PPTX et ODP—boostez vos présentations dès aujourd'hui....différentes propriétés telles que la rotation X,Y, DepthPercents , etc....chart . rotation_3d . right_angle_axes = True chart . rotation_3d...

    docs.aspose.com/slides/fr/python-net/3d-chart/
  5. Rotacionar Páginas de PDF Usando C#|Aspose.PDF ...

    Este tópico descreve como rotacionar a orientação da página em um arquivo PDF existente programaticamente com C#....de rotação usando o método Rotate(). // For complete examples...Setting Rotation angle of page page . Rotate = Rotation . on90...

    docs.aspose.com/pdf/pt/net/rotate-pages/
  6. 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...
  7. 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...
  8. 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/
  9. 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/
  10. 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/