Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 7,461 for

rotate

(0.14 sec)
  1. Rotar Texto Dentro de PDF usando C++|Aspose.PDF...

    Aprende diferentes maneras de rotar texto en PDF. Aspose.PDF te permite rotar texto a cualquier ángulo, rotar fragmentos de texto o un párrafo completo....MakeObject < TextFragment > ( "rotated text" ); textFragment2 -> set_Position...-> get_TextState () -> set_Rotation ( 45 ); // Crear fragmento...

    docs.aspose.com/pdf/es/cpp/rotate-text-inside-pdf/
  2. Dodaj stempel tekstowy do pliku PDF za pomocą P...

    Dodaj stempel tekstowy do pliku PDF programowo za pomocą przykładowego kodu Python przy użyciu pliku Aspose.PDF dla Python for .NET....100 # Rotate stamp textStamp . rotate = apdf . Rotation . ON90...

    products.aspose.com/pdf/pl/python-net/stamps/text/
  3. 使用 Python 旋转 PDF 页面|Aspose.PDF for Python via .NET

    本主题描述如何使用 Python 编程旋转现有 PDF 文件中的页面方向。...您还可以通过使用“rotate”方法设置旋转角度来更改页面方向。 import aspose...) # 设置页面旋转角度 page . rotate = ap . Rotation . ON90 # 保存输出文件 doc...

    docs.aspose.com/pdf/zh/python-net/rotate-pages/
  4. تعيين خيارات الصفحة مع JavaScript عبر C++|Docum...

    يقدم هذا المقال رمزًا عينة لضبط خيارات صفحة أوراق عمل Excel برمجيًا باستخدام JavaScript عبر C++. ضبط اتجاه الصفحة، معامل التحجيم، خيارات FitToPages، حجم الورق، جودة الطباعة، رقم الصفحة الأولى....PaperJISB4Rotated B4 (JIS) Rotated 364 x 257 mm PaperJISB5Rotated...PaperJISB5Rotated B5 (JIS) Rotated 257 x 182 mm PaperJapanesePostcar Japanese...

    docs.aspose.com/cells/ar/javascript-cpp/setting...
  5. IBarcodeGenerator class | Aspose.Words for Python

    aspose.words.fields.IBarcodeGenerator class. Public interface for barcode custom generator...e : return def_val def get_rotation_angle ( self , rotationAngle...the rotation angle in degrees based on the given rotation angle...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Concatenar cuaterniones y aplicar en entidades ...

    Aspose.3D for Python via .NET permite a los desarrolladores combinar dos transformaciones de rotación en una representada en un cuaternión.... q1 and q2 rotate alone x-axis with same angle...)) cylinder . transform . rotation = q1 cylinder . transform...

    docs.aspose.com/3d/es/python-net/concatenate-qu...
  7. Rotera PDF online eller med Python | products.a...

    Rotera PDF-dokument via onlineappen gratis. Python API-kod för att rotera PDF-filer....NET Rotate Rotera PDF online eller med...PDF-dokumentsidor Utveckla PDF Rotation Application via Python Behöver...

    products.aspose.com/total/sv/python-net/rotate/...
  8. Comment faire pivoter une cellule dans Excel en...

    Ce tutoriel rapide explique comment faire pivoter une cellule dans Excel à l'aide de Python. Seuls quelques appels et étapes d'API sont nécessaires lors de la rotation des cellules dans Excel à l'aide de Python....et la propriété d’angle de rotation est définie selon les besoins...et définissez-y l’angle de rotation Redéfinir le style sur la...

    kb.aspose.com/fr/cells/python/how-to-rotate-a-c...
  9. WatermarkLayout enumeration | Aspose.Words for ...

    Aspose.Words.WatermarkLayout enumeration. Defines layout of the watermark relative to the watermark center....Corresponds to 0 degrees of rotation. Diagonal Diagonal watermark...Corresponds to 315 degrees of rotation. See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Архивы

    Архивы...rotate = ap.Rotation.ON90 # Сохранить повернутый...повернутый PDF-файл doc.save("rotated.pdf") Приведенный выше пример...

    blog.aspose.com/ru/pdf/rotate-pdf-in-python/