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

rotation

(0.19 sec)
  1. TextPath class | Aspose.Words for Python

    aspose.words.drawing.TextPath class. Defines the text and formatting of the text path (of a WordArt object)... rotate_letters Determines whether...the letters of the text are rotated. same_letter_heights Determines...

    reference.aspose.com/words/python-net/aspose.wo...
  2. C++ 를 사용하여 PDF에 이미지 스탬프 추가 | Aspose.PDF

    C++ 언어를 사용하는 모든 플랫폼에서 PDF에 이미지 스탬프를 추가하는 간단한 데모 소스 코드입니다....); imageStamp -> set_Rotate ( Rotation :: on270 ); imageStamp...

    products.aspose.com/pdf/ko/cpp/stamps/image/
  3. Print PDF to PDF with Java

    Follow this article to print PDF to PDF with Java. It has the details to set the IDE for development, a list of steps, and a sample code to print to PDF printer with Java....attributes for auto-resize, auto-rotate, and hiding the print dialog...the flag to auto-resize, auto-rotate, and hide the print page dialog...

    kb.aspose.com/pdf/java/print-pdf-to-pdf-with-java/
  4. Add Borders in Excel using Java

    Add borders in Excel using Java with the help of this article. Get IDE settings, a list of steps, and a sample code to create a border in Excel using Java.... To rotate an Excel cell, refer to the...the article on how to rotate a cell in Excel using Java . Updated...

    kb.aspose.com/cells/java/add-borders-in-excel-u...
  5. Erstellen von 3D-Präsentationen in Python|Aspos...

    Erstellen Sie interaktive 3D-Präsentationen in Python mit Aspose.Slides mühelos. Exportieren Sie schnell in PowerPoint- und OpenDocument-Formate für vielseitige Nutzung....der Kamera können Sie die Rotation des Lichts relativ zur 3D-Form...three_d_format . camera . set_rotation ( 20 , 30 , 40 ) shape . three_d_format...

    docs.aspose.com/slides/de/python-net/3d-present...
  6. Système de coordonnées|Aspose.PDF for .NET

    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....vous permet d’effectuer des rotations, des translations et des mises...transformation (mise à l’échelle, rotation). Espace de formulaire Les...

    docs.aspose.com/pdf/fr/net/coordinate-system/
  7. 記録

    記録...textFragment2 = new TextFragment("rotated text"); textFragment2.setPosition(new...textFragment3 = new TextFragment("rotated text"); textFragment3.setPosition(new...

    blog.aspose.com/ja/pdf/rotate-text-inside-pdf-d...
  8. Lavorare con le trasformazioni in un file PS | ...

    Come trasformare un contenuto in un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in Python....) 68 69 70 ########## Rotation ########## 71 # Save graphics...write_graphics_save () 73 74 # Rotate the current graphics state...

    docs.aspose.com/page/it/python-net/ps/working-w...
  9. Trabalhar com Transformações em ficheiro PS | P...

    Como transformar um conteúdo num ficheiro PS é uma questão respondida pela solução da API Aspose.Page. Veja como utilizar a funcionalidade em Python....) 68 69 70 ########## Rotation ########## 71 # Save graphics...write_graphics_save () 73 74 # Rotate the current graphics state...

    docs.aspose.com/page/pt/python-net/ps/working-w...
  10. 以编程方式旋转PDF页面|Aspose.PDF for Java

    使用Java更改页面方向并将页面内容调整到新页面方向。... 您还可以通过使用Rotate()方法设置旋转角度来更改页面方向。 package com...设置页面的旋转角度 page . setRotate ( Rotation . on90 ); } _dataDir = _dataDir...

    docs.aspose.com/pdf/zh/java/rotate-pages/