Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 5,516 for

rotate

(0.23 sec)
  1. 在 PDF 中旋转文本使用 Python|Aspose.PDF for Python via ...

    学习不同的方法在 PDF 中旋转文本。Aspose.PDF 允许您旋转文本到任何角度,旋转文本片段或整个段落。...textFragment2 = new TextFragment ( "rotated text" ); textFragment2 . Position...textFragment2 . TextState . Rotation = 45 ; // 创建旋转的文本片段 TextFragment...

    docs.aspose.com/pdf/zh/python-net/rotate-text-i...
  2. 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...
  3. Faire Pivoter les Pages PDF en Utilisant Python...

    Ce sujet décrit comment faire pivoter l'orientation des pages dans un fichier PDF existant par programmation avec Python via C++....page_set_rotate’ Enregistrez le document modifié...join ( dataDir , "results" , "rotated_document.pdf" ) # Création...

    docs.aspose.com/pdf/fr/python-cpp/rotate-pages/
  4. Obróć dokument PDF online | Obróć stronę w PDF

    Dowiedz się, jak obracać dokument PDF online za pomocą darmowego narzędzia lub rozwiązań opartych na kodzie. Szybkie kroki dla użytkowników i deweloperów!... Aspose PDF Rotator oferuje bezpłatne, szybkie...# Odwiedź aplikację Aspose Rotate PDF . Przeciągnij lub przesyłaj...

    blog.aspose.com/pl/pdf/rotate-pdf-document-online/
  5. Jak otočit PDF pomocí Pythonu

    Tento krátký tutoriál vám ukáže, jak otočit PDF pomocí Pythonu. Obsahuje podrobné kroky k napsání aplikace a spustitelný ukázkový kód pro otáčení stránek PDF pomocí Pythonu....šířku, abyste změnili orientaci Rotate obsah stránky také v případě...můžete nastavit hodnotu Page.rotate na jednu z hodnot z enumerátoru...

    kb.aspose.com/cs/pdf/python/how-to-rotate-pdf-u...
  6. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AxisTickLabels::get_Orientation method. Gets or sets the orientation of the tick label text in C++....to change orientation and rotation for axis tick labels. auto...tick label orientation and rotation. xTickLabels -> set_Orientation...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Hücre Yazısını C++ ile Döndürme Yöntemi|Documen...

    C++ kodu ile Aspose.Cells for C++ API kullanarak Hücre yazısını döndürme... PutValue ( u "a1 rotate text" ); Style a1Style = a1.... GetStyle (); // Set the rotation angle in degrees a1Style ...

    docs.aspose.com/cells/tr/cpp/how-to-rotate-text...
  8. كيفية تدوير نص الخلية باستخدام C++|Documentation

    كود C++ لتدوير نص الخلية باستخدام واجهة برمجة التطبيقات Aspose.Cells for C++... PutValue ( u "a1 rotate text" ); Style a1Style = a1.... GetStyle (); // Set the rotation angle in degrees a1Style ...

    docs.aspose.com/cells/ar/cpp/how-to-rotate-text...
  9. Transformations SVG – Bases, exemples de code SVG

    Apprenez à faire pivoter, redimensionner, déplacer et incliner des graphiques SVG à l'aide de l'attribut de transformation SVG et envisagez des exemples de code pour les transformations SVG....graphiques par translation, rotation, mise à l’échelle et inclinaison...transform : translate, scale, rotate, skewX, skewY et matrix . Traduction...

    docs.aspose.com/svg/fr/net/drawing-basics/svg-t...
  10. Rotar SVG – Ejemplos de C#

    Ejemplos de C# para rotación SVG. Casos considerados de uso de la función de rotación en el atributo de transformación y una matriz de transformación....casos de uso de la función rotate() en el atributo transform...matrix(a,b,c,d,e,f) . Función Rotate() El siguiente fragmento de...

    docs.aspose.com/svg/es/net/rotate-svg/