Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 7,637 for

rotate

(0.12 sec)
  1. Rotacionar Páginas PDF programaticamente|Aspose...

    Alterar a orientação da página e ajustar o conteúdo da página para a nova orientação usando Java....de rotação usando o método Rotate(). package com.aspose.pdf.examples...página page . setRotate ( Rotation . on90 ); } _dataDir = _dataDir...

    docs.aspose.com/pdf/pt/java/rotate-pages/
  2. Java kullanarak Word'deki Metni Çevirme

    Java kullanarak Word'deki metni çevirin. IDE'yi ayarlamaya yönelik bilgileri, adımların listesini ve Java kullanarak Word'de metin yönünü değiştirmek için örnek kodu alın....YATAY, AŞAĞI, YUKARI, YUKARI_ROTATED_FAR_EAST, VERTICAL_FAR_EAST...VERTICAL_FAR_EAST ve VERTICAL_ROTATED_FAR_EAST gibi yönlerden herhangi birinde...

    kb.aspose.com/tr/words/java/flip-the-text-in-wo...
  3. Manage Connectors in Presentations in .NET|Aspo...

    Empower .NET apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors....have to take the connector’s rotation and its reflection into account...account. Note that the rotation angle for all connectors shown...

    docs.aspose.com/slides/net/connector/
  4. 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/ja/java/rotate-text-inside-...
  5. Aspose::Words::Drawing::Charts::AxisTickLabels ...

    Aspose::Words::Drawing::Charts::AxisTickLabels class. Represents properties of axis tick mark labels in C++.... get_Rotation () Gets or sets the rotation of the tick...abels::get_Position . set_Rotation (int32_t) Setter for Aspo...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. PageConfig|Documentation

    PageConfig element allows you to break large forms into several pages that are recognized as a single document....placement of the rectangular rotation marker that is used to detect...positioning of elements on the page. Rotation marker placement The RotationPointPositio...

    docs.aspose.com/omr/net/programmatic-forms/page...
  7. Product Overview|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....height, resolution, colors, rotation angle, text labels, captions...correction, and embedded metadata Rotating images at any angle Saving...

    docs.aspose.com/barcode/nodejsjava/product-over...
  8. Добавление преобразования к узлу|Documentation

    Aspose.3D для Node.js через Java API поддерживает поворот объектов в 3D пространстве. Существует три способа определения поворота объекта в 3D пространстве: углы Эйлера, кватернионы и пользовательская матрица, все они поддерживаются классом Transform.... TSR (Translation/Scaling/Rotation) наиболее часто используются...Scaling (Масштабирование) Rotation (Вращение) Shear mapping (Сдвиг)...

    docs.aspose.com/3d/ru/nodejs-java/adding-transf...
  9. C++ 를 사용하여 PDF에 워터마크 추가 | Aspose.PDF

    C++ 용 Aspose.PDF 를 사용하여 C++ 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 파일에 워터마크를 추가합니다....Set artifact position and rotation artifact -> set_ArtifactHorizontalAl...Center ); artifact -> set_Rotation ( 15 ); artifact -> set_Opacity...

    products.aspose.com/pdf/ko/cpp/watermark/add/
  10. Obróć plik PDF za pomocą PHP | Aspose.PDF

    Obróć dokumenty PDF programowo za pomocą przykładowego kodu PHP przy użyciu pliku Aspose.PDF dla PHP via Java...$page -> setRotate (( new Rotation ()) -> On90 ); } // Save output...(); $responseData = "Page rotated successfully." ; Copy code...

    products.aspose.com/pdf/pl/php-java/rotate/