Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 7,271 for

rotation

(0.15 sec)
  1. Aspose.PSD for .NET 24.8 - 릴리스 노트|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 P:Aspose.PSD.FileFormats.Psd...WarpStyles . Rise ; warpParams . Rotate = WarpRotates . Horizontal...

    docs.aspose.com/psd/ko/net/aspose-psd-for-net-2...
  2. تدوير النص داخل 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/ar/java/rotate-text-inside-...
  3. Rotacionar Imagem em Java

    Este tópico conciso mostra como rotacionar uma imagem em Java. A operação de rotação de bitmap em Java será demonstrada para um ângulo definido pelo usuário, incluindo como definir a cor de fundo para as áreas reveladas pela rotação....a cor de fundo com o método rotate Exporte a imagem rotacionada...Java , o exemplo usa o método rotate para aplicar uma rotação específica...

    kb.aspose.com/pt/imaging/java/rotate-image-in-j...
  4. Rotera Text med Form inuti Arket med Node.js vi...

    Lär dig hur man roterar text med form inuti ett Excel ark med Aspose.Cells for Node.js via C++.... putValue ( "Text is not rotating with shape because RotateTextWithShape...getTextAlignment (); // Do not rotate text with shape by setting...

    docs.aspose.com/cells/sv/nodejs-cpp/rotate-text...
  5. Çalışma Sayfası İçinde Şekil ile Metni Döndürme...

    Excel sayfalarında şekillerle metin döndürmeyi Aspose.Cells for C++ kullanarak nasıl kontrol edileceğini öğrenin....PutValue ( u "Text is not rotating with shape because RotateTextWithShape...GetTextAlignment (); // Do not rotate text with shape by setting...

    docs.aspose.com/cells/tr/cpp/rotate-text-with-s...
  6. C# ile Görüntü Nasıl Döndürülür

    Bu kısa öğretici, görüntünün C#'ta nasıl döndürüleceğini açıklar. Görüntüyü programlı olarak döndürmek için C# ortam ayarları ve örnek kod da ayrıntılı bir açıklama ile paylaşılmaktadır....Rotate işlevini kullanarak arka plan...döndürmek için RasterImage.Rotate işlevini kullandığı gösterilmiştir...

    kb.aspose.com/tr/imaging/net/how-to-rotate-imag...
  7. Περιστροφή Εικόνας σε Java

    Αυτό το σύντομο θέμα δείχνει πώς να περιστρέφετε μια εικόνα σε Java. Η λειτουργία περιστροφής bitmap σε Java θα παρουσιαστεί για μια γωνία που καθορίζεται από τον χρήστη, συμπεριλαμβανομένου του τρόπου ορισμού του χρώματος φόντου για τις περιοχές που αποκαλύπτονται από την περιστροφή....το χρώμα φόντου με τη μέθοδο rotate Εξαγάγετε την περιστραμμένη...παράδειγμα χρησιμοποιεί τη μέθοδο rotate για να εφαρμόσει μια συγκεκριμένη...

    kb.aspose.com/el/imaging/java/rotate-image-in-j...
  8. Повернуть текст внутри формы на листе с помощью...

    Узнайте, как управлять вращением текста в формах на листах Excel с помощью Aspose.Cells for C++....PutValue ( u "Text is not rotating with shape because RotateTextWithShape...GetTextAlignment (); // Do not rotate text with shape by setting...

    docs.aspose.com/cells/ru/cpp/rotate-text-with-s...
  9. Travailler avec des fichiers|CAD 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....fichiers Contents [ Hide ] Rotation et transformation de la vue...

    docs.aspose.com/cad/fr/net/developer-guide/how-...
  10. PDFページサイズをプログラムで変更する|Aspose.PDF for PHP via Java

    PHPを使用してPDFファイルのページサイズを変更します。...(); // ページを 90 度回転 $rotation = new Rotation (); $page -> setRotate...setRotate ( $rotation -> getOn90 ()); // ページの高さと幅の情報を取得 $responseData...

    docs.aspose.com/pdf/ja/php-java/change-page-size/