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

rotate

(0.12 sec)
  1. 如何使用 Python 旋转 PDF

    这个简短的教程指导如何使用 Python 旋转 PDF。它包含编写应用程序的详细步骤和使用 Python 旋转 PDF 页面的可运行示例代码。...解析 PDF 文件的每一页并交换高度和宽度以更改方向 Rotate 页面内容如有需要 将输出的 PDF 文件以修改后的方向和旋转后的内容保存在磁盘上...使用 aspose.pdf.Rotation 枚举器中的值之一设置 Page.rotate 值。 使用 Python 旋转...

    kb.aspose.com/zh/pdf/python/how-to-rotate-pdf-u...
  2. Cambiar la dirección de la etiqueta del eje|Doc...

    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.... HORIZONTAL VERTICAL ROTATE_90 ROTATE_270 STACKED La siguiente...dirección de la etiqueta del eje de ROTATE_90 a HORIZONTAL . Código de...

    docs.aspose.com/cells/es/java/change-tick-label...
  3. Cambiare la direzione delle etichette degli int...

    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....membri HORIZONTAL VERTICAL ROTATE_90 ROTATE_270 STACKED L’immagine...dell’etichetta delle tacche da ROTATE_90 a HORIZONTAL . Codice di...

    docs.aspose.com/cells/it/java/change-tick-label...
  4. Come ruotare il testo della cella con C++|Docum...

    Codice C++ per ruotare il testo della cella con API Aspose.Cells for C++... PutValue ( u "a1 rotate text" ); Style a1Style = a1.... GetStyle (); // Set the rotation angle in degrees a1Style ...

    docs.aspose.com/cells/it/cpp/how-to-rotate-text...
  5. تدوير النص داخل PDF باستخدام Python|Aspose.PDF ...

    تعرف على طرق مختلفة لتدوير النص في PDF. يتيح لك Aspose.PDF تدوير النص إلى أي زاوية، تدوير جزء من النص أو فقرة كاملة.... Rotation = 45 ; // إنشاء جزء نصي مدوّر...textFragment3 . TextState . Rotation = 90 ; // إنشاء كائن TextBuilder...

    docs.aspose.com/pdf/ar/python-net/rotate-text-i...
  6. Personnaliser les graphiques 3D dans les présen...

    Apprenez à créer et personnaliser des graphiques 3D dans Aspose.Slides pour Python via .NET, avec prise en charge des fichiers PPT, PPTX et ODP—boostez vos présentations dès aujourd'hui....différentes propriétés telles que la rotation X,Y, DepthPercents , etc....chart . rotation_3d . right_angle_axes = True chart . rotation_3d...

    docs.aspose.com/slides/fr/python-net/3d-chart/
  7. ChartAxisTitle.Orientation | Aspose.Words for .NET

    ChartAxisTitle Orientation property. Gets or sets the orientation of the axis title text....how to set orientation and rotation of chart and axis titles....Horizontal ; chart . Title . Rotation = 90 ; // Before setting title...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Поворот страниц PDF с помощью C#|Aspose.PDF for...

    В этом разделе описывается, как программно повернуть ориентацию страниц в существующем файле PDF с помощью C#....угол поворота с помощью метода Rotate(). // For complete examples...Setting Rotation angle of page page . Rotate = Rotation . on90...

    docs.aspose.com/pdf/ru/net/rotate-pages/
  9. تدوير النص داخل PDF باستخدام C++|Aspose.PDF لـ C++

    تعرف على طرق مختلفة لتدوير النص إلى PDF. يتيح لك Aspose.PDF تدوير النص بأي زاوية، تدوير جزء من النص أو فقرة كاملة....خاصية الدوران باستخدام خاصية Rotation لفئة TextFragment ، يمكنك..."TimesNewRoman" )); // Create rotated text fragment auto textFragment2...

    docs.aspose.com/pdf/ar/cpp/rotate-text-inside-pdf/
  10. Как да завъртите PDF с помощта на Python

    Този кратък урок ръководи как да завъртите PDF с помощта на Python. Той съдържа подробни стъпки за писане на приложението и примерен код за изпълнение за завъртане на PDF страници с помощта на Python....за да промените ориентацията Rotate съдържанието на страницата...да зададете стойността Page.rotate с една от стойностите от изброителя...

    kb.aspose.com/bg/pdf/python/how-to-rotate-pdf-u...